Sha256: d1ecf667a2a92badc2805f61d06fbc4eac4c9442d31fa53d5db6c4d808fabdec
Contents?: true
Size: 1.91 KB
Versions: 3
Compression:
Stored size: 1.91 KB
Contents
# ronin-listener-completion 1 "2024-01-01" Ronin Listener "User Manuals" ## NAME ronin-listener-completion - Manages shell completion rules for `ronin-listener` ## SYNOPSIS `ronin-listener completion` [*options*] ## DESCRIPTION The `ronin-listener completion` command can print, install, or uninstall shell completion rules for the `ronin-listener` command. Supports installing completion rules for Bash or Zsh shells. Completion rules for the Fish shell is currently not supported. ### ZSH SUPPORT Zsh users will have to add the following lines to their `~/.zshrc` file in order to enable Zsh's Bash completion compatibility layer: autoload -Uz +X compinit && compinit autoload -Uz +X bashcompinit && bashcompinit ## OPTIONS `--print` : Prints the shell completion file. `--install` : Installs the shell completion file. `--uninstall` : Uninstalls the shell completion file. `-h`, `--help` : Prints help information. ## ENVIRONMENT *PREFIX* : Specifies the root prefix for the file system. *HOME* : Specifies the home directory of the user. Ronin will search for the `~/.cache/ronin-listener` cache directory within the home directory. *XDG_DATA_HOME* : Specifies the data directory to use. Defaults to `$HOME/.local/share`. ## FILES `~/.local/share/bash-completion/completions/` : The user-local installation directory for Bash completion files. `/usr/local/share/bash-completion/completions/` : The system-wide installation directory for Bash completions files. `/usr/local/share/zsh/site-functions/` : The installation directory for Zsh completion files. ## EXAMPLES `ronin-listener completion --print` : Prints the shell completion rules instead of installing them. `ronin-listener completion --install` : Installs the shell completion rules for `ronin-listener`. `ronin-listener completion --uninstall` : Uninstalls the shell completion rules for `ronin-listener`. ## AUTHOR Postmodern <postmodern.mod3@gmail.com>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ronin-listener-0.1.0 | man/ronin-listener-completion.1.md |
ronin-listener-0.1.0.rc2 | man/ronin-listener-completion.1.md |
ronin-listener-0.1.0.rc1 | man/ronin-listener-completion.1.md |