You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(completions): remove ghost flag and add missing completions (#111)
- Remove --id flag from Bash completions (never existed in code)
- Add --porcelain completion for list/ls in Bash and Fish
- Add --editor flag with adapter names for editor command in Bash and Fish
- Add --ai flag with adapter names for ai command in Bash and Fish
Brings Bash and Fish completions to parity with Zsh.
complete-c git -n'__fish_git_gtr_using_command editor'-l editor -d'Editor to use'-r-a'cursor vscode zed idea pycharm webstorm vim nvim emacs sublime nano atom none'
92
+
93
+
# AI command options
94
+
complete-c git -n'__fish_git_gtr_using_command ai'-l ai -d'AI tool to use'-r-a'aider auggie claude codex continue copilot cursor gemini opencode none'
95
+
86
96
# Clean command options
87
97
complete-c git -n'__fish_git_gtr_using_command clean'-l merged -d'Remove worktrees with merged PRs/MRs'
0 commit comments