ohmyzsh/plugins/taskfile/README.md

526 B

Taskfile plugin

This plugin provides completion for Task, as well as the shortcut alias t

To use it add taskfile to the plugins array in your zshrc file.

plugins=(... taskfile)

Usage

Of course, you need Task to be installed.

Typing t [TAB] will give you a list of commands provided by your Taskfile.yml


---

Thanks to Berger91 for the original completion method.