Ville Skyttä
27dab7e198
Allow setting option for creating output to parse in _parse_help().
...
Required in just added sysbench completion.
2010-10-06 00:01:00 +03:00
Ville Skyttä
267fb3205d
Drop unused cword.
2010-10-05 23:55:30 +03:00
Ville Skyttä
77b78b3723
Add sysbench completion.
2010-10-05 23:40:44 +03:00
Freddy Vulto
4e8bc50865
Updated CHANGES
2010-10-05 21:46:01 +02:00
Freddy Vulto
e8d84b3004
Bugfix __reassemble_comp_words_by_ref
...
a b:c |<TAB> (with |=cursor) did not return `b:c' as `prev' on bash-4.1
(Alioth #312740 )
2010-10-05 21:39:58 +02:00
Ville Skyttä
1da64f602a
More known hosts IPv6 completion fixes, thanks to Yoshinori KUNIGA.
...
https://bugzilla.redhat.com/show_bug.cgi?id=630658#c4
2010-10-04 21:31:03 +03:00
Ville Skyttä
3d8efed618
Fixes to completions for filenames containing tabs (RedHat: #629518 ).
2010-10-04 20:49:17 +03:00
Ville Skyttä
35ac650e30
Make mplayer -skin completion work with post-2006 versions.
...
The subdir was "Skin" until 1.0pre8 (Jun 2006), "skins" in and after it.
2010-09-28 19:14:08 +03:00
Ville Skyttä
1a2de64f80
Localize IFS tighter in _mplayer().
2010-09-28 19:11:54 +03:00
Ville Skyttä
5a254604e7
Add mplayer -subfont completion.
2010-09-28 19:07:01 +03:00
Ville Skyttä
06083c3563
Add Fontconfig patterns to mplayer -font completions.
2010-09-28 19:04:38 +03:00
Ville Skyttä
5134d0ac1d
Add mplayer -show-profile completion.
2010-09-28 18:53:33 +03:00
Ville Skyttä
3fbee9ae9e
Drop duplicate -demuxer from mplayer option 'case' statement.
2010-09-28 18:52:23 +03:00
Ville Skyttä
729f6c4ea3
Add mplayer -audio-demuxer and -sub-demuxer completions.
2010-09-28 18:52:11 +03:00
Ville Skyttä
66e35aa4a1
Use awk sub instead of gsub where appropriate.
2010-09-28 18:29:26 +03:00
Ville Skyttä
9341a1131c
Fix known hosts completion for IPv6 addresses whose last 16 bits are digits (Alioth: #312695 , RedHat: #630658 ).
2010-09-28 18:24:35 +03:00
Ville Skyttä
7f5c64e580
(testsuite) Add some [host]:port cases to known hosts related tests.
2010-09-28 17:59:31 +03:00
Ville Skyttä
372008342e
(testsuite) Run sftp tests with fixtures/sftp data, comment fixes.
2010-09-28 17:55:51 +03:00
Ville Skyttä
622abf3a6e
Add quite a bit of more stuff to ipmitool completion.
2010-09-23 22:45:49 +03:00
Ville Skyttä
7a85f76d01
(testsuite) Add basic ipmitool tests.
2010-09-23 22:43:13 +03:00
Freddy Vulto
ba419108b7
(testsuite) Comment multipass_name
2010-09-20 22:54:22 +02:00
Ville Skyttä
0fe7126818
(testsuite) Fix cd test when CDPATH is set.
2010-09-19 19:12:51 +03:00
Ville Skyttä
0ed0de3047
Add badblocks, dumpe2fs, e2freefrag, e2label, filefrag, and tune2fs completions.
2010-09-19 14:33:09 +03:00
Ville Skyttä
b822b7cceb
Indentation fix.
2010-09-19 13:15:07 +03:00
Ville Skyttä
5bcf5bae41
Fix povray completion, broken in f8bafe285e7d20fdd82f77289059dd18f78312c2.
2010-09-19 12:41:46 +03:00
Ville Skyttä
7ea7d7b268
Simplify filename completions per new _filedir(_xspec) uppercasing behavior.
2010-09-19 12:29:29 +03:00
Ville Skyttä
c183a585b2
Match uppercased versions of _filedir and _filedir_xspec arguments too.
...
This provides a bit of case insensivity to file extension matching,
allowing for example _filedir foo to match both *.foo and *.FOO. Note
that this is not real case insensivity; mixed case extensions like
*.FOO.gz are not matched by _filedir foo.gz so those need to be
handled like before this change.
2010-09-19 12:12:06 +03:00
Ville Skyttä
d0bcb5347e
Don't complete jar and povray on filenames ending with a dot.
2010-09-19 11:48:10 +03:00
Ville Skyttä
8e23895fe5
Avoid stderr output from compopt when invoking _filedir directly.
...
The _filedir unit test currently does this, causing (harmless) error output.
2010-09-19 11:33:52 +03:00
Ville Skyttä
d2a551fad4
Combine identical xdvi and kdvi completions.
2010-09-18 20:51:51 +03:00
Ville Skyttä
45668c23d3
Add compgen completion.
2010-09-14 21:04:36 +03:00
Ville Skyttä
806bc113de
Line wrapping tweak.
2010-09-14 21:03:00 +03:00
Ville Skyttä
3b7ed98459
Add xmodmap and xrdb completions.
2010-09-14 21:01:17 +03:00
Ville Skyttä
0f426b0774
Drop bad kompare filename completion (Alioth: #312708 ).
2010-09-13 21:25:21 +03:00
Guillaume Rousse
796f77ef22
rename 'contrib' directory to 'completions'
2010-09-12 16:44:39 +02:00
Guillaume Rousse
cb7fc2f7c4
rename 'contrib' directory to 'completions'
2010-09-12 16:42:21 +02:00
Guillaume Rousse
276e3a780e
use BASH_COMPLETION_DIR for locating helpers, avoiding the use of an install-time substitution
2010-09-12 16:40:04 +02:00
Guillaume Rousse
c85a8b9a3e
install helpers in a subdirectory of completions
2010-09-12 16:39:30 +02:00
Guillaume Rousse
ff6172097d
symlinks are automatically dereferenced for -f test, so don't use -h test
2010-09-12 16:38:59 +02:00
Guillaume Rousse
a3ae00956d
add freerdp completion
2010-09-12 11:38:22 +02:00
Ville Skyttä
c78db545f5
Add iftop(8) completion.
2010-09-10 00:12:03 +03:00
Ville Skyttä
0630139697
Add POSIX sh completion.
2010-09-05 11:02:03 +03:00
Ville Skyttä
a26e92e6f3
Improve rpm query option completions.
...
Add --nomanifest, --all, --file, --fileid, --ftswalk, --group, --hdrid,
--package, --pkgid, and --specfile; suggest --triggeredby, --whatprovides,
and --whatrequires only in installed package query mode.
2010-09-05 10:57:02 +03:00
Ville Skyttä
c8fb5f2eb1
Simplify rpm query mode detection expressions.
2010-09-05 00:12:24 +03:00
Ville Skyttä
4d0b8be863
Recognize rpm query mode based on the --file, --group, --package, and --all long options (RedHat: #630328 ).
2010-09-05 00:03:10 +03:00
Ville Skyttä
217735d807
Add *.xsd, *.xsl, *.rng, and *.wsdl to xmllint filename completions.
2010-09-03 20:23:35 +03:00
Guillaume Rousse
2d699bd8b5
Revert "merge iconv and getent completions, as they are both glibc utils"
...
This reverts commit 3f0d8f8e9f1991e7d7610fd210c68421eef4e09f, as this is
only true for Linux
2010-08-22 11:16:33 +02:00
Ville Skyttä
fa04cb8114
Add *.part to mplayer and xine-based player completions (Alioth: #312657 ).
2010-08-20 14:09:28 +03:00
Ville Skyttä
486369d45b
Add *.3gpp and *.3gpp2 to mplayer filename completions.
2010-08-20 13:37:19 +03:00
Ville Skyttä
37308e3594
Simplify _filedir arguments.
2010-08-20 13:35:12 +03:00