diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-08-12 10:49:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-08-12 10:49:25 -0300 |
commit | c51a3ee8e009d733eed84ccc804d2b1ff79634c4 (patch) | |
tree | e8fbed1082dc21efa477de34f3f1b0627c41d7c9 | |
parent | 7848174308e40bc5f01f6adc3bff61598329802d (diff) | |
download | blog-c51a3ee8e009d733eed84ccc804d2b1ff79634c4.tar.gz blog-c51a3ee8e009d733eed84ccc804d2b1ff79634c4.tar.bz2 |
Suckless/CLI: jo and jq
-rw-r--r-- | suckless/cli.md | 6 |
1 files changed, 6 insertions, 0 deletions
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/). |