Ville Skyttä
fea1c178b4
Avoid sourcing dirs in completion loader to avoid fd leaks (RedHat: #903540 ).
2013-01-25 00:07:29 +02:00
Ville Skyttä
2eeffeea7a
ncftp: Add option completion.
2013-01-12 18:37:31 +02:00
Ville Skyttä
e8daf2d279
tar: Recognize taz and tb2 as compressed tarballs.
...
http://en.wikipedia.org/wiki/Tar_(computing)#Naming_of_compressed_tar_files
2013-01-12 18:13:00 +02:00
Ville Skyttä
9c80d8b521
tar: Simplify bzip patterns.
2013-01-12 18:07:52 +02:00
Ville Skyttä
26991e1bf4
nc: New completion.
2013-01-12 18:03:08 +02:00
Guillaume Rousse
89098f79fd
add -p option completion
2013-01-07 12:41:52 +01:00
Guillaume Rousse
b9b4c6bf2c
fix interface completion
2013-01-07 12:38:00 +01:00
Ville Skyttä
45c9ff5f69
ssh: Add some -o and related arg completions.
2012-12-30 22:50:58 +02:00
Ville Skyttä
49ea121e5d
man: Don't expand man page extensions too early.
...
Breaks for example subdir completions if there is a subdir whose name
matches extensions in the current dir.
2012-12-28 18:37:42 +02:00
Ville Skyttä
08203f7743
luseradd,lusermod,luserdel: New completions.
2012-12-28 14:09:28 +02:00
Ville Skyttä
1d75b671a0
userdel: Add -h/--help non-completion.
2012-12-28 13:47:55 +02:00
Ville Skyttä
5c8279b818
useradd,userdel,usermod: Add -R/--root arg completion.
2012-12-28 13:46:24 +02:00
Ville Skyttä
41a37d7679
scp: Treat strings with slash before colon or starting with [.~] as local.
2012-12-08 10:37:07 +02:00
Ville Skyttä
ff11fed5f8
chronyc: New completion.
2012-12-08 10:02:52 +02:00
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
Ville Skyttä
f917b750dd
_known_hosts_real: Filter ruptime stdout error spewage (Alioth: #313893 ).
2012-11-06 21:55:57 +02:00
Igor Murzov
3b93c22a5b
Update copyright year and release number.
2012-11-06 16:50:48 +04:00
Igor Murzov
2472fad5de
_command_offset: Restore compopts properly (Alioth: #313890 )
...
This commit is basicaly a more robust version of 5051b1787a, which made
invalid assumptions about a completion specification.
2012-11-06 16:36:52 +04: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
Igor Murzov
97eb4daa62
zathura: Add simple completion for zathura document viewer.
2012-11-03 19:43:30 +04:00
Guillaume Rousse
8002d320af
fix perms
2012-10-30 15:07:32 +01:00
Guillaume Rousse
166ac7754f
better entry
2012-10-30 00:11:44 +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