829 Commits

Author SHA1 Message Date
Ville Skyttä
e3edf7ac42 gcc, lintian, make, pkgadd, slackpkg: grep -> "command grep" (Debian: #734095) 2014-01-06 17:45:48 +02:00
Ville Skyttä
93ee00947a lintian: Replace some grep+cuts with awk 2014-01-06 17:42:27 +02:00
Ville Skyttä
a2e2f198d8 lz4: New completion. 2014-01-06 00:41:23 +02:00
Ville Skyttä
34a74df619 optipng: New completion. 2014-01-03 00:15:21 +02:00
Ville Skyttä
4df6d3ffb8 cppcheck: Include - in --file-list completions. 2013-12-28 10:58:59 +02:00
Ville Skyttä
920bbb8582 wtf: Look for acronym db from /usr/share/games/bsdgames/acronyms too.
Submitted-by: Raphaël Droz (modified)
http://lists.alioth.debian.org/pipermail/bash-completion-devel/2013-November/004991.html
2013-11-26 19:46:58 +02:00
Ville Skyttä
e694978346 wtf: Don't offer -f if it was already specified.
Submitted-by: Raphaël Droz (modified)
http://lists.alioth.debian.org/pipermail/bash-completion-devel/2013-November/004991.html
2013-11-26 19:46:33 +02:00
Ville Skyttä
f5df66f476 wtf: Hush stderr when db file doesn't exist. 2013-11-26 19:46:33 +02:00
David Paleino
780d97c5ac Refactor bts and uscan, since they use common functions 2013-11-26 18:29:34 +01:00
David Paleino
61fa261502 uscan: New completion, thanks to Federico Ceratto 2013-11-26 18:29:04 +01:00
Ville Skyttä
e93cc98523 appdata-validate: New completion. 2013-11-09 20:18:46 +02:00
David Paleino
b2e7951cd7 bts: New completion, thanks to Federico Ceratto. 2013-11-04 22:16:31 +01:00
Guillaume Rousse
1cfbbdd52c complete on freerdp-specific known hosts list
This is an RDP client, it is unlikely to be used to connect to any host
found in a list constituted mainly from SSH servers.
2013-10-25 13:48:33 +02:00
Ville Skyttä
63b499593a timeout: New completion. 2013-10-22 22:01:09 +03:00
Igor Murzov
d482e74682 mplayer: -dvd-devices takes dvd devices, dirs and .iso files as argument 2013-09-13 02:34:44 +04:00
Igor Murzov
d048a14b2a 7z: Improve completion 2013-09-13 02:26:10 +04:00
Igor Murzov
df8782d769 f77, f95: Use the same completion as for g77, g95 if they are links to gfortran 2013-09-09 23:35:17 +04:00
Ville Skyttä
ffabc6f282 cc, c++: Check path to binary when finding out if it's gcc (Alioth: #314417). 2013-09-07 10:05:03 +03:00
Ville Skyttä
d6600e6a10 cc, c++: Install minimal completion for non-gcc ones (Alioth: #314417). 2013-09-07 09:56:38 +03:00
Ville Skyttä
24f0c58c29 abook, kldunload: Pre-expand \t instead of relying on sed supporting it. 2013-08-26 23:20:30 +03:00
Ville Skyttä
705be00502 dict: Trivial regex cleanup. 2013-08-26 23:18:22 +03:00
Rainer Müller
3ac523f57e make: Fix basic regex for portability (Alioth: #314345) 2013-08-24 04:13:57 +04:00
Ville Skyttä
2da4ee9ad5 zopfli: New completion. 2013-08-23 13:42:22 +03:00
Ville Skyttä
61d1d7df42 bzip2, gzip, lzma: Cleanups. 2013-08-23 13:33:06 +03:00
Igor Murzov
e91a45889f aptitude: safe-upgrade accepts package name as parameters (Alioth: #313638, Debian: 673235)
Patch-by: Nicolas Le Cam <niko.lecam@gmail.com>
2013-08-15 23:43:57 +04:00
Igor Murzov
f230cfddbd make: Use only posix basic regexps with sed (Alioth: #314345) 2013-08-14 02:34:09 +04:00
Ville Skyttä
62e0c3ba72 Cosmetics. 2013-08-08 12:53:53 +03:00
Ville Skyttä
3f144beb72 export, _variables: Do TZ= completion (Redhat: #994646).
Could do this for env, declare, and typeset as well, especially
when/if we have more known env vars implemented in _variables.
2013-08-08 12:49:11 +03:00
Igor Murzov
77ebc93a02 cppcheck: Add new --enable option argument and --library argument completion
It's not very clear from the --library option description what arguments
are expected. It turns out that it expects xml file with .cfg extension.
Some example configs: https://github.com/danmar/cppcheck/tree/master/cfg/
2013-08-06 01:21:00 +04:00
Igor Murzov
9ca8d933c6 dpkg: Suppress unwanted error messages (Debian: #706502) 2013-07-23 02:55:09 +04:00
Igor Murzov
ad455dfa9d perl: -d/-dt option argument is optional (Alioth: #314242) 2013-07-23 02:55:02 +04:00
Ville Skyttä
a4b69e7587 2to3: New completion. 2013-07-21 13:28:23 +03:00
Ville Skyttä
42196ef7fc file-roller: Reuse unzip's xspec. 2013-06-15 00:35:33 +03:00
Ville Skyttä
5a9e8f219b 7z: New completion. 2013-06-15 00:34:08 +03:00
Ville Skyttä
3a3290ddcf hcitool, rfcomm, ciptool, hciconfig: Don't leak $args. 2013-06-14 21:11:18 +03:00
Ville Skyttä
97efc7ca08 perl: Fix -dt: completion. 2013-06-03 00:22:19 +03:00
Ville Skyttä
5c6b1bb4a4 wget: Add --accept-regex/--reject-regex/--regex-type arg (non)completions. 2013-05-09 14:03:52 +03:00
Ville Skyttä
1969d125ba wget: Drop incorrect -nv arg completion. 2013-05-09 13:57:58 +03:00
Ville Skyttä
57865686de wget: Stop completing after --help/--version. 2013-05-09 13:43:02 +03:00
Ville Skyttä
d99c2203b9 Clean up/compact various globs. 2013-05-09 13:42:32 +03:00
Ville Skyttä
bb0739fafd cvs: Fix checkout -j non-completion. 2013-05-03 17:02:29 +03:00
Ville Skyttä
daaa54100e sh: Complete script arguments with all filenames (Alioth: #314226). 2013-05-03 16:49:25 +03:00
Ville Skyttä
9780b0a044 nmcli: Deprecate our completion, upstream has one in 0.9.8.0. 2013-04-09 18:23:40 +03:00
Ville Skyttä
cdd2c3d71d Revert "nmcli completion was integrated upstream"
This reverts commit 580a4cf6e55ab1afd6b1f8f7efc54436e7046e44.
2013-04-09 18:11:04 +03:00
Guillaume Rousse
580a4cf6e5 nmcli completion was integrated upstream 2013-04-09 10:48:26 +02:00
Ville Skyttä
497c20902a Use == instead of =. 2013-04-08 23:04:11 +03:00
Ville Skyttä
9852597d8c cvs rm: Don't filter existing files with -f (RedHat: #949479).
Thanks-to: Hans de Goede <hdegoede@redhat.com>
2013-04-08 22:53:37 +03:00
Ville Skyttä
e772425cdd aclocal, automake: Install for *-1.10, *-1.12, and *-1.13 too. 2013-04-06 21:50:52 +03:00
Igor Murzov
6cb7f96974 kcov: Add new sort types, complete --replace-src-path arguments 2013-04-06 13:34:14 +04:00
Igor Murzov
0354981b1f feh: Add new sort type 2013-04-06 13:34:13 +04:00