bash-completion/doc/main.txt
Freddy Vulto 2e87bd4c01 Added setting COMP_KNOWN_HOSTS_WITH_HOSTFILE
`_known_hosts_real' will add hosts from HOSTFILE (compgen -A hostname), unless
`COMP_KNOWN_HOSTS_WITH_HOSTFILE' is set to an empty value.

To run the unit tests:

   $ cd test && ./runUnit _known_hosts_real.exp
2009-08-12 22:20:56 +02:00

19 lines
507 B
Plaintext

Bash-completion
===============
Freddy Vulto (FVu)
v1.0, Mar 2009
Preface
=======
Bash completion extends bashs standard completion behavior to achieve
complex command lines with just a few keystrokes. This project was
conceived to produce programmable completion routines for the most
common Linux/UNIX commands, reducing the amount of typing sysadmins
and programmers need to do on a daily basis.
// include::intro.txt[]
include::bash_completion.txt[]
include::styleguide.txt[]
include::testing.txt[]