todo.txt-cli
todo.txt-cli copied to clipboard
Bash completion with add on actions
Is it possible to use Bash completion on addons?
For instance, with the rmf add on, I would like to type todo.sh rmf <Tab>
and have the different files in the todo directory offered.
Thanks!
With the proposed patch, this can be configured (e.g. in ~/.bashrc
) via
_todo_file1_actions='rmf'