1271 Commits

Author SHA1 Message Date
Guillaume Rousse
0278131e72 Splitted and enhanced openssl completion 2009-05-18 23:15:22 +02:00
Ville Skyttä
23bd8099f0 More $prev leak fixes. 2009-05-18 20:26:49 +03:00
Guillaume Rousse
eced7126a3 split cdrecord/wodim completion 2009-05-17 22:14:02 +02:00
Guillaume Rousse
ada6a3d1e8 split mkisofs/genisoimage completion 2009-05-17 22:13:05 +02:00
Guillaume Rousse
f6c7081a0b split ImageMagick completion 2009-05-17 22:11:29 +02:00
Guillaume Rousse
c676126570 split dd completion 2009-05-17 22:10:01 +02:00
Guillaume Rousse
ce78770724 split xmms completion 2009-05-17 22:08:47 +02:00
Guillaume Rousse
49940913e8 split dhclient completion 2009-05-17 22:07:58 +02:00
Guillaume Rousse
803e0702b8 split pkg-config completion 2009-05-17 22:07:02 +02:00
Guillaume Rousse
36e848a946 split gdb completion 2009-05-17 22:05:54 +02:00
Guillaume Rousse
8226742c71 split lftp completion 2009-05-17 22:04:53 +02:00
Guillaume Rousse
aeaa1af920 split ncftp completion 2009-05-17 22:04:05 +02:00
Guillaume Rousse
abaec12fb6 split bzip2 completion 2009-05-17 22:02:37 +02:00
Guillaume Rousse
eee9d4f05f split gzip completion 2009-05-17 22:01:43 +02:00
Guillaume Rousse
996c9c2034 split mc completion 2009-05-17 22:00:32 +02:00
Guillaume Rousse
36b217e5b4 split lvm completion 2009-05-17 21:59:04 +02:00
Guillaume Rousse
9cb6c0e14d split cpio completion 2009-05-17 21:57:13 +02:00
Guillaume Rousse
944221c4d1 split getent completion 2009-05-17 21:55:41 +02:00
Guillaume Rousse
a10c98e0fd split ntpdate completion 2009-05-17 21:53:51 +02:00
Guillaume Rousse
9188e5396e minicom completion has been splitted already 2009-05-17 21:51:44 +02:00
Ville Skyttä
f5991cc3c1 Protect java class completion from unusual input, get rid of one grep. 2009-05-13 00:01:35 +03:00
Ville Skyttä
147642d722 Use compgen -W in gcc completion. 2009-05-10 20:31:28 +03:00
Ville Skyttä
a679544447 Use compgen -W in _longopt(). 2009-05-10 20:27:33 +03:00
Ville Skyttä
3e016e4679 Use compgen -W in postgresql databases completion (still disabled though). 2009-05-10 20:22:45 +03:00
Ville Skyttä
7d19d2a106 Use compgen -W in openssl sections completion. 2009-05-10 20:16:09 +03:00
Guillaume Rousse
d5fd1c3412 split _known_hosts into _kwnown_hosts and _known_hosts_real, instead of using an option to set current word 2009-05-03 15:18:31 +02:00
Guillaume Rousse
6f3d3be0ec add a new -h flag, to set current word from calling function: it avoid parsing command twice, and also allows pre-processing it needed, as in xhost completion 2009-05-02 17:13:07 +02: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
Ville Skyttä
ea2938e424 Use compgen -W $cur instead of grepping $cur in make completion. 2009-04-28 23:45:48 +03:00
Ville Skyttä
6edad88daa Split valid shell completion to _shells(). 2009-04-19 17:33:55 +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