Igor Murzov
74a37e7507
mount.linux: Add some new mount options intoduced in Linux 3.7
2012-12-04 20:08:30 +04:00
Igor Murzov
4a76f5a166
mount.linux: Add options completion for nfs.
2012-12-04 20:00:57 +04:00
Igor Murzov
9e04f3edc8
feh: Fix list of background styles.
...
It looks like I misinterpreted this string:
"Accepted values: checks (default), white, black."
2012-12-04 18:48:31 +04:00
Igor Murzov
7d591128a8
mount: Fix parsing /etc/fstab on *BSD.
...
This completion is still just a stub on *BSD, but now at least it does not
look like a complete mistake.
2012-12-04 18:40:51 +04:00
Ville Skyttä
609034db74
lvm: Add _lvm prefix to helper functions.
2012-11-13 23:54:14 +02:00
Ville Skyttä
e96613e32e
lvm: Take option args into account when counting args (RedHat: #860510 ).
2012-11-13 23:49:44 +02:00
Ville Skyttä
e3a1a49b97
vgcreate: Add missing symlink.
2012-11-13 23:47:38 +02:00
Ville Skyttä
c6f6080569
valgrind: Fix full path <command> arg completion.
2012-11-06 23:03:05 +02:00
Ville Skyttä
f009a1bfca
tcpdump: Fix -z full path arg completion.
2012-11-06 23:02:41 +02:00
Ville Skyttä
b8cbf1ba94
man: Fix -P/--pager full path arg completion.
2012-11-06 23:02:02 +02:00
Ville Skyttä
b2d985c0bf
lv{create,resize,extend}, vg{create,reduce,extend,split}: Fix variable leaks.
2012-11-06 22:50:38 +02:00
Andreas Müller
370b7a0d2f
completions/Makefile.am: symlinks depends on $(DATA) to avoid race conditions
...
error message was:
| ln: failed to create symbolic link `/home/andreas/tmp/oe-core-eglibc/work/all-angstrom-linux/bash-completion-2.0-r0/image/usr/share/bash-completion/completions/aclocal-1.11': No such file or directory
| make[2]: *** [symlinks] Error 1
| make[2]: *** Waiting for unfinished jobs....
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-11-06 13:40:58 +04:00
Igor Murzov
b5dce1c4b6
mplayer: Add opus to the list of supported formats.
...
mplayer can play opus since ffmpeg-1.0.
2012-11-04 15:41:30 +04:00
Igor Murzov
2c2860826f
mplayer: Cleanup.
...
* Wrap a long Line.
* Remove unnecessary line continuation characters.
* Drop incomplete and redundant -af argument completion.
2012-11-04 15:33:06 +04:00
Igor Murzov
f3e10798e6
mplayer: Add some new option argument completions.
...
This changeset contains:
* New bluray related options.
* -channels argument completion.
* -aspect got the same completion as -monitoraspect. Also the list
of available aspects is now the same as one in smplayer.
2012-11-04 15:09:15 +04:00
Igor Murzov
7f2eb8327c
mplayer: Add -subcp argument completion.
2012-11-03 23:48:12 +04:00
Igor Murzov
b2365b3d87
lvm: Fix typo in option name: s/continguous/contiguous/.
2012-11-03 23:19:53 +04:00
Igor Murzov
6be86286d6
gpg, mplayer: Restore correct options.
...
This fixes a regression in commit 8f42adfa8d.
2012-11-03 23:15:20 +04:00
Guillaume Rousse
8002d320af
fix perms
2012-10-30 15:07:32 +01:00
Yann Rouillard
e5ac55d5df
new completion: pkgutil
2012-10-30 00:10:27 +01:00
Yann Rouillard
ff444b5283
new completion: pkgrm
2012-10-30 00:09:21 +01:00
Yann Rouillard
a54fa7340a
new completion: pkgadd
2012-10-30 00:04:09 +01:00
Yann Rouillard
6ddec67c2f
new completion: pkg-get
2012-10-30 00:01:36 +01:00
Yann Rouillard
80356ca816
new completion: svcadm
2012-10-29 23:52:24 +01:00
Ville Skyttä
b9189ce170
cppcheck: Add --language/-x argument completion.
2012-10-28 22:36:30 +02:00
Ville Skyttä
d803323974
wget: Use == instead of =.
2012-10-25 21:35:39 +03:00
Ville Skyttä
8ec4846922
useradd, usermod: Support comma separated -G/--groups arg completion.
2012-10-25 21:34:52 +03:00
Ville Skyttä
09d24da884
useradd: Fix -k, -K, and --home-dir argument completions.
2012-10-25 21:17:35 +03:00
Igor Murzov
e0c70abc8b
wget: Fix completion of multiple tags for --{follow,ignore}-tags.
2012-10-21 03:08:15 +04:00
Igor Murzov
e29c6bc872
wget: New completion.
...
Initial patch by: Raphaël Droz <raphael.droz@gmail.com>
2012-10-20 19:59:28 +04:00
Igor Murzov
52163a337f
feh: Add new options introduced in feh-2.7.
2012-10-20 00:54:42 +04:00
Ville Skyttä
f321357991
tar: Don't take -I to mean bzip2.
...
It hasn't meant bzip2 since GNU tar 1.13.18 (2000) and means something
different since 1.22 (2009).
2012-09-24 23:09:34 +03:00
Ville Skyttä
8e63eafb83
lvm volumes: Complete on /dev/mapper/* (RedHat: #851787 ).
...
This is done only if user has typed it though.
2012-09-23 21:00:53 +03:00
Ville Skyttä
b93e3999b0
make: Convert internal variable names to lowercase, indentation fix.
2012-09-12 21:02:10 +03:00
Tristan Wibberley
39f00f92e5
make: incremental completion for make with compact display
2012-09-12 13:58:56 +04:00
Igor Murzov
3622f2f9e5
tar: Fix detection if the $prev is a tar file.
...
It also makes the completion work better with long options (Debian: #685223 )
2012-09-06 17:58:35 +04:00
Igor Murzov
2babb45402
make: Do not append space if target is a filepath.
...
This line was mistakenly dropped from the commit b28d710.
2012-09-06 17:54:19 +04:00
Tristan Wibberley
b28d7108d3
make: convert make completion to use smarter parser
2012-09-06 01:12:54 +04:00
Igor Murzov
1c362f4c99
cppcheck: Add new standards to --std option.
...
These were introduced in cppcheck-1.56.
2012-09-05 15:34:56 +04:00
Guillaume Rousse
7f1721dd90
nmcli: new completion
2012-09-04 22:42:29 +02:00
Guillaume Rousse
92ddcea20a
gphoto2: new completion
2012-09-04 20:37:13 +02:00
Igor Murzov
2897e62fe7
fusermount: Complete curlftpfs-mounts for "fusermount -u" (Debian: #685377 )
...
Patch provided by Tim Riemenschneider <debian@tim-riemenschneider.de>
2012-08-22 15:13:43 +04:00
Ville Skyttä
b9276c8a37
eject: New completion.
2012-08-19 13:48:20 +03:00
Igor Murzov
904faab0c5
valgrind: Add --soname-synonyms option arguments completion.
...
This option was introduced in Valgrind-3.8.0.
2012-08-12 18:28:17 +04:00
Igor Murzov
30f93357c8
evince: Evince supports opening .pdf.xz files (Alioth: #313739 ).
...
Patch provided by Anonymous <skunksmail-bugzilla@yahoo.de>
2012-08-11 20:31:27 +04:00
Igor Murzov
f379e9275c
mount.linux: Add options completion for davfs.
2012-08-09 15:50:21 +04:00
Igor Murzov
3c49af9ec9
opera: Handle options.
2012-08-09 15:36:08 +04:00
Ville Skyttä
6158bd2d86
Ignore colormake symlink.
2012-08-01 20:13:58 +03:00
Ville Skyttä
31e262bcaf
colormake: New make alias completion (LP: #743208 , Debian: #682557 ).
...
Thanks to "mreichardt".
2012-07-28 13:08:30 +03:00
Igor Murzov
371fb91b21
slackpkg, slapt-get: Update the list of package sets.
...
Xfce has its own package set in Slackware-14.0.
2012-07-25 02:42:14 +04:00