Auto completion for CDO's options and operators
Using <TAB> in bash, tcsh and zsh can now be used for completion of CDO's options and operators. Cooresponding configuration files for cdo-1.4.4 are downloadable from here or from the repository for the most recent version. This feature will be included in upcoming releases. Use the source
command for activation of this feature, e.g. for bash:
source CdoCompletion.bashWhereas bash and zsh compeltion supports operators with or without leading '-' (operator chaining), tcsh can only complete operators with prepended '-'.
Comments