From 595137183ba096833f54eb0e21b7f9195bea58ea Mon Sep 17 00:00:00 2001 From: Riley Avron Date: Fri, 8 Sep 2023 09:21:04 -0700 Subject: [PATCH] Add jq (#255) --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 579dd6a..1eb0ba8 100644 --- a/index.md +++ b/index.md @@ -204,6 +204,7 @@ color by default via `NO_COLOR`. | [irb](https://github.com/ruby/irb) | Official Ruby REPL | [2021-06-21 / 1.3.6](https://github.com/ruby/irb/releases/tag/v1.3.6) | | [jc](https://github.com/kellyjonbrazil/jc) | Convert the output of popular command-line tools and file-types to JSON | [2021-12-07 / 1.17.4](https://github.com/kellyjonbrazil/jc/releases/tag/v1.17.4) | | [jello](https://github.com/kellyjonbrazil/jello) | Filter JSON and JSON Lines data with Python syntax | [2021-12-08 / 1.5.0](https://github.com/kellyjonbrazil/jello/releases/tag/v1.5.0) | +| [jq](https://github.com/jqlang/jq) | Lightweight and flexible command-line JSON processor | [2023-09-06 / 1.7](https://github.com/jqlang/jq/releases/tag/jq-1.7) | | [KBSecret](https://kbsecret.github.io/) | Secret manager backed by Keybase and KBFS | [2018-04-13 / 1.4.0](https://github.com/kbsecret/kbsecret/commit/d5296054d979a1b1ce07c1be78d56d3d29b62384) | | [kitten](https://github.com/hoffa/kitten) | Tiny multi-server automation tool | [2018-06-06 / 0.2.14](https://github.com/hoffa/kitten/commit/88cb015f4ae021a1c00bfc4dc9506a8e14e51bb4) | | [konch](https://github.com/sloria/konch) | Python shell/REPL configuration tool | [2019-01-19 / 4.0.0](https://github.com/sloria/konch/blob/master/CHANGELOG.rst#400-2019-01-19) |