add to catalog
This commit is contained in:
parent
f9570c3901
commit
8a78fe393e
11
catalog.yaml
11
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
|
||||
|
|
Loading…
Reference in New Issue