← 返回命令列表

Linux command

pueue-completions 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Generate bash completions

pueue completions bash [output_directory]

Generate zsh completions

pueue completions zsh [output_directory]

Generate fish completions

pueue completions fish [output_directory]

Generate elvish completions

pueue completions elvish [output_directory]

Generate PowerShell completions

pueue completions power-shell [output_directory]

说明

pueue completions writes a shell completion script for the pueue client to a directory on disk. The generated file name depends on the shell: pueue.bash for bash, _pueue for zsh, pueue.fish for fish, and so on. After generation, the file should be sourced or placed in a directory on your shell's completion path (for example ~/.local/share/bash-completion/completions/ or $fpath for zsh).

FAQ

What is the pueue-completions command used for?

pueue completions writes a shell completion script for the pueue client to a directory on disk. The generated file name depends on the shell: pueue.bash for bash, _pueue for zsh, pueue.fish for fish, and so on. After generation, the file should be sourced or placed in a directory on your shell's completion path (for example ~/.local/share/bash-completion/completions/ or $fpath for zsh).

How do I run a basic pueue-completions example?

Run `pueue completions bash [output_directory]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more pueue-completions examples?

This page includes 5 examples for pueue-completions, plus related commands for nearby Linux tasks.