Project

General

Profile

Auto completion for CDO's options and operators

Added by Ralf Mueller almost 14 years ago

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.bash
Whereas bash and zsh compeltion supports operators with or without leading '-' (operator chaining), tcsh can only complete operators with prepended '-'.


Comments