Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

Topics

Resources

Stars

25 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors