Freddy Vulto
a32b0c0ab5
Updated CHANGES
2009-02-25 21:36:08 +01:00
Freddy Vulto
97e2f98fab
Fixed unset $ODBCINI bug in _isql()
...
Fix _isql completion waiting for grep input if $ODBCINI not set; handle
whitespace in $ODBCINI.
Conflicts:
debian/changelog
2009-02-25 21:30:42 +01:00
Freddy Vulto
61b9ec0373
Fixed unset $ODBCINI bug in _isql()
...
Fix _isql completion waiting for grep input if $ODBCINI not set; handle
whitespace in $ODBCINI.
2009-02-25 21:26:00 +01:00
Ville Skyttä
7bc9c43b1e
Make okular complete on same files as evince, thanks to Mary Ellen Foster (RHBZ: #486998 ).
2009-02-23 19:21:19 +02:00
Ville Skyttä
69055046a9
Make okular complete on same files as evince, thanks to Mary Ellen Foster (RHBZ: #486998 ).
2009-02-23 19:20:42 +02:00
Freddy Vulto
7c79b113c6
Make _mii-tool()' &
_mii-diag()' POSIX-compliant
...
Dash (-) is replaced with underscore (_). This prevents errors when
bash-completion is loaded while `set -o posix' is active:
bash: `_mii-tool': not a valid identifier
bash: `_mii-diag': not a valid identifier
2009-02-22 12:43:14 +01:00
Freddy Vulto
0ebd5edd3b
Make _mii-tool()' &
_mii-diag()' POSIX-compliant
...
Dash (-) is replaced with underscore (_). This prevents errors when
bash-completion is loaded while `set -o posix' is active:
bash: `_mii-tool': not a valid identifier
bash: `_mii-diag': not a valid identifier
2009-02-22 11:48:49 +01:00
David Paleino
d2ebf2b128
Make _alias() use _get_cword
2009-02-21 23:13:50 +01:00
David Paleino
9632699e3d
Make _alias() use _get_cword
2009-02-21 23:13:41 +01:00
David Paleino
b39ff7e711
Revert "Removed BASH_COMPLETION_COMPAT_DIR"
...
This reverts commit 34b82bbbe8c70167837153d7ab376b0e1dc6c561.
2009-02-20 22:58:01 +01:00
Freddy Vulto
727d303a26
Removed BASH_COMPLETION_COMPAT_DIR
2009-02-20 22:57:32 +01:00
Freddy Vulto
34b82bbbe8
Removed BASH_COMPLETION_COMPAT_DIR
2009-02-19 00:05:26 +01:00
Guillaume Rousse
c4b85e0a97
initial support for autotools-based build system
2009-02-18 22:00:03 +01:00
David Paleino
7e586c16e1
Prepare for future development
2009-02-17 09:23:24 +01:00
David Paleino
5cb412cce5
Added Changelog (copied from debian/changelog)
...
We will need to handle Changelog on our own though, and keep
debian/changelog for changes to the Debian package.
2009-02-17 09:20:07 +01:00
David Paleino
f47940eede
Fixed version number to be 1.0
2009-02-17 09:18:14 +01:00
David Paleino
5662452756
Fixed version number to be 1.0
2009-02-17 09:17:58 +01:00
David Paleino
c7a1de7a41
AUTHORS added
2009-02-17 09:15:19 +01:00
David Paleino
c795105d27
AUTHORS added
2009-02-17 09:14:43 +01:00
Ville Skyttä
05d1c4ab99
rdesktop reviewed.
2009-02-15 23:59:06 +02:00
Ville Skyttä
0550553235
lspc->lspci, add -L, add/fix -x.
2009-02-15 23:56:09 +02:00
Freddy Vulto
e4c411818d
Merge branch 'master' of git+ssh://fvu-guest@git.debian.org/git/bash-completion/bash-completion
2009-02-15 22:00:09 +01:00
Freddy Vulto
20278a4147
Reviewed `to_review/vncviewer':
...
- added support for case-insensitive options
- added support for double-dash
- replaced options with options from vncviewer-4.1.1 (Ubuntu-8.10)
2009-02-15 21:56:01 +01:00
Ville Skyttä
cdec0e5a58
Drop hg completion, an improved version is shipped with Mercurial (contrib/bash_completion in the tarball).
2009-02-15 22:50:41 +02:00
Ville Skyttä
d07e282122
Enable pkill completion if the command is available, not just on Linux and FreeBSD.
2009-02-15 19:12:05 +02:00
Ville Skyttä
9960fbfdcf
Enable pgrep completion if pgrep is available, not just on Linux/FreeBSD.
2009-02-15 19:04:51 +02:00
Ville Skyttä
db00d73296
Use improved process name completion in pgrep in addition to killall.
2009-02-15 18:53:09 +02:00
Ville Skyttä
14c641aea5
Note why "ps axo comm" is not used in _pnames on Linux.
2009-02-15 18:51:09 +02:00
Ville Skyttä
c492f00705
Extract process name completion from _killall to _pnames, make it work for others than Linux and FreeBSD.
2009-02-15 18:47:34 +02:00
Ville Skyttä
645aac4790
Fix killall completion for commands with relative paths (RHBZ: #484578 ), add a FIXME.
2009-02-15 11:45:07 +02:00
Ville Skyttä
5894a9cf76
Remove executable flag (the script is sourced, not executed).
2009-02-14 12:43:45 +02:00
Ville Skyttä
42908b9d8f
Comment typo fix.
2009-02-13 00:03:08 +02:00
Guillaume Rousse
530e91f810
add cdrecord and mkisoft completion functions to wodim and genisoimage
2009-02-12 22:31:27 +01:00
Guillaume Rousse
ea0d17b685
don't append = automatically after alias completion, for sake of minimal completion
2009-02-12 22:24:35 +01:00
Guillaume Rousse
6c27cd16dd
- split _command function in two different functions:
...
_command now only computes where wrapped command start
_command_offset actually takes care of running wrapped command
completion
- drop _remove_comp_word function, as context rewriting is now
performed more efficiently in _command_offset
- drop strace minimal completion, there is a better dedicated completion
waiting review
2009-02-12 22:12:20 +01:00
Guillaume Rousse
935295c280
new helper functions:
...
- _usb_ids completes on USB ids
- _pci_ids completes on PCI ids
2009-02-10 23:50:04 +01:00
Guillaume Rousse
9e08218fb9
make perl completion a bit more consistant with other, by first dealing
...
with options, then with main arguments
2009-02-10 23:39:10 +01:00
Ville Skyttä
47d0c5be2c
Handle parenthesis, <defunct> in killall completion.
2009-02-11 00:11:09 +02:00
Ville Skyttä
06932d52c9
Clean up killall sed scripts.
2009-02-11 00:07:08 +02:00
David Paleino
0addde3f94
Test succeeded, removing stale file
2009-02-08 21:23:04 +01:00
David Paleino
2bab4bbe48
Testing CIA bot
2009-02-08 21:22:16 +01:00
Ville Skyttä
bc0367b04b
Fix -sourcepath handling in javadoc packages completion.
2009-02-07 00:05:12 +02:00
Ville Skyttä
0145cd4b77
Expand ~foo to dir name more eagerly to avoid quoting issues.
2009-02-06 23:57:05 +02:00
Ville Skyttä
8bb9539219
Revert r1170, see comments in _expand for details.
2009-02-06 23:26:34 +02:00
Ville Skyttä
2595b32439
Add comments about local file completion of _scp.
2009-02-06 23:22:29 +02:00
Guillaume Rousse
9b596cbb6b
initial import
2009-02-05 19:23:23 +01:00
David Paleino
71a1d60d5a
Improved strace completion, undefined _command_offset() found.
2009-02-05 11:15:13 +01:00
David Paleino
06a8249326
Added quota-tools completion
2009-02-05 10:53:04 +01:00
David Paleino
fe04d9dedf
Use proper options variables
2009-02-05 10:11:24 +01:00
David Paleino
ca63c352bc
Added minicom completion
2009-02-05 10:04:37 +01:00