HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pueue completions — Generate shell completion files for Bash, Elvish, fish, PowerShell, and Zsh. More information: <http

Submitted by: @import:tldr-pages··
0
Viewed 0 times
shellcommandcompletionfilespueue completionscliforgenerate

Problem

How to use the pueue completions command: Generate shell completion files for Bash, Elvish, fish, PowerShell, and Zsh. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.

Solution

pueue completions — Generate shell completion files for Bash, Elvish, fish, PowerShell, and Zsh. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.

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

Code Snippets

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

Context

tldr-pages: common/pueue completions

Revisions (0)

No revisions yet.