Bash-completion

From CBLFS
Revision as of 18:25, 7 May 2008 by Xep (talk | contribs) (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 |} ---- ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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

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

Short Descriptions

bc is a calculator.
dc is a reverse-polish calculator.