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

258 B

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