From: Silvio Rhatto Date: Sun, 12 Aug 2018 13:49:25 +0000 (-0300) Subject: Suckless/CLI: jo and jq X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c51a3ee8e009d733eed84ccc804d2b1ff79634c4;p=blog.git Suckless/CLI: jo and jq --- diff --git a/suckless/cli.md b/suckless/cli.md index 3fbdb86..c665dfe 100644 --- a/suckless/cli.md +++ b/suckless/cli.md @@ -18,3 +18,9 @@ So let them support parameters like `--json` and `--yaml` for it's I/O. In other words, with parsers and serializers it's possible to keep an ecosystem of UNIX microservices interacting with each other using a consistent API. + +References +---------- + +* [jo - JSON output from a shell](https://github.com/jpmens/jo) ([packages](https://repology.org/metapackage/jo/versions)). +* [jq](https://stedolan.github.io/jq/).