From 0ba08b230faaa15b8dca0b1d130e7b824aaa854c Mon Sep 17 00:00:00 2001 From: josh- Date: Tue, 4 Sep 2012 23:51:14 -0700 Subject: [PATCH] Added 'taskwarrior' plugin description. --- Plugins.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Plugins.md b/Plugins.md index 2c21d4e..c5d4be6 100644 --- a/Plugins.md +++ b/Plugins.md @@ -417,6 +417,11 @@ After `rvm-update` (alias for `rvm get head; rvm reload`), run `rvm-link-complet [Symfony2](http://symfony.com) autocomplete plugin; binds to app/console, and not ./console command! +## taskwarrior +**Maintainer:** [lepht](https://github.com/lepht) + +* taskwarrior - adds smart tab completion for [TaskWarrior](http://taskwarrior.org). For example, `task[tabtab]` will give you a list of current tasks, `task 66[tabtab]` gives a list of available modifications for that task, etc. + ## terminalapp **Maintainer:** [OutPunk](https://github.com/OutPunk)