Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Autocompletion on keys with period doesn't work #3

Open
weichuliu opened this issue May 16, 2017 · 0 comments
Open

Autocompletion on keys with period doesn't work #3

weichuliu opened this issue May 16, 2017 · 0 comments

Comments

@weichuliu
Copy link

weichuliu commented May 16, 2017

Followed from simeji#54

Tried master version on macOS:

# Initial
[Filter]>
{
  "a.a": "b",
  "c": "d"
}

# pressed ".a"
#           v Cursor 
[Filter]> .a"a.a"]
null

# pressed Tab
#                 v Cursor 
[Filter]> .a"a.a"]
jq: error: syntax error, unexpected QQSTRING_START, expecting $end (Unix shell quoting issues?) at <top-level>, line 1
.a"a.a"]
jq: 1 compile error

jiq kinda recognized the key but failed on autocompletion.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants