1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-16 06:15:25 +00:00
toot/docs/shell_completion.md
2023-12-07 19:45:13 +01:00

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)"