124 Commits

Author SHA1 Message Date
Guillaume Rousse
996c9c2034 split mc completion 2009-05-17 22:00:32 +02:00
Guillaume Rousse
36b217e5b4 split lvm completion 2009-05-17 21:59:04 +02:00
Guillaume Rousse
9cb6c0e14d split cpio completion 2009-05-17 21:57:13 +02:00
Guillaume Rousse
944221c4d1 split getent completion 2009-05-17 21:55:41 +02:00
Guillaume Rousse
a10c98e0fd split ntpdate completion 2009-05-17 21:53:51 +02:00
Ville Skyttä
9a63f2983d Use _split_longopt in mii-diag and mii-tool. 2009-05-13 00:06:40 +03:00
Guillaume Rousse
d5fd1c3412 split _known_hosts into _kwnown_hosts and _known_hosts_real, instead of using an option to set current word 2009-05-03 15:18:31 +02:00
Guillaume Rousse
ae757e453b distinct completion function for sftp 2009-05-02 17:34:00 +02:00
Guillaume Rousse
5decc1de04 standard completion scheme for ssh-copy-id 2009-05-02 17:23:21 +02:00
Guillaume Rousse
41746f0bcc fix indentation 2009-05-02 17:20:41 +02:00
Guillaume Rousse
39a143e083 split xhost completion in its own file 2009-05-02 17:13:46 +02:00
Guillaume Rousse
4692a4b14a more option completions 2009-05-02 16:20:31 +02:00
Guillaume Rousse
d8bb766fbe standardize ssh completion scheme:
- complete after previous unstacked short options
- complete potential options after dash
- complete on known host if neither apply
2009-05-02 16:11:23 +02:00
Ville Skyttä
f1f03cd9dc Improve built in ant completion. 2009-04-30 18:59:23 +03:00
Ville Skyttä
d8d5445edb Split ant completion to contrib/ant. 2009-04-30 18:54:07 +03:00
David Paleino
7c023ab92e Fix svk completion using $filenames instead of $default (Debian: #524961) 2009-04-21 18:33:12 +02:00
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