[COPY] --- T2-COPYRIGHT-NOTE-BEGIN --- [COPY] T2 SDE: package/*/bash-completion/bash-completion.desc [COPY] Copyright (C) 2004 - 2022 The T2 SDE Project [COPY] Copyright (C) 1998 - 2004 ROCK Linux Project [COPY] [COPY] This Copyright note is generated by scripts/Create-CopyPatch, [COPY] more information can be found in the files COPYING and README. [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 version 2. [COPY] --- T2-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 [M] The T2 Project [C] extra/base [F] CROSS [L] GPL [S] Stable [V] 2.11 [P] X -----5---9 196.500 [O] hook_add postinstall 5 "cp $confdir/rock-tools $root/$datadir/$pkg/completions" [D] d64d03b955c1403fb632f3e4f901e372687fddd6798ef8a59c13a495 bash-completion-2.11.tar.xz https://github.com/scop/bash-completion/releases/download/2.11/