mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-08 05:45:55 +00:00
22 lines
563 B
Plaintext
22 lines
563 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|