.\" Generated by kramdown-man 1.0.1 .\" https://github.com/postmodern/kramdown-man#readme .TH ronin-recon-completion 1 "2024-01-01" Ronin Recon "User Manuals" .SH NAME .PP ronin\-recon\-completion \- Manages shell completion rules for \fBronin\-recon\fR .SH SYNOPSIS .PP \fBronin\-recon completion\fR \[lB]\fIoptions\fP\[rB] .SH DESCRIPTION .PP The \fBronin\-recon completion\fR command can print, install, or uninstall shell completion rules for the \fBronin\-recon\fR command\. .PP Supports installing completion rules for Bash or Zsh shells\. Completion rules for the Fish shell is currently not supported\. .SS ZSH SUPPORT .PP Zsh users will have to add the following lines to their \fB\[ti]\[sl]\.zshrc\fR file in order to enable Zsh\[cq]s Bash completion compatibility layer: .PP .RS 4 .EX autoload \-Uz \[pl]X compinit && compinit autoload \-Uz \[pl]X bashcompinit && bashcompinit .EE .RE .SH OPTIONS .TP \fB\-\-print\fR Prints the shell completion file\. .TP \fB\-\-install\fR Installs the shell completion file\. .TP \fB\-\-uninstall\fR Uninstalls the shell completion file\. .TP \fB\-h\fR, \fB\-\-help\fR Prints help information\. .SH ENVIRONMENT .TP \fIPREFIX\fP Specifies the root prefix for the file system\. .TP \fIHOME\fP Specifies the home directory of the user\. Ronin will search for the \fB\[ti]\[sl]\.cache\[sl]ronin\-recon\fR cache directory within the home directory\. .TP \fIXDG\[ru]DATA\[ru]HOME\fP Specifies the data directory to use\. Defaults to \fB\[Do]HOME\[sl]\.local\[sl]share\fR\. .SH FILES .TP \fB\[ti]\[sl]\.local\[sl]share\[sl]bash\-completion\[sl]completions\[sl]\fR The user\-local installation directory for Bash completion files\. .TP \fB\[sl]usr\[sl]local\[sl]share\[sl]bash\-completion\[sl]completions\[sl]\fR The system\-wide installation directory for Bash completions files\. .TP \fB\[sl]usr\[sl]local\[sl]share\[sl]zsh\[sl]site\-functions\[sl]\fR The installation directory for Zsh completion files\. .SH EXAMPLES .TP \fBronin\-recon completion \-\-print\fR Prints the shell completion rules instead of installing them\. .TP \fBronin\-recon completion \-\-install\fR Installs the shell completion rules for \fBronin\-recon\fR\. .TP \fBronin\-recon completion \-\-uninstall\fR Uninstalls the shell completion rules for \fBronin\-recon\fR\. .SH AUTHOR .PP Postmodern .MT postmodern\.mod3\[at]gmail\.com .ME