mirror of https://github.com/CrimsonTome/tldr.git
17 lines
470 B
Markdown
17 lines
470 B
Markdown
|
# pueue completions
|
||
|
|
||
|
> Generates shell completion files for bash, elvish, fish, powershell, and zsh.
|
||
|
> More information: <https://github.com/Nukesor/pueue>.
|
||
|
|
||
|
- Generate completions for bash:
|
||
|
|
||
|
`sudo pueue completions bash {{/usr/share/bash-completion/completions/pueue.bash}}`
|
||
|
|
||
|
- Generate completions for zsh:
|
||
|
|
||
|
`sudo pueue completions zsh {{/usr/share/zsh/site-functions}}`
|
||
|
|
||
|
- Generate completions for fish:
|
||
|
|
||
|
`sudo pueue completions fish {{/usr/share/fish/completions}}`
|