Just playing with jq-mode in emacs. Sounds like it should be just a mode for editing jq scripts but the "jq-interactive" lets you run and edit dynamic searches across the current json buffer. Then hit return and it replaces the contents of the buffer with the results. Neat way for quick way of filtering json files without having to jump out to the console. (If I can remember the jq syntax). ( Old data is in the kill-ring so you can back out changes. )
github.com/ljos/jq-mode
#emacs #json
GitHub - ljos/jq-mode: Emacs major mode for editing jq queries.
Emacs major mode for editing jq queries. Contribute to ljos/jq-mode development by creating an account on GitHub.GitHub