Jqp: TUI Playground to Experiment with Jq
ingve | 28 points
See also Julia Evans' fzf/jq playground example: https://jvns.ca/til/fzf-preview-git-commits/
elcapitan | 12 hours ago
fx and jnv are worth mentioning too.
ramses0 | 10 hours ago
See also Julia Evans' fzf/jq playground example: https://jvns.ca/til/fzf-preview-git-commits/
fx and jnv are worth mentioning too.
more general purpose is to use https://github.com/akavel/up
eg.
cat ./file.txt | up
and inside up, jq away!