]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/taskwarrior/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / taskwarrior / README.md
1 # taskwarrior
2
3 This plugin adds smart tab completion for [TaskWarrior](https://taskwarrior.org/).
4 It uses the zsh tab completion script (`_task`) shipped with TaskWarrior for the
5 completion definitions.
6
7 To use it, add `taskwarrior` to the plugins array in your zshrc file:
8
9 ```zsh
10 plugins=(... taskwarrior)
11 ```
12
13 ## Examples
14
15 Typing `task [TAB]` will give you a list of commands, `task 66[TAB]` shows a
16 list of available modifications for that task, etcetera.
17
18 The latest version pulled in from the official project is of January 1st, 2015.