833 Commits

Author SHA1 Message Date
Ville Skyttä
81acda727a rpm: Add --whatenhances/recommends/suggests/supplements and --recommends/supplements completions 2015-07-14 23:40:43 +03:00
Ville Skyttä
f68589fde4 pgrep, pidof, pkill, pwdx, vmstat: Add support for procps-ng 2015-07-08 13:06:39 +03:00
Ville Skyttä
4289460691 pdftotext: New completion 2015-07-07 17:50:36 +03:00
Ville Skyttä
ffd9038923 checksec: New completion 2015-07-06 18:15:46 +03:00
Ville Skyttä
2779b66e5d ssh: Complete HostbasedKeyTypes,HostKeyAlgorithms,KexAlgorithms values 2015-06-29 00:09:02 +03:00
Ville Skyttä
cf4c7ebf6c ssh: Query ciphers and macs from ssh before hardcoded fallback 2015-06-29 00:02:12 +03:00
Ville Skyttä
b6ffe261f8 ssh: Add -Q argument completion 2015-06-28 23:54:31 +03:00
Ville Skyttä
d01427df59 sysctl: Return early on --help, --version 2015-06-27 10:45:26 +03:00
Ville Skyttä
e9fe2d9f7b sysctl: Try parsing options from help before usage 2015-06-27 10:41:00 +03:00
Ville Skyttä
6c2ae9fb18 eog: Complete on *.ppm (RedHat: #1090481) 2015-06-15 22:42:40 +03:00
Ville Skyttä
d049481952 tar: Plug $line var leak 2015-06-01 19:14:51 +03:00
Ville Skyttä
055d1ae59f tar: Style tweaks 2015-06-01 19:14:40 +03:00
Ville Skyttä
81cfa067cc bsdtar, tar: Remove symlinks from git, have make create them 2015-06-01 19:12:27 +03:00
Pavel Raiskup
8b23c84cc2 tar: rework the completion completely
Use the parsed 'tar --help' output for completion, at least for
GNU tar.  For non-GNU tars use the _posix_tar completion.  Adjust
the testsuite to cover some improvements.
2015-06-01 18:44:22 +03:00
Ville Skyttä
adff509ec5 jshint: New completion 2015-05-21 17:18:21 +03:00
Tristan Wibberley
4b209b0b17 make: Fix detection of intermediate targets where make has changed its database whitespace 2015-05-18 20:45:31 +03:00
Ville Skyttä
1950590367 gnokii: Include and install it 2015-05-11 12:23:30 +03:00
Ville Skyttä
89303303bd gnokii: Fix completions of options that are prefixes for others
e.g. --getsms, --getsecurityscode
2015-05-11 12:21:49 +03:00
Ville Skyttä
ca138d05db gnokii: Drop dead code 2015-05-11 12:21:06 +03:00
Ville Skyttä
b07e355111 gnokii: Various minor and cosmetic fixes 2015-05-11 12:13:41 +03:00
Raphaël Droz
3eb1b0dda8 gnokii: New completion
http://lists.alioth.debian.org/pipermail/bash-completion-devel/2012-October/004634.html
2015-05-11 12:09:22 +03:00
Tristan Wibberley
f9115ce0bb make: Add __BASH_MAKE_COMPLETION__ variable
This variable is there so that makefiles can avoid adding targets that shouldn't be offered.
A typical example would be targets added to dependency files by the -MP option to gcc.
2015-04-19 16:02:40 +03:00
Ville Skyttä
6a1bf8d114 synclient: New completion 2015-02-06 20:38:39 +02:00
Ville Skyttä
edea6cb6da tune2fs: Add missing return in -M arg completion 2015-02-03 07:56:44 +02:00
Ville Skyttä
6a4ad49fa5 reptyr: Rename file to _reptyr to avoid conflict with upstreamed completion
https://github.com/nelhage/reptyr/pull/53
2015-02-03 07:55:22 +02:00
Ville Skyttä
e687c3a108 cppcheck: Option argument (non-)completion update 2015-01-25 16:37:35 +02:00
Ville Skyttä
3cf50a1437 dropuser: New completion 2015-01-18 22:13:33 +02:00
Ville Skyttä
7999f28f62 createuser: New completion 2015-01-18 22:13:27 +02:00
Ville Skyttä
e71b4522d1 createdb, dropdb: Drop -o default, it does not appear to do anything good here 2015-01-18 22:01:47 +02:00
Ville Skyttä
23bf3bd412 tshark: Simplify cut usage 2014-12-29 11:37:38 +02:00
Ville Skyttä
a592a09cc6 mcrypt: Simplify -m arg completion 2014-12-29 11:35:16 +02:00
Ville Skyttä
976ad96007 strings: Fix -T/--target arg completion with non-English locale 2014-12-15 12:43:55 +02:00
Ville Skyttä
dfb2d01bab ccache: Add -o/--set-config arg name completion 2014-11-30 13:06:09 +02:00
Ville Skyttä
89add74ae0 gphoto2: Replace tail with awk 2014-11-16 12:26:19 +02:00
Ville Skyttä
7d3de619d1 *: Invoke command to be completed, not its basename 2014-11-16 12:18:41 +02:00
Ville Skyttä
7d66285b42 gphoto2: Fix split argument handing, and colon treatment in --port args 2014-11-16 12:10:35 +02:00
Ville Skyttä
ed07b18e61 Actually install the lz4 completion 2014-11-10 23:22:38 +02:00
Ville Skyttä
52d8316c5c _pnames: Add -s for producing (possibly) truncated names (RedHat: #744406)
pgrep and pkill actually expect these instead of the full names.
2014-11-10 22:36:49 +02:00
Ville Skyttä
882649b712 Protect various compgen invocations from -* leakage (Debian: #766163) 2014-11-01 21:48:35 +02:00
Ville Skyttä
4038c71357 pigz, unpigz: Handle *.zz 2014-09-17 19:40:02 +03:00
Ville Skyttä
42e1f344b7 rpmbuild: Complete *.spec on --nobuild 2014-08-30 13:36:12 +03:00
Patrick Monnerat
e879eb0a17 rpmbuild: Complete *.spec on --clean (RedHat: #1132959) 2014-08-30 13:35:57 +03:00
Ville Skyttä
852e0f60f0 mplayer, *xine: Complete on *.mts (Debian: #759219) 2014-08-29 19:32:03 +03:00
Ville Skyttä
86df56d5ec ant: Support buildfile set in $ANT_ARGS (Alioth: #314735) 2014-07-20 11:42:09 +03:00
Ville Skyttä
98d6b5e440 ant: Don't offer more completions after options that exit 2014-07-20 11:20:40 +03:00
Ville Skyttä
d259e71758 7z, adb: Trivial cleanups 2014-07-19 19:15:49 +03:00
Ville Skyttä
eb79f9d97f python(3): Add -X argument non-completion 2014-07-19 19:12:11 +03:00
Ville Skyttä
7c5c622dda xsltproc. TODO fix for previous commit 2014-07-19 17:17:53 +03:00
Ville Skyttä
ab8eeb3a71 xmllint, xmlwf, xsltproc: Complete on *.dbk and *.docbook (Alioth: #314770) 2014-07-19 17:15:14 +03:00
Ville Skyttä
9e2db8a03e xz: Complete -T/--threads argument 2014-07-04 18:43:00 +03:00