From 1569b002affeba5a5538280f1608524d18621750 Mon Sep 17 00:00:00 2001 From: Alex Hallam Date: Wed, 22 Dec 2021 16:29:31 +0000 Subject: [PATCH 1/2] add missing csv section --- readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/readme.md b/readme.md index 10c001b..a6bcc9a 100644 --- a/readme.md +++ b/readme.md @@ -415,8 +415,26 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ## Data Manipulation +### CLI Data Manipulation + +- [xsv](https://github.com/BurntSushi/xsv) - Command line csv data manipulation. [Rust] + +- [csvtk](https://bioinf.shenwei.me/csvtk/) - Command line csv data manipulation. [Go] + +- [tsv-utils](https://github.com/eBay/tsv-utils) - Command line csv data manipulation toolkit. [D] + +- [q](https://github.com/zestyping/q) - Command line csv data manipulation query-like. [Python] + +- [miller](https://github.com/johnkerl/miller) - Command line data manipulation, statistics, and more. [C] + +### TUI Data Manipulation + - [visidata](https://github.com/saulpw/visidata) - Spreadsheet multitool for data discovery and arrangement. +### CSV Data Viewers + +- [tv](https://github.com/alexhallam/tv) - Tidy Viewer (tv) is a cross-platform csv pretty printer that uses column styling to maximize viewer enjoyment. [Rust] + ### Processors - [jq](https://github.com/stedolan/jq) - JSON processor. From 10d415a397a63fc456a4731a036998440213185f Mon Sep 17 00:00:00 2001 From: Alex Hallam Date: Wed, 22 Dec 2021 16:35:48 +0000 Subject: [PATCH 2/2] add format --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a6bcc9a..c3b0d88 100644 --- a/readme.md +++ b/readme.md @@ -50,6 +50,9 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Math](#math) - [Command Line Learning](#command-line-learning) - [Data Manipulation](#data-manipulation) + - [CLI Data Manipulation](#cli-data-manipulation) + - [TUI Data Manipulation](#tui-data-manipulation) + - [CSV Data Viewers](#csv-data-viewers) - [Processors](#processors) - [JSON](#json) - [Columns](#columns) @@ -455,7 +458,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Columns - [parse-columns-cli](https://github.com/sindresorhus/parse-columns-cli) - Parse text columns to JSON. -- [q](http://harelba.github.io/q/) - Execution of SQL-like queries on CSV/TSV/tabular text file. ### Text