gplay completion
gplay completion
Section titled “gplay completion”Generate shell completion scripts.
gplay completion <shell>Generate shell completion scripts for gplay.
To install completions:
Bash: gplay completion bash > /etc/bash_completion.d/gplay
or for user-local installation:
Section titled “or for user-local installation:”gplay completion bash > ~/.bash_completion.d/gplay
Zsh: gplay completion zsh > “${fpath[1]}/_gplay”
gplay completion zsh > ~/.zfunc/_gplay
Make sure ~/.zfunc is in your fpath before compinit
Section titled “Make sure ~/.zfunc is in your fpath before compinit”Fish: gplay completion fish > ~/.config/fish/completions/gplay.fish
PowerShell: gplay completion powershell > gplay.ps1
Then source the script in your PowerShell profile
Section titled “Then source the script in your PowerShell profile”gplay completion bash
Section titled “gplay completion bash”Generate bash completion script.
gplay completion bashgplay completion zsh
Section titled “gplay completion zsh”Generate zsh completion script.
gplay completion zshgplay completion fish
Section titled “gplay completion fish”Generate fish completion script.
gplay completion fishgplay completion powershell
Section titled “gplay completion powershell”Generate PowerShell completion script.
gplay completion powershell