add todo.txt-cli as a plugin
authorErich Smith <heartquest@gmail.com>
Wed, 9 May 2012 23:32:05 +0000 (19:32 -0400)
committerErich Smith <heartquest@gmail.com>
Wed, 9 May 2012 23:37:37 +0000 (19:37 -0400)
commitf5badb3c285598cb4a43c73162d5501b351602cb
treeab11f49c378378e2e490f80747dc24460164c260
parent89263728f2f0272873112e49881a588ba03b7b72
add todo.txt-cli as a plugin

Since it is referenced in the default .bash_profile and in aliases and
themes, why not make it an official plugin?

This creates a 'todo/' directory in /plugins/available, and installs
todo.sh and friends there.  Tab completion and the 't' alias should work
out of the box.

Note: it was also necessary to modify .gitignore to ignore the files
todo.sh generates in custom/.
.gitignore
plugins/available/base.plugin.bash
plugins/available/todo.plugin.bash [new file with mode: 0755]
plugins/available/todo/todo.cfg [new file with mode: 0644]
plugins/available/todo/todo.sh [new file with mode: 0755]
plugins/available/todo/todo_completion [new file with mode: 0644]