Completions

Written By Kurt Schambach

Last updated 7 months ago

For package installation the completions will be installed automatically.
When installing via go install you can get completions for the few commands there are by running the following command:

fish

gith completion fish > ~/.config/fish/completions/gith.fish

bash

gith completion bash > ~/.local/share/bash-completion/completions/gith

Zsh

gith completion zsh > ~/.local/share/zsh/site-functions/_gith