aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/).