From 8a78fe393e24598b02bbd76bdc8233d7ba30806d Mon Sep 17 00:00:00 2001 From: setop Date: Fri, 19 Apr 2024 13:11:50 +0200 Subject: [PATCH] add to catalog --- catalog.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/catalog.yaml b/catalog.yaml index 38966d5..fd02dd0 100644 --- a/catalog.yaml +++ b/catalog.yaml @@ -191,6 +191,12 @@ hx: fullname: helix desc: text editor, inspired by vim +ijq: + desc: interactive jq tool. Like jqplay for the commandline + repo: https://sr.ht/~gpanders/ijq/ + website: https://gpanders.com/blog/making-ijq-fast + tags: Go + jaq: desc: A jq clone focussed on correctness, speed, and simplicity tags: rust @@ -214,6 +220,11 @@ jq: desc: json query github: stedolan/jq +jqp: + desc: a TUI playground to experiment with jq + github: noahgorstein/jqp + tags: Go + just: desc: a handy way to save and run project-specific commands. github: casey/just