wfxr / forgit

:zzz: A utility tool powered by fzf for using git interactively.
MIT License
4.32k stars 136 forks source link

Feature Request: GCB autocomplete for zsh #291

Closed deekshithanand closed 1 year ago

deekshithanand commented 1 year ago

Check list

Environment info

Problem / Steps to reproduce

Is it possible to get a autocomplete of git branches (upon pressing tab) like oh-my-zsh git plugin for aliases gco and gcb ? or any workaround that can be done?

I tried to source bash autocompletion, but it didnt work and gave an error.

carlfriedrich commented 1 year ago

Right now we have completions for bash and fish only. Contributions for adding zsh completions are very welcome!