LinuxCommandLibrary

pueue-completions

Generates shell completion files for bash, elvish, fish, powershell, and zsh.

TLDR

Generate completions for Bash

$ sudo pueue completions bash [/usr/share/bash-completion/completions/pueue.bash]
copy


Generate completions for zsh
$ sudo pueue completions zsh [/usr/share/zsh/site-functions]
copy


Generate completions for fish
$ sudo pueue completions fish [/usr/share/fish/completions]
copy

Copied to clipboard