Skip to content

completions

Generates shell completion script for the specified shell. Completions provide tab-completion for commands and dynamic branch name suggestions.

bash
workmux completions <shell>

Arguments

  • <shell>: Shell type: bash, zsh, or fish.

Examples

bash
# Generate completions for zsh
workmux completions zsh

See Installation - Shell completions for setup instructions.

Released under the MIT License.