Hacker News new | ask | show | jobs
by tyingq 1621 days ago
Not sure I understand. I mean using the interactive mode to figure out the right query ("[].mumble.whatever...") and then being able to save the text of the query that you figured out by pointing and clicking. Like a graphical SQL query builder allows you to do.
1 comments

You can do this with `jid -q`: https://github.com/simeji/jid

(Its interactivity is keyboard- rather than mouse-based.)

Oh, that's great...outputs a jq-compatible query. Thanks!