gradle / gradle-completion

Gradle tab completion for bash and zsh
MIT License
1.02k stars 131 forks source link

Support for Fish Shell #64

Open cesards opened 5 years ago

cesards commented 5 years ago

I've tried the tool in my Fish shell and it doesn't work. Are you thinking about adding support for Fish shell too?

Thank you in advance, the tool looks great!

djstein commented 4 years ago

any thoughts 2 years later?

Mazorius commented 4 years ago

Fish adds gradle completion by itself: https://github.com/fish-shell/fish-shell/blob/master/share/completions/gradle.fish

I improved that here: https://github.com/fish-shell/fish-shell/pull/6864

Think this issue can be closed!