jq-mode
jq-mode copied to clipboard
Emacs major mode for editing jq queries.
Seems like the overlay prevents any scrolling... is there something I'm missing? Sometimes the thing I want to drill down on is both off screen and out of (my) memory...
As far as I can see, it's not currently possible to get input from more than one file in a jq block. I propose adding a new header argument, which...
It would be great to be able to see the buffer narrowing as you type (and perhaps have tab-completion). Wrapping calls to `jq` in something like this would get you...
In interactive mode, how can I view the result in a separate view instead of replacing current buffer. Thanks!
Jq has string interpolation like `"The input was \(.), which is one less than \(.+1)"`. It would be nice if we showed the interpolated part as normal jq code.
Great package, thanks! I was searching for a way to get at the value of the jq expression I last typed in... I ended up binding a key in `json-mode`...