Shell Completions
Bivvy supports tab completions for bash, zsh, fish, and PowerShell.
Generate Completions
Bash:
bivvy completions bash > ~/.local/share/bash-completion/completions/bivvyZsh:
bivvy completions zsh > ~/.zfunc/_bivvyFish:
bivvy completions fish > ~/.config/fish/completions/bivvy.fishPowerShell:
bivvy completions powershell >> $PROFILEBash Setup
Add to your ~/.bashrc:
if [ -f ~/.local/share/bash-completion/completions/bivvy ]; then source ~/.local/share/bash-completion/completions/bivvyfiZsh Setup
Add to your ~/.zshrc:
fpath=(~/.zfunc $fpath)autoload -Uz compinit && compinitFish Setup
Completions are automatically loaded from ~/.config/fish/completions/.
Homebrew
If you installed via Homebrew, completions are automatically set up.