summaryrefslogtreecommitdiff
path: root/plugins/taskwarrior/README.md
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2015-09-19 09:01:28 -0700
committerRobby Russell <robby@planetargon.com>2015-09-19 09:01:28 -0700
commit4f1caf095510140f9d18636eeff95e9e38727698 (patch)
tree4d6168b3e6242c67d72aa2517787d528bba603e6 /plugins/taskwarrior/README.md
parent6eb6017b3c08003e5885d0f8740e84c5417bc492 (diff)
parent38d25a335999753093011f93699725c865f73360 (diff)
downloadzsh-4f1caf095510140f9d18636eeff95e9e38727698.tar.gz
zsh-4f1caf095510140f9d18636eeff95e9e38727698.tar.bz2
zsh-4f1caf095510140f9d18636eeff95e9e38727698.zip
Merge pull request #4237 from mcornella/fix-taskwarrior-plugin
Fix taskwarrior plugin
Diffstat (limited to 'plugins/taskwarrior/README.md')
-rw-r--r--plugins/taskwarrior/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/taskwarrior/README.md b/plugins/taskwarrior/README.md
new file mode 100644
index 000000000..053151e78
--- /dev/null
+++ b/plugins/taskwarrior/README.md
@@ -0,0 +1,13 @@
+# taskwarrior
+
+This plugin adds smart tab completion for [TaskWarrior](http://taskwarrior.org/).
+It uses the zsh tab completion script (`_task`) shipped with TaskWarrior for the
+completion definitions.
+
+The latest version pulled in from the official project is of January 1st, 2015.
+
+
+## Examples
+
+Typing `task [TAB]` will give you a list of commands, `task 66[TAB]` shows a
+list of available modifications for that task, etcetera.