Kubecolor is an opersource tool that prints colorized outputs from the main kubernetes cli tool kubectl, so this is a functional plugin thats allows you to add functional keyboard shortcuts to ZSH and Oh-My-ZSH
brew install hidetatz/tap/kubecolorFollow steps described in the official GitHub Repo
git clone git@github.com:trejo08/kubecolor-zsh.git $ZSH_CUSTOM/plugins/kubecolor-zshEdit your .zshrc config file and add into the plugins configuration to enable shortcuts:
plugins=(
git
plugin-a
plugin-b
plugin-c
kubecolor-zsh
plugin-n
)exec $SHELLEnjoy it and don't forget submit any comment or issue.