mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-11 00:45:28 +08:00
12 lines
292 B
Markdown
12 lines
292 B
Markdown
# TaskWarrior Plugin
|
|
|
|
Open annotation content with native open commands (xdg-open or open)
|
|
|
|
To use it add `tasko` to the plugins array in your zshrc file:
|
|
|
|
```zsh
|
|
plugins=(... tasko)
|
|
```
|
|
|
|
**Note:** you have to [install taskwarrior](https://github.com/GothenburgBitFactory/taskwarrior) first.
|