SublimePrettyJson icon indicating copy to clipboard operation
SublimePrettyJson copied to clipboard

Run specific jq queries

Open AlessandroCalo opened this issue 10 years ago • 1 comments

I'd like to be able to run specific jq queries automatically, maybe via specifying a custom key binding such as

{ "keys": ["super+shift+q"], "command": "jq_pretty_json", "args": {"query": "myquery"} },

but currently the run() method doesn't seem to allow any extra args. Can it be done?

Thanks! :)

AlessandroCalo avatar Feb 04 '15 20:02 AlessandroCalo

Currently not planned. Will leave open for the time being

TerminalFi avatar Apr 18 '20 02:04 TerminalFi