Bash-completion

From CBLFS
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Download Source: http://www.caliban.org/files/bash/bash-completion-20060301.tar.gz

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

Required

Non-Multilib or Multilib

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 &&
install -d /usr/share/bash-completion &&
cp -v contrib/* /usr/share/bash-completion/ &&
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: None
Installed Libraries: None
Installed Directories: /etc/bash_completion.d, /usr/share/bash-completion/, /usr/share/doc/bash-completion