From 299c1210919cf03ea55fdc45474de9bab49e4e43 Mon Sep 17 00:00:00 2001 From: ChristopherBiscardi Date: Tue, 19 Sep 2017 15:22:17 -0700 Subject: [PATCH] mention jiq --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 013e589..619674e 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ Notes: - If you must handle XML, `xmlstarlet` is old but good. - For JSON, use [`jq`](http://stedolan.github.io/jq/). + * For interactive use, [`jiq`](https://github.com/fiatjaf/jiq) - For YAML, use [`shyaml`](https://github.com/0k/shyaml).