2616 Commits

Author SHA1 Message Date
Ville Skyttä
91c13f0eed Fix completion of files inside *.tar.bz2 archives when [Ijy] is not given. 2011-03-20 17:12:52 +02:00
David Paleino
14fc9f2965 If _filedir 'ext' returns nothing, just fallback to generic file completion. Patch by Clint Byrum (Debian: #619014, LP: #533985) 2011-03-20 15:22:33 +01:00
Ville Skyttä
a6354b8107 Add reptyr completion. 2011-03-12 12:04:02 +02:00
Ville Skyttä
c60896e0e1 Add aspell --add-filter|--rem-filter completions. 2011-03-03 23:25:21 +02:00
Ville Skyttä
da2d63fb19 Get aspell --mode completions from 'aspell modes' output. 2011-03-03 23:24:21 +02:00
Guillaume Rousse
d21e05504a drop -o filenames, as suggested by Ville 2011-02-26 16:55:05 +01:00
Ville Skyttä
a34a380410 (testsuite) Add basic puppet test case. 2011-02-26 15:58:20 +02:00
Ville Skyttä
ab66ae79c2 (testsuite) Add basic mdadm test case. 2011-02-26 15:47:02 +02:00
Guillaume Rousse
a29ed87cd5 use simple quotes for constant strings 2011-02-23 21:42:08 +01:00
Guillaume Rousse
2e88c29991 Merge branch 'master' of git+ssh://git.debian.org/git/bash-completion/bash-completion 2011-02-23 21:39:30 +01:00
Guillaume Rousse
8916625769 rename special and subspecial variables for consistency with other similar completions, and avoid leaking 2011-02-23 21:36:10 +01:00
Guillaume Rousse
93ade30ce6 use known hosts completion with --server option 2011-02-23 21:31:37 +01:00
Guillaume Rousse
b7ef18dded no need to use a variable for a list used only once 2011-02-23 21:27:27 +01:00
Guillaume Rousse
d9c605b020 indentation fixes 2011-02-23 21:24:53 +01:00
Guillaume Rousse
4946872a85 wrap long lines 2011-02-23 21:22:18 +01:00
Guillaume Rousse
b0e7111397 use for subshell, instead of backquotes 2011-02-23 21:18:18 +01:00
Guillaume Rousse
dac9622e90 add puppet completion 2011-02-23 21:14:35 +01:00
Ville Skyttä
5c48e85a86 smartctl completion improvements. 2011-02-18 22:09:05 +02:00
Ville Skyttä
d852c18d41 Simplify rpmbuild --buildpolicy completion. 2011-02-13 18:54:54 +02:00
Ville Skyttä
34f574dc89 Add rpmbuild --buildpolicy completion. 2011-02-11 00:06:20 +02:00
Ville Skyttä
344076f92c Use numeric comparison operators when comparing numerically. 2011-02-10 23:55:16 +02:00
Ville Skyttä
6042cbe2f5 Split rpm and rpmbuild completions and improve them both.
The option sets are different, and rpm should not have been used to
build packages since rpm 4.0, and could not have been used for that
since rpm 4.1.
2011-02-10 23:51:26 +02:00
Ville Skyttä
4c1e0d5cf2 Drop rpm query support for rpm < 4.1. 2011-02-10 23:37:04 +02:00
Ville Skyttä
dcb90a38ab Make rpm --queryformat use more consistent. 2011-02-10 23:25:51 +02:00
Ville Skyttä
2951b16289 Bump version to 1.99. 2011-02-10 22:47:44 +02:00
Ville Skyttä
83c1f1a960 Comment spelling fixes. 2011-02-10 22:01:57 +02:00
Ville Skyttä
0d0d0da48b Drop no longer needed shebang and executable bit from perl helper. 2011-02-10 22:00:30 +02:00
Ville Skyttä
5792ac8760 Try harder to find the correct perl executable to run the perl helper with.
It is now run explicitly with *some* perl executable.
2011-02-10 21:57:38 +02:00
Ville Skyttä
f96e15428c (testsuite) Add basic gendiff test case. 2011-02-07 21:01:01 +02:00
Ville Skyttä
d066ace4cb Do file completion after gendiff output redirection.
Common use case is "gendiff DIR EXTENSION > FILE".
2011-02-07 20:59:01 +02:00
David Paleino
c3a4f83bfd Prepare for new release 2011-02-06 21:47:03 +01:00
David Paleino
7c81ef8954 Fix release number 2011-02-06 20:16:09 +01:00
David Paleino
f68e17553c Update date 2011-02-06 19:04:00 +01:00
David Paleino
a0bb238dc8 Merge branch 'master' into 1.x 2011-02-06 17:50:38 +01:00
Ville Skyttä
cb01d8ea54 Add javaws completion. 2011-02-06 15:15:20 +02:00
Ville Skyttä
558920aecb Truncate _parse_help() output options on <. 2011-02-06 15:13:45 +02:00
Ville Skyttä
1b0e17c2a3 Define needed utility functions for javac and javadoc even if java is not installed. 2011-02-06 14:53:55 +02:00
Ville Skyttä
ca9405710e Add kid3 filename completion. 2011-02-06 14:46:52 +02:00
Ville Skyttä
3123e2ac4c Add gendiff completion. 2011-02-05 16:54:48 +02:00
Ville Skyttä
81794a9dcf (testsuite) Avoid duplicates in get_hosts() return value. 2011-02-05 12:27:35 +02:00
Ville Skyttä
80312be9af (testsuite) Use get_hosts() in xhost tests. 2011-02-05 12:24:49 +02:00
Ville Skyttä
56c12d5570 Clean up some redundant code. 2011-02-05 12:14:42 +02:00
Ville Skyttä
6aecdb5f4c Avoid some unnecessary stat calls. 2011-02-05 12:06:53 +02:00
David Paleino
99522d8ce4 Merge branch 'master' into 1.x 2011-01-29 22:32:55 +01:00
Ville Skyttä
b8ad998923 Complete runuser like su. 2011-01-29 23:30:15 +02:00
Ville Skyttä
7cf4ad9dc4 Add *.fdf to various PDF viewer completions. 2011-01-29 23:30:15 +02:00
Guillaume Rousse
6c9b652c57 update subcommand list 2011-01-27 23:46:17 +01:00
Igor Murzov
e9393a96f7 Add completion for mplayer's -noconfig option 2011-01-27 21:39:14 +02:00
Ville Skyttä
74128a73ce Add mktemp(1) completion. 2011-01-24 00:20:32 +02:00
David Paleino
c300c652ad Merge branch 'master' into 1.x 2011-01-20 22:59:49 +01:00