todo.txt-cli icon indicating copy to clipboard operation
todo.txt-cli copied to clipboard

Bash completion with add on actions

Open an-ca opened this issue 6 years ago • 1 comments

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!

an-ca avatar Feb 05 '19 11:02 an-ca

With the proposed patch, this can be configured (e.g. in ~/.bashrc) via

_todo_file1_actions='rmf'

inkarkat avatar Feb 08 '19 21:02 inkarkat