1670 Commits

Author SHA1 Message Date
Guillaume Rousse
cc0c754b7c Added openldap completion 2009-05-18 23:03:37 +02:00
Guillaume Rousse
e31e347817 Added msynctool completion 2009-05-18 23:03:07 +02:00
Guillaume Rousse
395c0cac57 Added rpcdebug completion 2009-05-18 23:02:38 +02:00
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
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ä
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
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
4fce537000 document changes 2009-05-05 22:40:49 +02: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
ae757e453b distinct completion function for sftp 2009-05-02 17:34:00 +02:00
Guillaume Rousse
5decc1de04 standard completion scheme for ssh-copy-id 2009-05-02 17:23:21 +02:00
Guillaume Rousse
41746f0bcc fix indentation 2009-05-02 17:20:41 +02:00
Guillaume Rousse
39a143e083 split xhost completion in its own file 2009-05-02 17:13:46 +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
Guillaume Rousse
4692a4b14a more option completions 2009-05-02 16:20:31 +02:00
Guillaume Rousse
d8bb766fbe standardize ssh completion scheme:
- complete after previous unstacked short options
- complete potential options after dash
- complete on known host if neither apply
2009-05-02 16:11:23 +02:00
Ville Skyttä
8175d23c0d Note tar xz support (rev 3217cff1efbecd85710853564f93648fd2f597ce). 2009-05-01 14:07:17 +03:00
Ville Skyttä
2725113816 Add xmllint completion to review. 2009-05-01 11:10:49 +03:00
Ville Skyttä
754bebb9d7 Typo fix. 2009-05-01 11:09: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
Ville Skyttä
ea2938e424 Use compgen -W $cur instead of grepping $cur in make completion. 2009-04-28 23:45:48 +03:00
David Paleino
7c023ab92e Fix svk completion using $filenames instead of $default (Debian: #524961) 2009-04-21 18:33:12 +02:00
Freddy Vulto
805537670f Merge branch 'master' of git+ssh://fvu-guest@git.debian.org/git/bash-completion/bash-completion 2009-04-20 10:08:27 +02:00