Guillaume Rousse
167a2a5400
Added xm completion
2009-05-18 23:02:13 +02:00
Guillaume Rousse
36022a326f
Added strace completion
2009-05-18 23:01:52 +02:00
Ville Skyttä
23bd8099f0
More $prev leak fixes.
2009-05-18 20:26:49 +03:00
Ville Skyttä
578810de33
Fix leaking $prev from cpio completion.
2009-05-18 15:33:07 +03:00
Ville Skyttä
ace41e7d4e
Note _split_longopt fixing Alioth #311398 .
2009-05-13 00:29:08 +03:00
Ville Skyttä
9a63f2983d
Use _split_longopt in mii-diag and mii-tool.
2009-05-13 00:06:40 +03:00
Guillaume Rousse
4fce537000
document changes
2009-05-05 22:40:49 +02:00
Ville Skyttä
8175d23c0d
Note tar xz support (rev 3217cff1efbecd85710853564f93648fd2f597ce).
2009-05-01 14:07:17 +03:00
Ville Skyttä
f1f03cd9dc
Improve built in ant completion.
2009-04-30 18:59:23 +03:00
Ville Skyttä
d8d5445edb
Split ant completion to contrib/ant.
2009-04-30 18:54:07 +03:00
David Paleino
a7237df1a5
Really add build-dep to aptitude's completion
2009-04-29 15:20:58 +02:00
David Paleino
7c023ab92e
Fix svk completion using $filenames instead of $default (Debian: #524961 )
2009-04-21 18:33:12 +02:00
Ville Skyttä
8a24a283a4
Use _split_longopt in mkinitrd.
2009-04-18 22:34:07 +03:00
Ville Skyttä
4dd5f087ae
Fix leaking $prev from mkinitrd completion.
2009-04-18 22:28:37 +03:00
Ville Skyttä
ee1f7542de
smartctl reviewed and improved.
2009-04-18 13:36:36 +03:00
Freddy Vulto
65c2ea97ae
Patched _known_hosts() to support multiple {Global,User}KnownHosts in
...
SSH config files, thanks to Thomas Nilsson.
(Alioth: #311595 ) (Debian: #524190 )
2009-04-16 23:25:22 +02:00
Ville Skyttä
7ffb612695
Use _split_longopt in _iptables.
2009-04-16 20:54:14 +03:00
Ville Skyttä
fcce6cc263
Add make --old/new-file, --assume-old/new, --what-if value completions.
2009-04-15 11:34:31 +03:00
Ville Skyttä
10f2c7bea5
Use _split_longopt in _make.
2009-04-15 11:32:49 +03:00
Ville Skyttä
78f2e7cd91
Use _split_longopt in _chkconfig.
2009-04-15 11:20:00 +03:00
Ville Skyttä
b556b22d87
Do not assume all --foo= options take filenames in generic long option completion, assume only that --*file*= does, and that --*dir*= takes dirs.
2009-04-15 00:09:33 +03:00
Ville Skyttä
bce0b30bbe
Use _split_longopt in _longopt.
2009-04-14 23:55:50 +03:00
Ville Skyttä
ed93d0b2b7
Add chgrp --reference value completion.
2009-04-14 23:48:11 +03:00
Ville Skyttä
ea731310a3
Add chown --from and --reference value completions.
2009-04-14 23:46:38 +03:00
Ville Skyttä
98839013db
Use _split_longopt in chown, chgrp.
2009-04-14 23:43:39 +03:00
Ville Skyttä
fc2c8a5a8e
Use _split_longopt to improve and clean up aspell completion.
2009-04-14 23:35:33 +03:00
Ville Skyttä
45182e1809
Add _split_longopt() helper for improved handling of long options that take arguments in both "--foo bar" and "--foo=bar" formats.
2009-04-14 23:16:47 +03:00
David Paleino
a66323a18f
Merge branch 'master' of git+ssh://git.debian.org/git/bash-completion/bash-completion
2009-04-14 21:41:15 +02:00
David Paleino
204afd77bf
Add .dvi.{gz,bz2} completion for evince/okular (Debian: #522656 )
2009-04-14 21:40:57 +02:00
Ville Skyttä
baa1aa3afd
Protect various completions from unusual user input by not embedding the input in external command arguments.
2009-04-14 22:26:14 +03:00
Ville Skyttä
670ad0e9d6
Use POSIX compliant arguments to tail in mkisofs completion.
2009-04-14 22:09:39 +03:00
Ville Skyttä
95cd673b5c
Add mount -L and -U completion (Raphaël Droz).
2009-04-14 21:24:20 +03:00
Ville Skyttä
5c0e30473f
Add /etc/pki/tls/openssl.cnf to list of default openssl config files, search for default ones only if -config is not given.
2009-04-14 14:45:46 +03:00
Ville Skyttä
f70bba5b5a
Rename installed_alternatives() to _installed_alternatives().
2009-04-14 14:40:31 +03:00
Ville Skyttä
ab40c79bf7
Complete on plain alternatives like update-alternatives.
2009-04-14 14:36:50 +03:00
Ville Skyttä
30dffeb51a
Add more mod-like audio file extensions for xine-based players and timidity.
2009-04-14 14:30:04 +03:00
Ville Skyttä
1818c0dd57
Add modplugplay filename completion.
2009-04-14 14:26:22 +03:00
Ville Skyttä
7e30ee814b
Fix rpm --whatrequires/--whatprovides completions with spaces and
...
other unusual characters, add filename based --whatrequires
completion.
2009-04-14 00:53:56 +03:00
Ville Skyttä
86574164df
Always use /etc/shells for chsh -s completion, don't complete on
...
comment lines in it.
Invoking chsh -l does unwanted things on some systems, such as FreeBSD.
2009-04-14 00:46:12 +03:00
Ville Skyttä
08d3738d56
Improve aspell dictionary completion: don't hardcode data-dir, get canonical dicts from 'aspell dicts'.
2009-04-13 21:15:02 +03:00
Ville Skyttä
8df2728adf
mkinitrd reviewed, move to contrib.
2009-04-13 20:39:13 +03:00
Ville Skyttä
58ae4585a7
Remove unused variable RELEASE.
2009-04-13 19:55:52 +03:00
David Paleino
a9994ac15f
Remove eval() and sed quoting in _known_hosts() (Alioth: #311595 )
...
Fixes execution (!!!) of hosts specified by {Global,User}KnownHosts
in SSH config files.
2009-04-13 17:10:41 +02:00
Ville Skyttä
a17930f8dd
Fix dir-only completion for make to include only dirs, not files.
2009-04-07 22:20:26 +03:00
Ville Skyttä
8775d682f7
Add missing entry for commit 1421e55aac075e13491cd212b796bdd453214a2c
2009-04-07 21:00:23 +03:00
David Paleino
9f05078e92
Permit .gz files concatenation (Debian: #514377 )
2009-04-04 21:58:05 +02:00
Ville Skyttä
b33a3c5740
Parse top level mplayer and friends option completions from -list-options.
2009-04-02 00:35:27 +03:00
Ville Skyttä
e9456c8e53
Split mplayer and friends completions to contrib/mplayer.
2009-04-02 00:27:47 +03:00
Todd Zullinger
72f2b0cb1c
yum: Complete on filenames when $cur contains /
...
For a long time "yum install" has accepted filenames as input and will
do the same thing that "yum localinstall" does. Many users no longer
bother using localinstall and then find that they cannot complete a
pathname with yum install. Similarly, deplist, update, and upgrade
accept filenames.
2009-04-01 23:20:09 +03:00
Ville Skyttä
2abfb8c111
Add chkconfig --override and resetpriorities completions.
2009-04-01 22:44:01 +03:00