D 2008-02-10T15:18:58 L Auto-completion P ad3f81e03c0217280ce9ba8de54d588255439b7c U anonymous W 832 [MS] At least on my system (ubuntu) many programs feature auto-completion of subcommands; it is very useful. Fossil does not, svn and cvs do. My guess is that the feature is enabled by the following entry in .bashrc: # enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc). if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi It would be nice if we could develop and maintain a file that would enable this for fossil when copied to /etc/bash_completion.d. I do not know if this can be made in a portable (or at least automated) manner at all. Would attach the /etc/bash_completion.d/subversion file as example, but can't - and it's a bit too long to include here Z d6536877e5624fc4d38edf7b8bb091ec