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
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
23ac38333e
testsuite/_filedir: Remove the cruft from the a\$b->h unit test (Alioth: #313480 )
2012-09-06 18:36:49 +04:00
Igor Murzov
822735146f
_parse_help, _parse_usage: Run commands in C locale.
...
This avoids divergence of options for a localized and non-localized
versions of programs. _parse_help may even get into infinite loop
with localized input.
2012-09-06 18:16:44 +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
wonder.mice
fdb080ff89
Fixed tilde expanding in _filedir_xspec
...
With this patch completions that use _filedir_xspec will not expand
tilde when "expand-tilde" option is set to off.
This patch fixes:
1. What: vim ~/<TAB>
Before: vim /home/mice/
After: vim ~/
2. What: vim ~/<TAB><TAB>
Before: vim /home/mice/
+ list of folders and files
After: vim ~/
+ list of folders and files
3. What: vim ~/Doc
Before: vim /home/mice/Documents/
After: vim ~/Documents/
2012-09-06 04:31:03 +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
Christian von Roques
dc150937d1
Fix __reassemble_comp_words_by_ref for $COMP_CWORD == ${#COMP_WORDS[@]}
2012-08-11 21:07:31 +04:00