blob: 510379dd056ca00155fd4b00ec7d30a9c7712b4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Source: bash-completion
Section: shells
Priority: standard
Maintainer: Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>
Uploaders: Luk Claes <luk@debian.org>, David Paleino <d.paleino@gmail.com>
Build-Depends: debhelper (>= 6), perl
Standards-Version: 3.8.0
Vcs-Bzr: bzr://bzr.debian.org/bzr/bash-completion/current/
Vcs-Browser: http://bzr.debian.org/loggerhead/bash-completion/current/files
Package: bash-completion
Architecture: all
Depends: bash (>= 3.1dfsg-9)
Replaces: bash (<< 3.1dfsg-9)
Description: programmable completion for the bash shell
bash completion extends bash's 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.
|