diff options
Diffstat (limited to 'doc/main.txt')
-rw-r--r-- | doc/main.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/main.txt b/doc/main.txt deleted file mode 100644 index d8a3076..0000000 --- a/doc/main.txt +++ /dev/null @@ -1,18 +0,0 @@ -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[] |