1207 Commits

Author SHA1 Message Date
Ville Skyttä
06eed586ee Add lzcat and unlzma completion. 2009-07-20 20:00:33 +03:00
Ville Skyttä
d3d1a9f895 Add xz, xzcat, xzdec, and unxz completion. 2009-07-20 19:57:36 +03:00
Ville Skyttä
e34f96e50d Associate *.po with poedit, gtranslator, kbabel, and lokalize. 2009-07-13 18:28:42 +03:00
Freddy Vulto
3fe193f81a Fix completing multiple hosts (Debian: #535585)
Fixed `_known_hosts_real' to allow for multiple patterns in ssh config, e.g.:

    Host foo.example.net bar.example.net

IFS was set to just newline (\n), whereas `compgen -W' relies on IFS
being space-tab-newline ( \t\n) to expand hostnames which are separated
by whitespace.
Tests are updated as well (added host `jar' to config).  To run the tests:

    ./runUnit _known_hosts_real.exp
2009-07-07 23:05:03 +02:00
Freddy Vulto
25e4eb6df3 Gave _known_hosts_real mandatory argument CWORD
The option `-h hostname' to `_known_hosts_real' is removed.
2009-07-03 22:28:13 +02:00
Ville Skyttä
c78e27cd7c Associate .tsv with oocalc. 2009-07-02 22:57:01 +03:00
Ville Skyttä
2b56b95caa Associate OOXML/MS Office 2007 extensions with OpenOffice tools. 2009-07-02 22:54:05 +03:00
David Paleino
9f192ba339 Remove -k from avahi-browse call
The original call to avahi-browse also had "-k", to avoid
    lookups into avahi's services DB. We don't need the name
    of the service, and if it contains ";", it may mistify
    the result. But on Gentoo (at least), -k isn't available
    (even if mentioned in the manpage), so...
2009-06-20 22:45:14 +02:00
Freddy Vulto
2770bc6927 Merge branch 'fvu' 2009-06-20 09:37:50 +02:00
Freddy Vulto
8858c8df33 Tidied getopts-check loop in _known_hosts_real 2009-06-20 09:34:46 +02:00
David Paleino
976fafa07e Oops :) 2009-06-20 09:17:06 +02:00
David Paleino
1ab50e301e Merge branch 'master' of git+ssh://git.debian.org/git/bash-completion/bash-completion 2009-06-20 09:14:35 +02:00
David Paleino
1e532f0f2b Check whether avahi-daemon is started 2009-06-20 09:14:08 +02:00
Freddy Vulto
8358f35def Merge branch 'master' of git+ssh://fvu-guest@git.debian.org/git/bash-completion/bash-completion 2009-06-18 21:52:32 +02:00
Freddy Vulto
127eaafb54 Fixed calls to _known_hosts_real
Made _known_hosts_real raise error if there are unprocessed arguments.
2009-06-18 21:51:01 +02:00
David Paleino
ab36c8d29d Added avahi-discovered hosts to _known_hosts_real() (Debian: #518561) 2009-06-18 13:12:52 +02:00
Freddy Vulto
14d0ee38ac Fix _known_hosts calling _known_hosts_real
Added -h argument.  Added "deprecated" notes.
2009-06-13 23:54:14 +02:00
Freddy Vulto
1f63e21ff5 Fix _user_at_host completion
Fixed _known_hosts_real user completion.
Added test for `finger'.  To execute:

    $ cd test && ./runCompletion finger.exp
2009-06-13 11:34:39 +02:00
Freddy Vulto
0b19577ed9 Added -h HOST option to _known_hosts_real
Modified call to _known_hosts_real in ssh, vncviewer and xhost completions.
2009-06-13 08:38:52 +02:00
Ville Skyttä
8c24c1429a Comment spelling fixes. 2009-06-12 20:45:35 +03:00
Freddy Vulto
cd2b62bd62 Fix quotes _known_hosts calling _known_hosts_real
This fixes test "Config file containing space should work".  See test:

   ./runUnit _known_hosts.exp
2009-06-11 21:26:43 +02:00
Freddy Vulto
e847d57e50 Improved test suite from bash-completion-lib
Run the tests with:
$ cd test
$ ./runCompletionUnit
$ ./runCompletionCompletion

The last test of unit/_known_hosts gives UNRESOLVED and needs fixing.
2009-06-09 22:49:53 +02:00
Ville Skyttä
079aca216a Split Slackware pkgtools completion to contrib/pkgtools. 2009-06-08 20:49:52 +03:00
Ville Skyttä
cba4d8faf8 Split various FreeBSD completions to contrib/ . 2009-06-08 20:41:52 +03:00
Guillaume Rousse
acef9e78e3 split cancel completion 2009-06-08 16:55:03 +02:00
Guillaume Rousse
7522b94f33 split configure completion 2009-06-08 16:51:48 +02:00
Guillaume Rousse
7f83cb5816 split route completion 2009-06-08 16:51:17 +02:00
Guillaume Rousse
0d9669892b split yp-tools completion 2009-06-08 16:45:09 +02:00
David Paleino
4c9dcbb836 Split pineaddr completion to contrib/pine 2009-06-05 21:44:02 +02:00
David Paleino
8c88c2283f Split cardctl completion to contrib/cardctl 2009-06-05 21:42:59 +02:00
David Paleino
b5029b732e Split dselect completion to contrib/dselect 2009-06-05 21:42:14 +02:00
David Paleino
c601309ae5 Split gcc completion to contrib/gcc 2009-06-05 21:41:31 +02:00
David Paleino
1924616663 Split dpkg-related completions to contrib/dpkg (and re-enable usage of grep-status if available) 2009-06-05 21:39:46 +02:00
David Paleino
2bc6994409 Split bash builtins completions to contrib/bash-builtins 2009-06-05 21:22:07 +02:00
David Paleino
653fc03d6b Revert "Don't assume "sed" being GNU sed, use "gsed" whenever available (Debian: #501479, Alioth: #311393)"
This reverts commit 6170eb0001510426ccc7461e60e46c68992bcd14.

Conflicts:

	CHANGES
2009-06-05 20:53:51 +02:00
David Paleino
e6b7e5ec64 Split man completion to contrib/man 2009-06-05 08:43:11 +02:00
David Paleino
b85df3b488 Split cvs-related completions to contrib/cvs 2009-06-05 08:41:27 +02:00
David Paleino
34d7032b12 Split rpm-related completions to contrib/rpm 2009-06-05 08:40:33 +02:00
David Paleino
477f3cbae9 Split apt-cache and apt-get completions to contrib/apt 2009-06-05 08:39:28 +02:00
David Paleino
554ab3d1bd Split aptitude-related completions to contrib/aptitude 2009-06-05 08:38:19 +02:00
David Paleino
040841f890 Split apt_build completion to contrib/apt-build 2009-06-05 08:37:30 +02:00
David Paleino
1cd950db89 Split chsh completion to contrib/chsh 2009-06-05 08:36:22 +02:00
David Paleino
69e956e174 Split chkconfig completion to contrib/chkconfig 2009-06-05 08:35:24 +02:00
David Paleino
7dbb6a2e3d Split jar completion to contrib/jar 2009-06-05 08:33:55 +02:00
David Paleino
f844abd042 Split autorpm completion to contrib/autorpm 2009-06-05 08:32:07 +02:00
David Paleino
4bf60b4e9a Split {update,invoke}-rc.d completions to contrib/sysv-rc 2009-06-05 08:29:09 +02:00
David Paleino
b14fdb74b3 Split dict completion to contrib/dict 2009-06-05 08:26:19 +02:00
David Paleino
fe1e044ed1 Split iconv completion to contrib/iconv 2009-06-05 08:25:08 +02:00
David Paleino
6a9c2b191b Split mutt completion to contrib/mutt 2009-06-05 08:23:47 +02:00
David Paleino
6170eb0001 Don't assume "sed" being GNU sed, use "gsed" whenever available (Debian: #501479, Alioth: #311393) 2009-06-05 08:13:46 +02:00