108 Commits

Author SHA1 Message Date
Ville Skyttä
56996e5e6d Use compgen -W instead of grepping $cur. 2009-04-18 22:41:48 +03:00
Ville Skyttä
2e66656e68 Use compgen -W instead of grepping $cur. 2009-04-18 22:37:46 +03:00
Ville Skyttä
8a24a283a4 Use _split_longopt in mkinitrd. 2009-04-18 22:34:07 +03:00
Ville Skyttä
4dd5f087ae Fix leaking $prev from mkinitrd completion. 2009-04-18 22:28:37 +03:00
Ville Skyttä
9bac0313da Use compgen -W instead of grepping $cur. 2009-04-18 13:57:36 +03:00
Ville Skyttä
ee1f7542de smartctl reviewed and improved. 2009-04-18 13:36:36 +03:00
Ville Skyttä
8df2728adf mkinitrd reviewed, move to contrib. 2009-04-13 20:39:13 +03:00
Ville Skyttä
b33a3c5740 Parse top level mplayer and friends option completions from -list-options. 2009-04-02 00:35:27 +03:00
Ville Skyttä
e9456c8e53 Split mplayer and friends completions to contrib/mplayer. 2009-04-02 00:27:47 +03:00
Ville Skyttä
529b3a99f9 Add TODO about filename completion. 2009-04-01 23:27:55 +03:00
Todd Zullinger
72f2b0cb1c yum: Complete on filenames when $cur contains /
For a long time "yum install" has accepted filenames as input and will
do the same thing that "yum localinstall" does.  Many users no longer
bother using localinstall and then find that they cannot complete a
pathname with yum install.  Similarly, deplist, update, and upgrade
accept filenames.
2009-04-01 23:20:09 +03:00
Ville Skyttä
356bc43969 Add yum -d and -e completions. 2009-03-31 20:38:15 +03:00
Guillaume Rousse
0f2656669f Merge branch 'guillomovitch' 2009-03-30 22:06:55 +02:00
Guillaume Rousse
0924d059c6 Merge branch 'master' into guillomovitch 2009-03-30 22:02:55 +02:00
Guillaume Rousse
91daa8de58 add options completion 2009-03-30 21:59:58 +02:00
Guillaume Rousse
e3d64089ca fix previous commit 2009-03-30 21:58:56 +02:00
Guillaume Rousse
2c3fd00439 factorize session completions 2009-03-30 21:56:09 +02:00
Guillaume Rousse
515beac77e split screen completion into its own file 2009-03-30 21:49:40 +02:00
Ville Skyttä
e5c2eef34b Cosmetic tweaks. 2009-03-30 22:25:50 +03:00
Ville Skyttä
2bb6beb8da Indent according to modeline. 2009-03-30 22:21:14 +03:00
Ville Skyttä
23e1851605 Add yum repolist, --enable/disablerepo, and --disableexcludes completions. 2009-03-30 22:14:20 +03:00
Ville Skyttä
ab46b349a4 Update list of yum commands and options. 2009-03-30 22:04:42 +03:00
Ville Skyttä
2e56e54580 Install yum-arch completion only if yum-arch is installed. 2009-03-30 21:54:30 +03:00
Ville Skyttä
aa2851d549 Split yum and yum-arch completion into contrib/yum. 2009-03-30 21:51:22 +03:00
Freddy Vulto
23ff82046f Improved vncviewer completion
- Split vncviewer completion in _tightvncviewer() and _xvn4viewer()
    - Vncviewer completion automatically selects right completion at
      run-time.  Default is _tightvncviewer().
    - Added _realcommand() global function
2009-03-16 21:57:12 +01:00
Freddy Vulto
61b9ec0373 Fixed unset $ODBCINI bug in _isql()
Fix _isql completion waiting for grep input if $ODBCINI not set; handle
whitespace in $ODBCINI.
2009-02-25 21:26:00 +01:00
Freddy Vulto
0ebd5edd3b Make _mii-tool()' & _mii-diag()' POSIX-compliant
Dash (-) is replaced with underscore (_).  This prevents errors when
bash-completion is loaded while `set -o posix' is active:

    bash: `_mii-tool': not a valid identifier
    bash: `_mii-diag': not a valid identifier
2009-02-22 11:48:49 +01:00
Ville Skyttä
05d1c4ab99 rdesktop reviewed. 2009-02-15 23:59:06 +02:00
Ville Skyttä
cdec0e5a58 Drop hg completion, an improved version is shipped with Mercurial (contrib/bash_completion in the tarball). 2009-02-15 22:50:41 +02:00
Ville Skyttä
42908b9d8f Comment typo fix. 2009-02-13 00:03:08 +02:00
Ville Skyttä
2595b32439 Add comments about local file completion of _scp. 2009-02-06 23:22:29 +02:00
David Paleino
06a8249326 Added quota-tools completion 2009-02-05 10:53:04 +01:00
David Paleino
fe04d9dedf Use proper options variables 2009-02-05 10:11:24 +01:00
David Paleino
ca63c352bc Added minicom completion 2009-02-05 10:04:37 +01:00
David Paleino
7058a9b442 Added net-tools (mii-tool and mii-diag) completions 2009-02-05 09:48:44 +01:00
David Paleino
6e43c5220a Added qemu completion 2009-02-05 00:28:08 +01:00
David Paleino
009a8fa172 Added comment on how to eventually workaround the bug 2009-02-04 23:38:20 +01:00
David Paleino
95266c3a6c Added cpan2dist completion 2009-02-04 22:26:01 +01:00
David Paleino
0a94a36c19 Added brctl completion 2009-02-04 22:06:28 +01:00
David Paleino
6c9002febc Added cowsay/cowthink completion 2009-02-04 21:53:28 +01:00
Ville Skyttä
7ee70294ba NFC: fix indentation, trim trailing whitespace. 2009-01-23 01:18:28 +02:00
Ville Skyttä
eb1c298f8f scp metachar escaping fixes: remove duplicate '&' (always there), escape '!' (broken in r1082) 2009-01-23 01:12:32 +02:00
David Paleino
9afe7ca991 Added lzop completion 2009-01-19 11:53:34 +01:00
Ville Skyttä
4a360233d2 Do not make vi and friends expand tabs with spaces. 2009-01-17 11:38:33 +02:00
Ville Skyttä
0a8174b77a Remove obsolete CVS $Id$ keywords. 2009-01-14 22:24:51 +02:00
Ville Skyttä
9db9dbf942 Add author info. 2009-01-14 22:20:13 +02:00
Ville Skyttä
c353789983 Add/compact *Emacs, vi and friends indentation etc settings. 2009-01-14 22:17:14 +02:00
Ville Skyttä
d5aa0dfb88 Add lzma completion (Guillaume Rousse, myself). 2009-01-13 20:45:07 +02:00
Ville Skyttä
a817c658f2 Improved svn filename completion (RHBZ: #430059). 2009-01-12 21:27:36 +02:00
David Paleino
4b048477fd Renamed contrib/subversion to contrib/_subversion (prefixed with _ to
avoid file conflicts with upstream's one)
2008-12-19 22:20:22 +01:00