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

259 B

Task plugin

This plugin adds completion for Task CLI, 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:

plugins=(... task)