1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-01 20:01:42 +08:00
ohmyzsh-mirror/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.