24 points | by stefanvdw1 2 hours ago ago
6 comments
Lovely little alias, but I much prefer fracjson[0] pretty printing to jq, so I might go with that instead!
[0]: https://github.com/j-brooke/FracturedJson
I didn't even know such a tool existed until Opus used it.
There is also: - xq for xml - yq for yaml
I wrote uq specifically for urls https://github.com/mcoliver/uq
yq can do a lot more than just yaml:
> yq is a portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor
Not mine, just very useful
Lovely little alias, but I much prefer fracjson[0] pretty printing to jq, so I might go with that instead!
[0]: https://github.com/j-brooke/FracturedJson
I didn't even know such a tool existed until Opus used it.
There is also: - xq for xml - yq for yaml
I wrote uq specifically for urls https://github.com/mcoliver/uq
yq can do a lot more than just yaml:
> yq is a portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor
Not mine, just very useful