ohmyzsh/plugins/taskfile
2022-06-28 11:46:44 +02:00
..
_taskfile Oh-My-Zsh plugin to support Taskfile.yml completion 2022-06-28 11:46:44 +02:00
README.md Oh-My-Zsh plugin to support Taskfile.yml completion 2022-06-28 11:46:44 +02:00
taskfile.plugin.zsh Oh-My-Zsh plugin to support Taskfile.yml completion 2022-06-28 11:46:44 +02:00

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.