ljos / jq-mode

Emacs major mode for editing jq queries.
GNU General Public License v3.0
110 stars 12 forks source link

Ability to have raw output with jq-interactively #32

Closed gvol closed 1 year ago

gvol commented 1 year ago

I wanted to convert a bunch of log lines to a csv. jq-interactively worked amazingly well, but I ultimately wanted to be able to use the -r option to jq so that I would just print out the result instead of a json string with the result in it.

I was thinking you could use C-r or M-r or toggle raw output.

If you're not opposed to the idea, I might even try to throw together a PR.

ljos commented 1 year ago

I am not opposed. Please do write a PR if you find the time.