add format

This commit is contained in:
Alex Hallam 2021-12-22 16:35:48 +00:00
parent 1569b002af
commit 10d415a397
No known key found for this signature in database
GPG Key ID: 0433CC8DAD13E950
1 changed files with 3 additions and 1 deletions

View File

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