|
|
|
|
|
by ithcy2
5008 days ago
|
|
Everything in the "Context based tab completion" paragraph is already done by bash_completion. * It knows which commands git takes? Yes.
* which hosts are in my hosts file for ssh? Yes.
* which users my system have when I write chmod? Yes.
* available packages to apt-get? Yes. Plus everything in /etc/bash_completion, plus the hundreds of additional commands in /etc/bash_completion.d, plus many, many online resources for creating your own... |
|
It's a matter of preference which completion strategy is the best, yes. :) But for me I've found that zsh's way to do it saves me many more keystrokes than bash's way.