mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
feat(tasko): new tasko plugin
This commit is contained in:
parent
9d529c41cc
commit
b2f437b21a
2 changed files with 49 additions and 0 deletions
11
plugins/tasko/README.md
Normal file
11
plugins/tasko/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue