mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-10 09:20:41 +01:00
526 B
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.