1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/bashcompletion/bashcompletion.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2004 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] Programmable completion for bash
15 [T] Since v2.04, bash has allowed you to intelligently program and extend its
16 [T] standard completion behavior to achieve complex command lines with just a
17 [T] few keystrokes. Imagine typing ssh [Tab] and being able to complete on
18 [T] hosts from your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and
19 [T] getting a list of all string handling functions in the UNIX manual.
20 [T] mount system: [Tab] would complete on all exported file-systems from the
21 [T] host called system, while make [Tab] would complete on all targets in
22 [T] Makefile. This project was conceived to produce programmable completion
23 [T] routines for the most common Linux/UNIX commands, reducing the amount of
24 [T] typing sysadmins and programmers need to do on a daily basis.
26 [U] http://www.caliban.org/bash/index.shtml#completion
28 [A] Ian Macdonald <ian@caliban.org>
29 [M] The T2 Project <t2@t2-project.org>
37 [P] X -----5---9 196.500
39 [D] 776ab7cf870b56129234f6b3851fd342a07c182758e2f9a2a3fee381 bash-completion-20050121.tar.bz2 http://www.caliban.org/files/bash/