counsel-jq icon indicating copy to clipboard operation
counsel-jq copied to clipboard

Traverse complex JSON and YAML structures with live feedback

Results 2 counsel-jq issues
Sort by recently updated
recently updated
newest added

When I use jq over the cli, querying for keys like this works fine: ``` code-dev/api » jq 'keys' test.json [ "has_more", "items", "quota_max", "quota_remaining" ] ``` When I try...

question

JSON string is still being read from last visited buffer the counsel-jq was called from, now it can optionally read selected text instead of whole buffer.