Skip to content

makon/go-task-completions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

go-task completions

Zsh completions for go-task

asciicast

Usage

Completion for task

task <TAB>

Completion for options

task -<TAB>

Installation

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

About

Zsh completions for go-task

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published