CSV tools
Some CSV utils which may come handy since most teams are dealing with that kind of formats ;)
- http://paulfitz.github.io/daff/ - part of my default toolset ;)
- https://github.com/mithrandie/csvq - part of my default toolset ;)
- http://ebay.github.io/tsv-utils/ - interesting read
- https://github.com/BurntSushi/xsv - yeah, the ripgrep guy
- https://github.com/tomnomnom/gron - now part of my default toolset (yeah, json but faster than jq with "flatten" filter; line grep is powerful)
- https://github.com/paulfitz/coopy - patch/diff for CSV and spreadsheet data
- https://github.com/dflemstr/rq - in trial