Add groq-cli (#375)

This commit is contained in:
Knut Melvær 2019-11-07 15:08:15 +01:00 committed by Jonathan Neidel
parent b35a4a4d51
commit 92cbd40678
1 changed files with 3 additions and 2 deletions

View File

@ -363,11 +363,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
### JSON
- [jq](https://github.com/stedolan/jq) - Command-line JSON processor.
- [jq](https://github.com/stedolan/jq) - JSON processor.
- [jp](https://github.com/therealklanni/jp) - Simply parse and drill into JSON on the commandline, with jsonpath and stdin stream support (jq compatible, not a replacement).
- [fx](https://github.com/antonmedv/fx) - Command-line JSON viewer.
- [vj](https://github.com/busyloop/vj) - Makes JSON human readable.
- [strip-json-comments-cli](https://github.com/sindresorhus/strip-json-comments-cli) - Strip comments from JSON. Lets you use comments in your JSON files!
- [strip-json-comments-cli](https://github.com/sindresorhus/strip-json-comments-cli) - Strip comments from JSON.
- [GROQ](https://github.com/sanity-io/groq-cli)  JSON processor with queries and projections.
### Text