add to catalog

This commit is contained in:
setop 2024-04-19 13:11:50 +02:00
parent f9570c3901
commit 8a78fe393e
1 changed files with 11 additions and 0 deletions

View File

@ -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