Autocomplete with Bash, Zsh and Tcsh¶
All three shells have built-in completion methods. For easy integration of CDO, there are some files in the contrib
subdirectory of the source code distribution.
You can active this feature by loading the corresponding file, e.g. for zsh after the successful build:
source contrib/cdoCompletion.zsh
or you copy it to somewhere else and add the load command to your
.bashrc/.zshrc
.
In order to make it work with tcsh, you might have to add
set autoexpandto your
.tcshrc
.