Skip to content

0.2.0: support shell alias expansion

Compare
Choose a tag to compare
@reegnz reegnz released this 23 Nov 10:37
· 26 commits to master since this release

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