One of my favorite things about fish is that it bundles completions for a huge number of packages. My experience with bash was that completion support was very spotty
Zsh completions can be hit or miss. Sometimes they make huge differences to how path argument selection works (tab completion) in confusing ways that are inconsistent between commands.
Comments
One of my favorite things about fish is that it bundles completions for a huge number of packages. My experience with bash was that completion support was very spotty
Zsh Completions is a pretty good alternative for anyone using zsh.
https://github.com/zsh-users/zsh-completions
Zsh completions can be hit or miss. Sometimes they make huge differences to how path argument selection works (tab completion) in confusing ways that are inconsistent between commands.