3487 Commits

Author SHA1 Message Date
Ville Skyttä
e14617e498 pyflakes: New completion 2014-02-08 20:55:50 +02:00
Ville Skyttä
e452f2e8d6 cal,chfn,chsh,dmesg,eject,hexdump,look,newgrp,renice,runuser,su,write: Deprecate on Linux in favor of util-linux ones (Debian: #737672) 2014-02-08 19:35:48 +02:00
Ville Skyttä
bb768978ba testsuite: Add basic newgrp test case 2014-02-08 19:24:47 +02:00
Ville Skyttä
3e0637128f testsuite: Add basic test cases for deprecated completions 2014-02-08 15:41:26 +02:00
Ville Skyttä
e201d1be7e _*: Install our deprecated completions too, try loading them secondarily 2014-02-08 15:33:10 +02:00
Ville Skyttä
e4b17402bb hwclock,ionice,rtcwake: Deprecate in favor of util-linux ones (Debian: #737672) 2014-02-08 15:00:10 +02:00
Igor Murzov
602d18853c testsuite: Add basic tests for portsnap and freebsd-update 2014-02-05 02:15:47 +04:00
Peter Dave Hello
5ff5a4e0f8 freebsd-update: New completion. 2014-02-05 02:12:55 +04:00
Peter Dave Hello
c3770c1798 portsnap: New completion. 2014-02-05 02:12:48 +04:00
Ville Skyttä
0b7d92cf2b ssh-keygen: New completion 2014-01-21 20:22:50 +02:00
Ville Skyttä
01fd3b4f55 Bump copyright years to 2014. 2014-01-21 20:01:43 +02:00
Ville Skyttä
8617e227e5 jpegoptim: New completion 2014-01-18 22:03:12 +02:00
Ville Skyttä
b5d0cdd802 ip: Add some addr, addrlabel, and route arg completions 2014-01-09 23:12:34 +02:00
Ville Skyttä
e777395ac3 aptitude, dpkg: Replace some grep+cuts with awk 2014-01-06 17:56:36 +02:00
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ä
d98e56fb07 (testsuite) Check for grep and ls invoked without "command", see README 2014-01-06 17:27:05 +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ä
c527b543a8 (testsuite): Limit wtf completions to A* to keep expect happier. 2013-11-26 19:49:48 +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
Ville Skyttä
fcc9545b44 _known_hosts_real: Exclude %h HostName entries (RedHat: #1015935). 2013-10-07 20:06:15 +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
Ville Skyttä
50ae579273 _known_hosts_real: Pre-expand \t instead of relying on sed supporting it (Alioth: #314393). 2013-08-26 20:44:46 +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
a282d0254c _longopt: Run commands in C locale.
This is a follow-up to commit 822735146f
2013-08-14 12:04:33 +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