wfxr / forgit

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

Add bash completions for forgit functions and aliases #275

Closed carlfriedrich closed 1 year ago

carlfriedrich commented 1 year ago

Check list

Description

This is a follow-up to #235 and adds bash completion to the plugin functions and aliases.

Type of change

Test environment

dagadbm commented 1 year ago

Yes please :D

I was just about to suggest this because for sure it is really important to have

dagadbm commented 1 year ago

I forgot to ask if this will work for zsh or not

carlfriedrich commented 1 year ago

@dagadbm No, these are completions for bash only. I am not familiar with the zsh completion mechanism. Contributions for this are very welcome!