Jqp: TUI Playground to Experiment with Jq(github.com)39 points·by ingve·10 months ago·5 commentsgithub.comJqp: TUI Playground to Experiment with Jqhttps://github.com/noahgorstein/jqp5 commentsPost comment[–]cmcconomy·10 months agoreplymore general purpose is to use https://github.com/akavel/upeg.cat ./file.txt | upand inside up, jq away![–]jiehong·10 months agoreplySadly, up doesn’t seem very active nowadays with some bugs unfixed for a while.Great idea, though![–]elcapitan·10 months agoreplySee also Julia Evans' fzf/jq playground example: https://jvns.ca/til/fzf-preview-git-commits/[–]ramses0·10 months agoreplyfx and jnv are worth mentioning too.[–]corytheboyd·10 months agoreplyand jless:)
eg.
cat ./file.txt | up
and inside up, jq away!