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
|
fullname: helix
|
||||||
desc: text editor, inspired by vim
|
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:
|
jaq:
|
||||||
desc: A jq clone focussed on correctness, speed, and simplicity
|
desc: A jq clone focussed on correctness, speed, and simplicity
|
||||||
tags: rust
|
tags: rust
|
||||||
|
@ -214,6 +220,11 @@ jq:
|
||||||
desc: json query
|
desc: json query
|
||||||
github: stedolan/jq
|
github: stedolan/jq
|
||||||
|
|
||||||
|
jqp:
|
||||||
|
desc: a TUI playground to experiment with jq
|
||||||
|
github: noahgorstein/jqp
|
||||||
|
tags: Go
|
||||||
|
|
||||||
just:
|
just:
|
||||||
desc: a handy way to save and run project-specific commands.
|
desc: a handy way to save and run project-specific commands.
|
||||||
github: casey/just
|
github: casey/just
|
||||||
|
|
Loading…
Reference in New Issue