.nh .TH "SLINKWATCH-COMPLETION-BASH" "1" "Apr 2023" "" "" .SH NAME .PP slinkwatch-completion-bash - Generate the autocompletion script for bash .SH SYNOPSIS .PP \fBslinkwatch completion bash\fP .SH DESCRIPTION .PP Generate the autocompletion script for the bash shell. .PP This script depends on the 'bash-completion' package. If it is not installed already, you can install it via your OS's package manager. .PP To load completions in your current shell session: .PP .RS .nf source <(slinkwatch completion bash) .fi .RE .PP To load completions for every new session, execute once: .SS Linux: .PP .RS .nf slinkwatch completion bash > /etc/bash_completion.d/slinkwatch .fi .RE .SS macOS: .PP .RS .nf slinkwatch completion bash > $(brew --prefix)/etc/bash_completion.d/slinkwatch .fi .RE .PP You will need to start a new shell for this setup to take effect. .SH OPTIONS .PP \fB-h\fP, \fB--help\fP[=false] help for bash .PP \fB--no-descriptions\fP[=false] disable completion descriptions .SH SEE ALSO .PP \fBslinkwatch-completion(1)\fP