You are not logged in.
Pages: 1
Hi all !
I was just thinking, what is the bash_completion packet for ? If I type in a command, path, variable, etc., pressing the tab key complete it. So, why installing bash_completion ? I can't figure out what this packet brings to the system...
Last edited by Vladislav IV (2008-07-18 20:58:47)
Offline
extra/bash-completion 20060301-9
Programmable completion indefinitely extends the type of completion built in bash
looks like it adds extra completion to bash completion
Offline
it will complete extra stuff like pacman packages, man pages, etc. But it's slow. I hear zsh can do this pretty well.
Offline
bash_completion allows you to program/extend the standard completion behaviour. It allows completing arguments to commands.
An introduction to bash completion: http://www.debian-administration.org/articles/316
Offline
I used zsh for a little while. There is a separate package in the AUR for yaourt completion
Offline
OK, I see. I never tried it with man nor pacman. Thanks !
Offline
cant live without bash completion....simply awesome
Even a chicken can install Debian, when you put enough grain on the enter key.
Offline
Pages: 1