1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 21:46:02 +02:00
tldr/pages/common/pueue-completions.md
2021-03-30 14:35:16 -04:00

16 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}}`