Generates shell completion scripts that enable tab completion for zerobrew commands, subcommands, and options.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/lucasgelfond/zerobrew/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Arguments
The shell for which to generate completions. Supported shells:
bash- Bourne Again Shellzsh- Z Shellfish- Friendly Interactive Shellpowershell- PowerShellelvish- Elvish Shell
Examples
Generate bash completions
Generate zsh completions
Generate fish completions
Generate PowerShell completions
Installation
For detailed setup instructions for each shell, including how to install and activate completions, see the Shell Completion Guide.What Gets Completed
The completion scripts provide intelligent tab completion for:- Commands:
install,uninstall,bundle,list,info, etc. - Subcommands:
bundle install,bundle dump - Flags:
--no-link,--build-from-source,--force, etc. - Formula names: Based on available Homebrew formulas
- File paths: For commands that accept file arguments
Related Commands
- Shell Completion Guide - Detailed setup instructions for each shell