mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
.. | ||
_taskfile | ||
README.md | ||
taskfile.plugin.zsh |
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.