Skip to content
Arxo Arxo

completions

Generate a shell completion script to add to your shell profile for tab completion.

Terminal window
arxo completions bash
# Add to ~/.bashrc: eval "$(arxo completions bash)"
Terminal window
arxo completions zsh
# Add to ~/.zshrc: eval "$(arxo completions zsh)"
Terminal window
arxo completions fish | source
# Or save to ~/.config/fish/completions/arxo.fish
Terminal window
arxo completions powershell
# Run and follow instructions to install
ArgumentDescription
shell (positional)Shell: bash, zsh, fish, or powershell
Terminal window
arxo completions bash >> ~/.bashrc
Terminal window
arxo completions zsh >> ~/.zshrc
Terminal window
arxo completions fish > ~/.config/fish/completions/arxo.fish