git-worktree-manager 0.0.21

CLI tool integrating git worktree with AI coding assistants
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Shell completion generation using clap_complete.
//
// Supports bash, zsh, fish, powershell, and elvish.
// Static completions are generated via `gw --generate-completion <shell>`.
//
// Dynamic completions (branch names, preset names, terminal options)
// are provided through the shell function's tab completion hooks.
//
// Usage:
//   # Generate and install completions
//   gw --generate-completion bash > ~/.local/share/bash-completion/completions/gw
//   gw --generate-completion zsh > ~/.zfunc/_gw
//   gw --generate-completion fish > ~/.config/fish/completions/gw.fish