go-task-completions icon indicating copy to clipboard operation
go-task-completions copied to clipboard

Zsh completions for go-task

go-task completions

Zsh completions for go-task

asciicast

Usage

Completion for task

task <TAB>

Completion for options

task -<TAB>

Installation

oh-my-zsh

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