ohmyzsh/plugins/task/README.md
LinPr 743f223780 feat(task): support task completion plugin
Signed-off-by: LinPr <314573849@qq.com>
2025-09-19 16:19:09 +08:00

9 lines
No EOL
258 B
Markdown

# Buf 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)
```