SublimePrettyJson
SublimePrettyJson copied to clipboard
Run specific jq queries
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! :)
Currently not planned. Will leave open for the time being