Completions
Install tab completion for your shell
RRPM supports installing completions for various different shells, thanks to Typer.
python -m rrpm --install-completion bashpython -m rrpm --install-completion fishpython -m rrpm --install-completion zshAdd the following line to your ~/.zshrc file
fpath+=~/.zfuncmkdir $ZSH_CUSTOM/plugins/rrpm
python -m rrpm --show-completion zsh > $ZSH_CUSTOM/plugins/rrmp/_rrpmEdit the plugins line in your ~/.zshrc to add the rrpm plugin
plugins = (rrpm ...)python -m rrpm --install-completion powershellpython -m rrpm --install-completion pwshShell needs to be restarted for changes to take effect
Last updated