aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-08-12 10:49:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-08-12 10:49:25 -0300
commitc51a3ee8e009d733eed84ccc804d2b1ff79634c4 (patch)
treee8fbed1082dc21efa477de34f3f1b0627c41d7c9
parent7848174308e40bc5f01f6adc3bff61598329802d (diff)
downloadblog-c51a3ee8e009d733eed84ccc804d2b1ff79634c4.tar.gz
blog-c51a3ee8e009d733eed84ccc804d2b1ff79634c4.tar.bz2
Suckless/CLI: jo and jq
-rw-r--r--suckless/cli.md6
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/).