reegnz / jq-zsh-plugin

jq zsh plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support completion of json keys

alahijani opened this issue · comments

One could implement some basic key completion using jq -r ... | keys.

I can submit a PR if you are interested.

Thank you for the suggestion! I decided to implement the feature somewhat differently than you did.

I actually like your solution better!
There may still be a use case for triggering a reload as a separate feature, but I need to further develop that idea.