ohmyzsh/plugins/task/README.md
Oleg Atamanenko d1c04d8a33
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2s
chore(task): fix error in README (#13367)
2025-10-15 11:13:54 +02:00

9 lines
No EOL
259 B
Markdown

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