mirror of
https://github.com/ihabunek/toot.git
synced 2025-10-21 19:44:16 -04:00
610 B
610 B
Shell completion
Introduced in toot 0.40.0
Toot uses Click shell completion which works on Bash, Fish and Zsh.
To enable completion, toot must be installed as a command and available by ivoking toot. Then follow the instructions for your shell.
Bash
Add to ~/.bashrc:
eval "$(_TOOT_COMPLETE=bash_source toot)"
Fish
Add to ~/.config/fish/completions/toot.fish:
_TOOT_COMPLETE=fish_source toot | source
Zsh
Add to ~/.zshrc:
eval "$(_TOOT_COMPLETE=zsh_source toot)"