N
Hacker Next
login
▲
Jqp: TUI Playground to Experiment with Jq
github.com
13 points by
ingve
2 hours ago
|
2 comments
add comment
Loading comments...
cmcconomy 50 minutes ago
[-]
more general purpose is to use
https://github.com/akavel/up
eg.
cat ./file.txt | up
and inside up, jq away!
elcapitan 2 hours ago
[-]
See also Julia Evans' fzf/jq playground example:
https://jvns.ca/til/fzf-preview-git-commits/
eg.
cat ./file.txt | up
and inside up, jq away!