0.2.0: support shell alias expansion
jq-zsh-plugin now works with zsh aliases!
Example:
alias k='kubecdl'
alias pods='k get pods -A -o json'
pods <alt+j>
If you don't want automatic shell alias expansion, then put this in your .zshrc
:
JQ_ZSH_PLUGIN_EXPAND_ALIASES=0