From 9f40aa8973a373bd2e4ef333e4feb8a400670e9a Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Thu, 25 Mar 2021 03:24:48 +0100 Subject: [PATCH] Update desc --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9dfdb76..c509472 100644 --- a/readme.md +++ b/readme.md @@ -378,12 +378,13 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ## Data Manipulation +- [visidata](https://github.com/saulpw/visidata) - Spreadsheet multitool for data discovery and arrangement. + ### Processors - [jq](https://github.com/stedolan/jq) - JSON processor. - [yq](https://github.com/kislyuk/yq) - YAML processor. - [dasel](https://github.com/tomwright/dasel) - JSON/YAML/TOML/XML processor (like jq/yq). -- [visidata](https://github.com/saulpw/visidata) - A spreadsheet multitool for exploring and arranging data (csv/json/xml/xls/yaml/etc) - [yaml-cli](https://github.com/pandastrike/yaml-cli) - Query/update YAML. - [ramda-cli](https://github.com/raine/ramda-cli) - Process data with functional pipelines.