-
-
Notifications
You must be signed in to change notification settings - Fork 0
Shell Completion
github-actions[bot] edited this page Sep 9, 2026
·
1 revision
Rune provides tab completion for Bash, Zsh, and Fish.
Add to your ~/.zshrc:
source <(rune completion zsh)Add to your ~/.bashrc:
source <(rune completion bash)Add to your ~/.config/fish/config.fish:
rune completion fish | source| Input | Completion |
|---|---|
rune bu<TAB> |
build |
rune d<TAB> |
db |
rune build --<TAB> |
--race |
rune in<TAB> |
info, warn, done, error, help, list
|
rune --<TAB> |
--dry-run, --help, --yes, etc. |
Rune Documentation