Re: (Very basic) Command line completion for Fish-Shell

2015-05-14 Thread Curtis Rueden
Hi Johannes, > https://github.com/jschneider/fish-maven-completion/blob/master/mvn.fish FWIW, zsh is also a great modern shell, with many plugins available, including pretty nice completion for Maven [1] from the Oh My Zsh! project. Using a plugin manager like zgen [2] with zsh, you can easily c

(Very basic) Command line completion for Fish-Shell

2015-05-14 Thread Johannes Schneider
A lot is missing, but much better than nothing: https://github.com/jschneider/fish-maven-completion/blob/master/mvn.fish Install by copying to ~/.config/fish/completions/mvn.fish Pull requests very welcome. Regards, Johannes --