News
Newest
Ask
Show
Jobs
Open on GitHub
Jqp: TUI Playground to Experiment with Jq
(github.com)
17 points | by
ingve
4 hours ago
3 comments
cmcconomy
2 hours ago
more general purpose is to use
https://github.com/akavel/up
eg.
cat ./file.txt | up
and inside up, jq away!
elcapitan
3 hours ago
See also Julia Evans' fzf/jq playground example:
https://jvns.ca/til/fzf-preview-git-commits/
ramses0
1 hour ago
fx and jnv are worth mentioning too.
[-]
corytheboyd
24 minutes ago
and jless:)
eg.
cat ./file.txt | up
and inside up, jq away!