GitHub - noahgorstein/jqp: A TUI playground to experiment with jq
jqp
a TUI playground for exploring jq.
This application utilizes itchyny's implementation of jq written in Go, gojq.
Installation
homebrew
brew install noahgorstein/tap/jqp
macports
Arch Linux
Available through the Arch User Repository as jqp-bin.
Snap install
GitHub releases
Download the relevant asset for your operating system from the latest GitHub release. Unpack it, then move the binary to somewhere accessible in your PATH, e.g. mv ./jqp /usr/local/bin.
Build from source
Clone this reposito...
Read more at github.com