aboutsummaryrefslogtreecommitdiff
blob: eb87dcdc982cbc2c6700c1cbe92194a30f2f124f (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.\" Copyright 2005-2013 Gentoo Foundation
.\" Distributed under the terms of the GNU GPL version 2 or later
.\"
.TH bashcomp.eselect 5 "April 2009" "Gentoo Linux" eselect
.SH NAME
bashcomp.eselect \- Manage contributed bash-completion scripts
.SH SYNOPSIS
.B eselect bashcomp
.RB [ help | usage | version ]
.br
.B eselect bashcomp list
.RB [ \-\-global ]
.br
.B eselect bashcomp enable
.RB [ \-\-global ]
.RI [ bashcomp ...]
.br
.B eselect bashcomp disable
.RB [ \-\-global ]
.RI [ bashcomp ...]
.SH DESCRIPTION
.B eselect
is Gentoo's configuration and management tool.  It features modules
that care for individual administrative tasks.
.SH ACTION: LIST
.B eselect bashcomp list
.RB [ \-\-global ]
.br
Display a list of available contributed bash-completion scripts.
Enabled bash-completions are marked with a '*'.  If the
.B \-\-global
option is specified, list globally enabled completions.

$ eselect bashcomp list
.br
Available completions:
  [1]  bitkeeper
  [2]  cowsay *
.SH ACTION: ENABLE
.B eselect bashcomp enable
.RB [ \-\-global ]
.RI [ bashcomp ...]
.br
Enable the specified completion(s).  Arguments may be a completion
name or a corresponding number produced by
.B eselect bashcomp
.BR list .
If the
.B \-\-global
option is specified, enable globally (for all users).
.SH ACTION: DISABLE
.B eselect bashcomp disable
.RB [ \-\-global ]
.RI [ bashcomp ...]
.br
Disable the specified completion(s).  Arguments may be a completion
name or a corresponding number produced by
.B eselect bashcomp
.BR list .
If the
.B \-\-global
option is specified, disable globally (for all users).
.SH AUTHOR
Aaron Walker  <ka0ttic@gentoo.org>
.SH SEE ALSO
.BR eselect (1)