• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..21-Dec-2021-

README.mdH A D21-Dec-2021541 1912

_taskH A D21-Dec-20217.3 KiB286256

taskwarrior.plugin.zshH A D21-Dec-2021191 85

README.md

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