Skip to content

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

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”

Generate bash completion script.

gplay completion bash

Generate zsh completion script.

gplay completion zsh

Generate fish completion script.

gplay completion fish

Generate PowerShell completion script.

gplay completion powershell