mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
11 lines
292 B
Markdown
11 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.
|