3281 Commits

Author SHA1 Message Date
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
Guillaume Rousse
67d30da6b7 add xz compression extension for kernel modules 2012-06-06 10:45:43 +02:00
Ville Skyttä
b54adedd4f xmllint: Add *.svgz. 2012-06-05 21:12:35 +03:00
Ville Skyttä
e0dc594d2a qiv: Add *.svg. 2012-06-05 21:12:26 +03:00
Ville Skyttä
7532eda90f Spelling fix. 2012-06-05 17:32:00 +03:00
Ville Skyttä
f990d5e617 Comment spelling fix. 2012-05-31 00:03:41 +03:00
Ville Skyttä
32f223963a _realcommand: Try greadlink before readlink (Alioth: #313659).
Some systems' readlink does not have -f, but may have the GNU readlink
which does installed as greadlink.
2012-05-30 23:56:58 +03:00
Ville Skyttä
739c6d2833 man: Recognize 3gl as man page filename extension -- at least Mesa uses it. 2012-05-16 22:11:26 +03:00
Ville Skyttä
f7240b82a4 make: Add generic variable completion. 2012-05-11 23:28:57 +03:00
Igor Murzov
ccda61d928 _expand: Suppress unwanted bash error messages (Alioth: #313497) 2012-04-18 20:33:11 +04:00
Jonathan Nieder
8b3f19a82e ri: Rename ri_get_methods helper to add leading underscore
Completions generally name the identifiers they export with a leading
'_' to avoid clashing with user functions.  The only exception is this
helper function in the "ri" completion script; fix it.

Reported-by: Felipe Contreras <felipe.contreras@gmail.com>
2012-04-18 17:41:43 +04:00
Igor Murzov
587d26834a cppcheck: Complete new --relative-paths option arguments
(introduced in cppcheck-1.54).
2012-04-16 00:37:14 +04:00
Igor Murzov
4710d1bf48 fbgs: Add new options introduced in fbida-2.09.
fbgs now has more long options and also accepts much of fbi's ones.
2012-04-08 18:29:57 +04:00
Igor Murzov
63574c8f14 fbi, feh: Complete more supported file formats.
Since release 2.4 feh uses convert(1) from ImageMagick to load files in
unsupported formats just like fbi does, so add some more extensions to
the list of supported formats. Also add 'cdr' and 'otf', 'ttf' as these
formats are discovered to work fine.
2012-04-08 17:19:53 +04:00
Igor Murzov
d2a3db0b7a feh: Update option argument completions.
Some options were dropped in recent feh releases, and a couple of new
ones were added.
2012-04-08 17:13:05 +04:00
Ville Skyttä
3d7102b9a5 hwclock: New completion. 2012-04-04 22:54:30 +03:00
Ville Skyttä
0ab693ca50 acpi: New completion. 2012-03-26 22:15:49 +03:00
Ville Skyttä
1fc97c47ba testsuite/generate: Tweak linefeeds. 2012-03-26 22:12:43 +03:00
Igor Murzov
39ac4642bf man: Move variable declaration to the right place. 2012-03-25 18:14:18 +04:00
Igor Murzov
fb2d657fac man: --path option is supported on Darwin (Alioth: #313584) 2012-03-25 18:14:10 +04:00
Igor Murzov
199a63bd4d insmod, modprobe: Don't hardcode path to modinfo (Alioth: #313569) 2012-03-14 01:00:22 +04:00
Ville Skyttä
a062777d4b lyx: Remove simple completion, upstream has more complete one (Debian: #662203) 2012-03-11 19:44:34 +02:00
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