File: main.txt

package info (click to toggle)
bash-completion 1%3A2.1-4.3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,740 kB
  • sloc: exp: 8,230; makefile: 948; sh: 727; perl: 59; python: 26; xml: 13; ansic: 6
file content (18 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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[]