summaryrefslogtreecommitdiff
path: root/app-shells/bash-completion/metadata.xml
blob: ab831e67a7036120d6e2e964bf483e8a3a86c90f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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 />
  <origin>srcux</origin>
</pkgmetadata>