LinuxCommandLibrary

pueue-completions

Generate shell completion scripts for pueue

TLDR

Generate bash completions
$ pueue completions bash > [pueue.bash]
copy
Generate zsh completions
$ pueue completions zsh > [_pueue]
copy
Generate fish completions
$ pueue completions fish > [pueue.fish]
copy

SYNOPSIS

pueue completions shell

DESCRIPTION

pueue completions generates shell tab-completion scripts for pueue commands. It outputs completion definitions to stdout for bash, zsh, fish, or PowerShell, which should be redirected to the appropriate shell completion directory for automatic loading.

PARAMETERS

SHELL

Shell type (bash, zsh, fish, powershell).

CAVEATS

Output to appropriate location. Shell-specific.

HISTORY

pueue completions provides shell completion generation.

SEE ALSO

pueue(1)

Copied to clipboard