document query tools
Tools to query documents from the command line.
Links
- https://github.com/BurntSushi/xsv
- https://github.com/TomWright/dasel: Also check out my notes on dasel
- https://github.com/harelba/q: Also check out my notes on q
- https://github.com/itchyny/gojq
- https://github.com/mgdm/htmlq
- https://github.com/mikefarah/yq
- https://github.com/stedolan/jq: Also check out my notes on jq. As of 2023-01 this seems to be abandonware. May be moved to https://github.com/jqlang/jq
- https://github.com/johnkerl/miller: "Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON"