Ville Skyttä
bed5694111
vmstat: New completion.
2012-02-21 22:00:39 +02:00
Ville Skyttä
91528b5271
su: Complete -s/--shell with shells instead of all files.
2012-02-18 10:14:29 +02:00
Ville Skyttä
e7c4035089
su: Add --session-command arg completion.
2012-02-18 10:13:24 +02:00
Ville Skyttä
e4fe946621
su: Fix long option handling.
2012-02-18 10:12:02 +02:00
Igor Murzov
d2aedc83e1
su: Add linux-specific completion
2012-02-17 05:14:51 +04:00
David Paleino
071ba93a0b
Really complete 'changelog'
2012-02-10 20:44:10 +01:00
David Paleino
ae98bfa721
apt-get: add 'changelog' to completed commands
2012-02-10 20:41:26 +01:00
Ville Skyttä
cff897eda8
pigz: Add -p/--processes arg completion.
2012-02-06 23:51:17 +02:00
Anthony Ramine
ec7fe00066
Properly declare 'symlinks' dependencies
2012-02-06 10:28:41 +01:00
Ville Skyttä
45c0886acc
mplayer: Add generic handling of options that take arguments.
2012-01-15 14:24:38 +02:00
Ville Skyttä
a90d7d861a
mplayer: Add -monitoraspect arg completion.
2012-01-15 14:00:33 +02:00
Ville Skyttä
d02b4e15e3
insmod: Install for insmod.static too.
2012-01-14 11:43:15 +02:00
Ville Skyttä
47c49dbfec
rmmod: Add option completions.
2012-01-14 11:40:54 +02:00
Igor Murzov
33883145af
sbopkg, slackpkg, slapt-{get,src}: Use shorter form of the check if file exists.
...
Also add information about corresponding man pages.
2012-01-13 00:20:45 +04:00
Igor Murzov
32e8f33018
sbopkg: Use _parse_help.
...
Reviewed-by: Sergey V <sftp.mtuci@gmail.com>
2012-01-13 00:20:20 +04:00
Igor Murzov
f67818e023
modprobe, modinfo, insmod: Move modprobe and modinfo completions to their own files.
...
Also fix some options handling and errors in unusual usecases (Alioth: #313498 ).
Patch is partially written by Lekensteyn <lekensteyn@gmail.com>
Reviewed-by: Sergey V <sftp.mtuci@gmail.com>
2012-01-13 00:19:26 +04:00
Igor Murzov
1cb1e31e18
mount.linux: Add some new mount options intoduced in Linux 3.0-3.2
...
Also add jffs2 to the fs list.
See: http://kernelnewbies.org/Linux_3.2
2012-01-13 00:17:51 +04:00
Igor Murzov
b515b0dd38
Merge remote-tracking branch 'origin/sudo'
...
* origin/sudo:
sudoedit: New completion.
sudo: Fix option list parsing
sudo: Handle options (Alioth: #311414 ).
2012-01-09 16:25:00 +04:00
Ville Skyttä
694313874a
pwd: New completion.
2012-01-08 16:44:53 +02:00
Ville Skyttä
28f15fd05c
ssh-add: New completion.
2012-01-07 09:42:53 +02:00
Ville Skyttä
3ccfe020a2
dmesg: Adapt to versions returning long options.
2012-01-01 14:54:11 +02:00
Igor Murzov
d0a14954ab
sudoedit: New completion.
2011-12-29 23:36:32 +04:00
Ville Skyttä
59a8a9c41b
pgrep, pkill, killall: Base pkill on pgrep, add more option completions.
2011-12-27 21:52:58 +02:00
Ville Skyttä
2622723ae9
udevadm: New completion.
2011-12-21 23:49:51 +02:00
Igor Murzov
e6bef775a5
gcc: Don't use \t in sed as it's not POSIX compliant.
2011-12-21 01:03:21 +04:00
Igor Murzov
15f5c80c2e
Revert "route: Don't check $OSTYPE (Alioth: #311407 )."
...
This reverts commit dab2f3c5519d01902e795e583b0546eb30bd04c7.
It broke at least FreeBSD route completion.
2011-12-21 00:56:34 +04:00
Igor Murzov
6621f37c5d
sudo: Fix option list parsing
2011-12-20 20:33:31 +04:00
Igor Murzov
08a2264c82
htop: Get user names directly with compgen -u
.
2011-12-20 19:56:37 +04:00
Igor Murzov
91a61afe59
sudo: Handle options (Alioth: #311414 ).
2011-12-20 19:56:37 +04:00
Igor Murzov
f17f31057f
gcc: Remove unnecessary calls to tr
and sort
.
2011-12-20 19:56:36 +04:00
Igor Murzov
3be0b26581
gcc: Don't allow "[]<>" in options list.
2011-12-20 19:56:36 +04:00
Igor Murzov
dab2f3c551
route: Don't check $OSTYPE (Alioth: #311407 ).
2011-12-20 19:56:35 +04:00
Ville Skyttä
ae34153c85
cc, c++: Install gcc completion if compiler looks like GCC (Alioth: #311408 ).
2011-12-20 00:36:39 +02:00
Igor Murzov
0c4b054b14
kcov: kcov has man page now.
2011-12-19 03:56:43 +04:00
Igor Murzov
86be92a17e
avctrl, dnsspoof: Add "avctrl" and "dnsspoof" to completions/Makefile.am
...
Somehow they were abandoned in 156656c16d4302d059221a06eb7c1bd460e41fe9.
Also resort bashcomp_DATA alphabetically.
2011-12-19 03:55:15 +04:00
Igor Murzov
5dba39cbd3
htop: New completoin.
2011-12-18 21:59:15 +04:00
Igor Murzov
1f15ab7eae
Merge branch 'mount'
...
* mount:
testsuite: Add basic tests for umount.
umount: Real fix for completion of relative paths.
umount: Half-fix for completion of relative paths.
mount: Don't suggest short options.
mount, umount: Add linux-specific completions.
2011-12-15 19:49:34 +04:00
Igor Murzov
2c4d20a02e
cppcheck: Several ids separated by commas can be given for --enable=.
2011-12-14 19:23:55 +04:00
Igor Murzov
be085fbe23
id: Add "id" to completions/Makefile.am.
...
Somehow "id" was abandoned in 156656c16d4302d059221a06eb7c1bd460e41fe9.
2011-12-14 19:06:44 +04:00
Igor Murzov
3f74a9f918
cppcheck: Add new options introduced in cppcheck-1.52.
2011-12-14 18:56:41 +04:00
Ville Skyttä
f09ced610d
lzip: New completion.
2011-12-10 18:27:21 +02:00
Ville Skyttä
da4956af1f
curl: Add bunch of new option argument completions.
2011-12-05 00:32:24 +02:00
Ville Skyttä
3b7f785cb5
lrzip: -T no longer takes an argument since version 0.570.
2011-12-04 12:48:16 +02:00
Igor Murzov
54bcdff3cf
umount: Real fix for completion of relative paths.
2011-12-04 05:34:25 +04:00
Igor Murzov
7a1a3da08a
umount: Half-fix for completion of relative paths.
2011-12-04 02:41:46 +04:00
Jan Kratochvil
86d0395fc5
rpm: Treat -r as --root (RedHat: #759224 ).
2011-12-01 21:19:54 +02:00
Ville Skyttä
6a713c316f
_muttconffiles: Use printf instead of echo (Alioth: #312163 ).
2011-11-27 00:26:00 +02:00
Ville Skyttä
afb2fdd010
export: Fix many use cases, add option completion.
2011-11-26 23:32:30 +02:00
Ville Skyttä
56672db701
koji: New completion.
2011-11-26 17:45:47 +02:00
Ville Skyttä
dc545f22f2
lintian: Use <<< instead of echo and a pipe (Alioth: #312163 ).
2011-11-26 16:08:29 +02:00