mirror of
https://github.com/agarrharr/awesome-cli-apps.git
synced 2024-10-01 01:25:59 -04:00
Merge 10d415a397
into dde3f4d7ae
This commit is contained in:
commit
07c8e6b891
22
readme.md
22
readme.md
@ -56,6 +56,9 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
||||
- [Internet Speedtest](#internet-speedtest)
|
||||
- [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)
|
||||
- [YAML](#yaml)
|
||||
@ -442,8 +445,26 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv
|
||||
|
||||
## 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.
|
||||
@ -470,7 +491,6 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv
|
||||
### 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user