|
|
|
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
[COPY]
|
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
[COPY] Please add additional copyright information _after_ the line containing
|
|
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
[COPY]
|
|
[COPY] ROCK Linux: rock-src/package/mathieu/bashcompletion/bashcompletion.desc
|
|
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
|
|
[COPY]
|
|
[COPY] This program is free software; you can redistribute it and/or modify
|
|
[COPY] it under the terms of the GNU General Public License as published by
|
|
[COPY] the Free Software Foundation; either version 2 of the License, or
|
|
[COPY] (at your option) any later version. A copy of the GNU General Public
|
|
[COPY] License can be found at Documentation/COPYING.
|
|
[COPY]
|
|
[COPY] Many people helped and are helping developing ROCK Linux. Please
|
|
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
|
|
[COPY] file for details.
|
|
[COPY]
|
|
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
[I] Programmable completion for bash.
|
|
|
|
[T] Since v2.04, bash has allowed you to intelligently program and extend its
|
|
[T] standard completion behavior to achieve complex command lines with just a
|
|
[T] few keystrokes. Imagine typing ssh [Tab] and being able to complete on
|
|
[T] hosts from your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and
|
|
[T] getting a list of all string handling functions in the UNIX manual.
|
|
[T] mount system: [Tab] would complete on all exported file-systems from the
|
|
[T] host called system, while make [Tab] would complete on all targets in
|
|
[T] Makefile. This project was conceived to produce programmable completion
|
|
[T] routines for the most common Linux/UNIX commands, reducing the amount of
|
|
[T] typing sysadmins and programmers need to do on a daily basis.
|
|
|
|
[U] http://www.caliban.org/bash/index.shtml#completion
|
|
|
|
[A] Ian Macdonald <ian@caliban.org>
|
|
[M] Mathieu Doidy <mdoidy@roulaize.net>
|
|
|
|
[C] extra/base
|
|
|
|
[L] GPL
|
|
[S] Stable
|
|
[V] 20050721
|
|
[P] X -?---5---9 197.600
|
|
|
|
[D] 3904120416 bash-completion-20050721.tar.bz2 http://www.caliban.org/files/bash/
|