Difference between revisions of "Bash-completion"
From CBLFS
Jump to navigationJump to searchm (New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://www.caliban.org/files/bash/bash-completion-{{bash-completion-Version}}.tar.gz |} ---- ...) |
m |
||
Line 45: | Line 45: | ||
! Installed Directories: | ! Installed Directories: | ||
| /usr/share/doc/bash-completion | | /usr/share/doc/bash-completion | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Revision as of 17:25, 7 May 2008
Download Source: | http://www.caliban.org/files/bash/bash-completion-20060301.tar.gz |
---|
Contents
Introduction to Bash-completion
Programmable bash completion. It's much easier to demonstrate programmable completion than it is to explain it :)
Project Homepage: http://www.caliban.org/bash/index.shtml#completion
Dependencies
Non-Multilib
Multilib
32Bit
N32
64Bit
This package does not provide any libraries so only one installation is needed.
Install the package
install -m644 bash_completion.sh /etc/profile.d/70-bash_completion.sh && cp -v bash_completion /etc/ && install -d /etc/bash_completion.d && cp -v contrib/* /etc/bash_completion.d && install -d /usr/share/doc/bash-completion && cp -v README /usr/share/doc/bash-completion/
To try out completion in an already open shell, execute the following command:
. /etc/bash_completion
Contents
Installed Programs: | 70-bash_completion.sh, bash_completion |
---|---|
Installed Libraries: | None |
Installed Directories: | /usr/share/doc/bash-completion |