1 [COPY] --- T2-COPYRIGHT-BEGIN ---
2 [COPY] t2/package/*/bash-completion/bash-completion.desc
3 [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2004 ROCK Linux Project
5 [COPY] SPDX-License-Identifier: GPL-2.0
6 [COPY] --- T2-COPYRIGHT-END ---
8 [I] Programmable completion for bash
10 [T] Since v2.04, bash has allowed you to intelligently program and extend its
11 [T] standard completion behavior to achieve complex command lines with just a
12 [T] few keystrokes. Imagine typing ssh [Tab] and being able to complete on
13 [T] hosts from your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and
14 [T] getting a list of all string handling functions in the UNIX manual.
15 [T] mount system: [Tab] would complete on all exported file-systems from the
16 [T] host called system, while make [Tab] would complete on all targets in
17 [T] Makefile. This project was conceived to produce programmable completion
18 [T] routines for the most common Linux/UNIX commands, reducing the amount of
19 [T] typing sysadmins and programmers need to do on a daily basis.
21 [U] http://www.caliban.org/bash/index.shtml#completion
23 [A] Ian Macdonald <ian@caliban.org>
24 [M] The T2 Project <t2@t2-project.org>
32 [P] X -----5---9 196.500
36 [O] hook_add postinstall 5 "cp $confdir/rock-tools $root/$datadir/$pkg/completions"
38 [D] c0cfd62517f527a1d0d6ecf71184b6c509e9e043106a9685df721935 bash-completion-2.14.0.tar.xz https://github.com/scop/bash-completion/releases/download/2.14.0/