mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-26 15:37:28 -07:00
35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>shell-tools@gentoo.org</email>
|
|
<name>Gentoo Shell Tools Project</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>arthurzam@gentoo.org</email>
|
|
<name>Arthur Zamarin</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="eselect">
|
|
Support blacklisting of completions via 'eselect bashcomp'.
|
|
This enables custom Gentoo patching of upstream completion loader.
|
|
</flag>
|
|
</use>
|
|
<longdescription>
|
|
Since v2.04, bash has allowed you to intelligently program and extend its
|
|
standard completion behavior to achieve complex command lines with just a
|
|
few keystrokes. Imagine typing ssh [Tab] and being able to complete on hosts
|
|
from your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and getting a
|
|
list of all string handling functions in the UNIX manual. mount system:
|
|
[Tab] would complete on all exported file-systems from the host called
|
|
system, while make [Tab] would complete on all targets in Makefile. 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.
|
|
</longdescription>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="github">scop/bash-completion</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|