Albatrosicks / go-task-completions

Zsh completions for go-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Shell 100.0%