Zsh completions for go-task
Completion for task
task <TAB>
Completion for options
task -<TAB>
Clone the repository inside your oh-my-zsh repo:
git clone https://github.com/sawadashota/go-task-completions.git ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/task
Enable it in your .zshrc by adding it to your plugin list and reloading the completion:
plugins=(… task)
autoload -U compinit && compinit