Autocomplete

This is used to generate autocomplete information for your terminal shell.

Arguments

NameShortLongDescription
Shell-s--shellShell to generate autocompletions for [possible values: bash, elvish, fish, powershell, zsh]

Command Line Interface

# generate autocompletions for the fish shell
ggetrs autocomplete -s fish

# write autocomplete directly to fish shell config
ggetrs autocomplete -s fish > ~/.config/fish/completions/ggetrs.fish