diff options
Diffstat (limited to 'plugins/task/README.md')
| -rw-r--r-- | plugins/task/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/task/README.md b/plugins/task/README.md new file mode 100644 index 000000000..4ef931c03 --- /dev/null +++ b/plugins/task/README.md @@ -0,0 +1,9 @@ +# Task plugin + +This plugin adds completion for [Task CLI](https://taskfile.dev/), a fast, cross-platform build tool inspired by Make, designed for modern workflows. + +To use it, add `task` to the plugins array in your zshrc file: + +```zsh +plugins=(... task) +```
\ No newline at end of file |
