add missing csv section

This commit is contained in:
Alex Hallam 2021-12-22 16:29:31 +00:00
parent 5964fdb72e
commit 1569b002af
No known key found for this signature in database
GPG Key ID: 0433CC8DAD13E950
1 changed files with 18 additions and 0 deletions

View File

@ -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.