(OpenShift) Cluster Connection Multiplexer
- Checkout the repo somewhere.
- Symlink the
ccmuxscript somewhere into your$PATH($HOME/binmaybe?). - Set up bash completion.
This is the config I have in my .bashrc. It assumes this repo is in $HOME/dev/ccmux and I also prefer to use the shorter cm alias to the full ccmux command.
source $HOME/dev/ccmux/bash_completion.sh
alias cm=ccmux
complete -F _ccmux_completion cm