bee completion
Overview
Section titled “Overview”Generate shell completion scripts
Supported shells: bash, zsh, fish. Source the output in your shell configuration.
bee completion <SHELL>Arguments
Section titled “Arguments”-
SHELL - Shell to generate completions for
Examples
Section titled “Examples”Set up completions for bash (add to ~/.bashrc)
echo 'eval "$(bee completion bash)"' >> ~/.bashrcSet up completions for zsh (add to ~/.zshrc)
echo 'eval "$(bee completion zsh)"' >> ~/.zshrcSet up completions for fish
bee completion fish > ~/.config/fish/completions/bee.fish