-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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 to do the same thing with counsel-jq (query for 'keys') on the same file, I get the following error:
jq: error: syntax error, unexpected INVALID_CHARACTER, expecting $end (Unix shell quoting issues?)
Environment is doom emacs, anyone encounter the same issue yet?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested