Blob Blame History Raw
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[]