Skip to content

Shell Completion

bash
# Bash
source <(rmn completion bash)

# Zsh
rmn completion zsh > "${fpath[1]}/_rmn"

# Fish
rmn completion fish | source

# PowerShell
rmn completion powershell | Out-String | Invoke-Expression

Released under the MIT License.