3036 Commits

Author SHA1 Message Date
Igor Murzov
c10a2723e7 fbi, fbgs: New completions. 2011-10-12 02:54:13 +04:00
Ville Skyttä
a6c9c614d4 dmesg: New completion. 2011-10-11 21:10:45 +03:00
Ville Skyttä
049b60ec61 watch: New completion (Linux only for now). 2011-10-11 21:10:08 +03:00
Igor Murzov
ec5762cba9 cppcheck: Add new option arguments completions (added in cppcheck-1.51). 2011-10-09 22:21:53 +04:00
Ville Skyttä
d54fcf100e ionice: New completion. 2011-10-03 23:57:34 +03:00
Ville Skyttä
c3d29e2e0d file: New completion. 2011-10-03 23:39:20 +03:00
Igor Murzov
2a7db4d988 xrandr: Add more option completions. 2011-09-30 22:21:47 +04:00
Igor Murzov
5051b1787a _command_offset: Restore compopts used by called command.
This fixes completions that rely on their compopts, most notably mount(8).
Fixes bash-completion bug #313183.
2011-09-30 22:21:47 +04:00
Ville Skyttä
b9a5f508e2 chrpath: New completion. 2011-09-29 23:11:31 +03:00
Ville Skyttä
e1a3492261 prelink: New completion. 2011-09-29 22:57:59 +03:00
Ville Skyttä
2014d3b45d arping: New completion. 2011-09-28 19:04:55 +03:00
Ville Skyttä
89b7923cb8 ping, tracepath: Split to iputils, add option completions. 2011-09-28 18:59:15 +03:00
Ville Skyttä
9d146b9ba5 _known_hosts: Signal end of options to _known_hosts_real.
Fixes for example "ping --<TAB>":
error: _known_hosts_real: missing mandatory argument CWORD
2011-09-28 08:34:54 +03:00
Igor Murzov
e81223ac46 xgamma: New completion 2011-09-26 02:59:15 +04:00
Igor Murzov
0c06290764 cppcheck: Complete --platform= option arguments
See: b5d22fda0d
2011-09-26 02:59:15 +04:00
Igor Murzov
fd57faa534 cppcheck: -i also accepts file names. 2011-09-26 02:59:14 +04:00
Igor Murzov
c7b9d08d17 feh: New completion.
NB: feh should be compiled with `make help=1`. Otherwise `feh --help`
will not print help message, and option completion will not work.
2011-09-26 02:59:14 +04:00
Igor Murzov
a1b8148d23 cppcheck: Complete --std= option arguments
See: afed93d7d6
2011-09-26 02:59:13 +04:00
Igor Murzov
e3345a27b6 cppcheck: Update list of --enable= option arguments completions
See: d23c58d387
2011-09-26 02:59:12 +04:00
Ville Skyttä
8ec55193de ant: Don't use complete-ant-cmd.pl unless it's in default $PATH. 2011-09-21 21:23:20 +03:00
Ville Skyttä
8535fdc9bf lrzip: Add -? and -p argument (non-)completions. 2011-09-21 20:29:41 +03:00
Ville Skyttä
2f90dc7ecf Make _filedir's "fallback to everything" behavior optional, and off by default.
Configuration variable: COMP_FILEDIR_FALLBACK
http://thread.gmane.org/gmane.comp.shells.bash.completion.devel/3357
2011-09-19 19:42:52 +03:00
Ville Skyttä
bae27caab0 rpmbuild: Bring back --target completion lost in commit 914da74. 2011-09-03 23:28:39 +03:00
Ville Skyttä
8cb5d6560e Document ~/.bash_completion and $XDG_CONFIG_HOME/bash_completion. 2011-09-03 23:25:26 +03:00
Ville Skyttä
914da74d2c rpm: "Export" compatible build arch completion as _rpm_buildarchs for reuse. 2011-09-03 23:13:27 +03:00
Ville Skyttä
bae99345fd idn: New completion. 2011-08-23 20:26:06 +03:00
Ville Skyttä
bff8677599 gprof: New non-generic completion.
Neither _longopt, _parse_help, or _parse_usage do a very good job at
all parsing gprof's --help output.
2011-08-20 11:19:42 +03:00
Ville Skyttä
93f786c6fd ipsec: Cosmetic tweaks. 2011-08-20 09:49:46 +03:00
Tobias Brunner
e4f77de0b7 ipsec: Complete connection names for 'up', 'down' and other commands. 2011-08-20 09:48:16 +03:00
Tobias Brunner
d271b50f22 ipsec: Add strongSwan specific completion with fallback.
If the ipsec command is not provided by strongSwan, completion falls
back to the implementation originally created for FreeS/WAN.
2011-08-20 09:47:36 +03:00
Tobias Brunner
d32980f4bb ipsec: Drop uname check, simply check for 'ipsec'. 2011-08-20 09:43:16 +03:00
Ville Skyttä
05f2114735 Documentation tweaks. 2011-08-16 11:52:52 +03:00
Ville Skyttä
c46c916077 asciidoc, a2x: New completions. 2011-08-16 11:08:54 +03:00
Ville Skyttä
1de06f5de6 _ImageMagick: Drop unnecessary tr invocations. 2011-08-16 00:27:23 +03:00
Ville Skyttä
4bfb42e627 openssl: Drop unnecessary tr invocation. 2011-08-16 00:24:28 +03:00
Ville Skyttä
52637750d1 README: Don't ask for CHANGES entries, our release manager takes care of it. 2011-08-06 19:40:24 +03:00
Peter
d869f220a8 rpmcheck: Drop reference to undefined $files variable (Alioth: #313270). 2011-08-06 19:35:07 +03:00
Ville Skyttä
e21af9b038 service: Fix /path/to/service completion. 2011-07-26 23:12:36 +03:00
Ville Skyttä
b1f2402bfd cal: New completion. 2011-07-24 13:16:44 +03:00
Ville Skyttä
b2add89f4c imagemagick: Don't fall through to other completions after successful option argument completion. 2011-07-22 21:13:55 +03:00
Ville Skyttä
f4364ac99a testsuite: Add basic compare, conjure, import, and stream test cases. 2011-07-22 21:12:42 +03:00
Ville Skyttä
346624bf5b gnome-mplayer: New completion. 2011-07-22 00:12:29 +03:00
Ville Skyttä
95ea13a0f0 _longopt: Don't offer completions after --help, --usage, or --version. 2011-07-22 00:10:36 +03:00
Ville Skyttä
7137e60a45 base64: New _longopt completion. 2011-07-21 23:59:41 +03:00
Ville Skyttä
fe4ae55f34 _longopt: Don't use -o default with it to make splitting work as intended. 2011-07-21 23:57:49 +03:00
Ville Skyttä
f896a7e7b2 sysctl: Add option and option argument completions. 2011-07-19 23:55:24 +03:00
David Paleino
d689342a75 Revert "Revert "host, nslookup: Remove completions for bind utils from bash_completion.""
This reverts commit 82325b37a91343c19ec4067fca00153bd635bfc8.
2011-07-18 13:21:23 +02:00
David Paleino
82325b37a9 Revert "host, nslookup: Remove completions for bind utils from bash_completion."
This reverts commit bd482ca2f221323aa461ca75c9457ec11f43570e.
2011-07-18 11:46:13 +02:00
Igor Murzov
bd482ca2f2 host, nslookup: Remove completions for bind utils from bash_completion.
This fixes tests on systems without bind.
2011-07-18 02:48:42 +04:00
Igor Murzov
602e9837b7 sbopkg: Fix options completion
This is the regression introduced by commit ac79f44d90.
Options completion broke due to *) presence in   case "$prev" in ...
2011-07-18 02:07:34 +04:00