Tab Completion

There is a Bash tab completion script distributed with task, called task_completion.sh.

To install it, copy it to your /etc/bash_completion.d directory (in case you want to have it available system-wide) and then

source /etc/bash_completion

or source it from your home directory's bashrc files.

Also available in: HTML TXT