1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01:00
Files
oh-my-zsh/plugins/task/README.md
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)