3304 Commits

Author SHA1 Message Date
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
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
Ville Skyttä
a6ff57986f Trim trailing whitespace. 2012-07-22 19:35:03 +03:00
Martin Ueding
a9b253ca8b Remove more whitespace 2012-07-22 19:30:36 +03:00
Martin Ueding
3f9fe7a853 Remove trailing whitespace
Remove all trailing whitespace since that is not needed anyway.
2012-07-22 19:29:39 +03:00
Igor Murzov
3aa040d25f mount.linux: Clean up mount options, remove duplicates. 2012-07-22 16:38:30 +04:00
Igor Murzov
3ea1597d3c mount.linux: Add some new mount options intoduced in Linux 3.5
See: http://kernelnewbies.org/Linux_3.5
2012-07-22 16:21:53 +04:00
Ville Skyttä
882d527237 mussh: New completion. 2012-07-21 13:05:15 +03:00
Ville Skyttä
9f0a6e45f8 lzip: Do not append space after equal sign in long options. 2012-07-13 19:42:05 +03:00
Ville Skyttä
fc107b4bdc clzip, pdlzip, plzip: New lzip alias completions. 2012-07-13 19:42:00 +03:00
Ville Skyttä
a624cc2c30 man: Trivial cleanups. 2012-07-11 18:17:22 +03:00
Ville Skyttä
c9ed16694d man: Add support for .lz man pages (RedHat: #839310). 2012-07-11 18:15:10 +03:00
Ville Skyttä
e2e64a1632 wine: Fix extension glob to work on its own.
It has just been working as a lucky side effect of the uppercasing we
do in _filedir.
2012-07-09 00:03:37 +03:00
Ville Skyttä
ca53345219 Fine tune previous commit. 2012-07-09 00:00:23 +03:00
Jeroen Hoek
7c7b5608c8 Add support for OOXML document format extensions to unzip completion. 2012-07-08 23:57:54 +03:00
Jeroen Hoek
6a71ee504c Add more complete OpenDocument support to unzip completion. 2012-07-08 23:48:31 +03:00
Ville Skyttä
217e143fd6 ssh: Add -O argument completion (Debian: #680652). 2012-07-07 22:54:11 +03:00
Ken Sharp
f3e3fc5a4d Add .msi completion for Wine 2012-07-06 22:35:21 +04:00
Igor Murzov
f604f6ce5b kcov: Complete arguments of --limits option. 2012-07-05 01:01:50 +04:00
Igor Murzov
36f1b832fd kcov: Add new sort types (introduced in kcov-9). 2012-07-05 01:00:25 +04:00
Ville Skyttä
bffce4218e wsimport: New completion. 2012-06-25 17:44:11 +03:00
Ville Skyttä
3a1cdbdadc eog: New completion. 2012-06-24 20:40:17 +03:00
David Paleino
7dd924b524 Release 2.0 2012-06-17 20:06:40 +02:00
Itaï BEN YAACOV
89acac9910 scp: Recognise symlinks to directories as directories (Debian: #666055).
When auto-completing an scp command, slashes are added after (local
or remote) directories, and spaces after files AND after symlinks to
directories.  Expected behaviour would be slashes after directories
or symlinks to such.
2012-06-15 19:17:55 +03:00
Ville Skyttä
709d6e0690 *_tilde*: Escape tilde in [[ $1 == \~* ]] tests (RedHat: #817902). 2012-06-14 21:54:32 +03:00
Ville Skyttä
d141f9c6eb lbzip2: Add -n argument completion. 2012-06-14 21:31:30 +03:00
Ville Skyttä
f8ac6a5aeb autotools: Use MKDIR_P instead of mkdir_p (Alioth: #313671).
mkdir_p is obsolete since automake 1.10 and will be removed in 1.13
according to docs in 1.12.1.
2012-06-08 18:59:31 +03:00
Guillaume Rousse
127a65fee2 Merge branch 'master' of git+ssh://git.debian.org/git/bash-completion/bash-completion 2012-06-06 15:41:18 +02:00