コンテンツにスキップ

bee completion

Generate shell completion scripts

Supported shells: bash, zsh, fish. Source the output in your shell configuration.

Terminal window
bee completion <SHELL>
SHELL
Shell to generate completions for

Set up completions for bash (add to ~/.bashrc)

Terminal window
echo 'eval "$(bee completion bash)"' >> ~/.bashrc

Set up completions for zsh (add to ~/.zshrc)

Terminal window
echo 'eval "$(bee completion zsh)"' >> ~/.zshrc

Set up completions for fish

Terminal window
bee completion fish > ~/.config/fish/completions/bee.fish