summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into changelog-handlingchangelog-handlingDavid Paleino2009-02-177-245/+175
|\
| * rdesktop reviewed.Ville Skyttä2009-02-152-0/+1
| |
| * lspc->lspci, add -L, add/fix -x.Ville Skyttä2009-02-151-4/+5
| |
| * Merge branch 'master' of ↵Freddy Vulto2009-02-152-135/+2
| |\ | | | | | | | | | git+ssh://fvu-guest@git.debian.org/git/bash-completion/bash-completion
| | * Drop hg completion, an improved version is shipped with Mercurial ↵Ville Skyttä2009-02-152-135/+2
| | | | | | | | | | | | (contrib/bash_completion in the tarball).
| * | Reviewed `to_review/vncviewer':Freddy Vulto2009-02-151-14/+43
| |/ | | | | | | | | | | - added support for case-insensitive options - added support for double-dash - replaced options with options from vncviewer-4.1.1 (Ubuntu-8.10)
| * Enable pkill completion if the command is available, not just on Linux and ↵Ville Skyttä2009-02-152-4/+6
| | | | | | | | FreeBSD.
| * Enable pgrep completion if pgrep is available, not just on Linux/FreeBSD.Ville Skyttä2009-02-152-3/+5
| |
| * Use improved process name completion in pgrep in addition to killall.Ville Skyttä2009-02-152-3/+2
| |
| * Note why "ps axo comm" is not used in _pnames on Linux.Ville Skyttä2009-02-151-0/+2
| |
| * Extract process name completion from _killall to _pnames, make it work for ↵Ville Skyttä2009-02-152-12/+29
| | | | | | | | others than Linux and FreeBSD.
| * Fix killall completion for commands with relative paths (RHBZ: #484578), add ↵Ville Skyttä2009-02-152-2/+9
| | | | | | | | a FIXME.
| * Remove executable flag (the script is sourced, not executed).Ville Skyttä2009-02-141-0/+0
| |
| * Comment typo fix.Ville Skyttä2009-02-131-1/+1
| |
| * add cdrecord and mkisoft completion functions to wodim and genisoimageGuillaume Rousse2009-02-121-4/+4
| |
| * don't append = automatically after alias completion, for sake of minimal ↵Guillaume Rousse2009-02-121-1/+1
| | | | | | | | completion
| * - split _command function in two different functions:Guillaume Rousse2009-02-121-51/+47
| | | | | | | | | | | | | | | | | | | | _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
| * new helper functions:Guillaume Rousse2009-02-101-0/+16
| | | | | | | | | | - _usb_ids completes on USB ids - _pci_ids completes on PCI ids
| * make perl completion a bit more consistant with other, by first dealingGuillaume Rousse2009-02-101-22/+12
| | | | | | | | with options, then with main arguments
| * Handle parenthesis, <defunct> in killall completion.Ville Skyttä2009-02-111-1/+2
| |
| * Clean up killall sed scripts.Ville Skyttä2009-02-111-2/+2
| |
* | Add testfile and script draftDavid Paleino2009-02-082-0/+65
|/
* Test succeeded, removing stale fileDavid Paleino2009-02-081-0/+0
|
* Testing CIA botDavid Paleino2009-02-081-0/+0
|
* Fix -sourcepath handling in javadoc packages completion.Ville Skyttä2009-02-072-2/+5
|
* Expand ~foo to dir name more eagerly to avoid quoting issues.Ville Skyttä2009-02-062-0/+2
|
* Revert r1170, see comments in _expand for details.Ville Skyttä2009-02-062-5/+5
|
* Add comments about local file completion of _scp.Ville Skyttä2009-02-061-0/+2
|
* initial importGuillaume Rousse2009-02-051-0/+50
|
* Improved strace completion, undefined _command_offset() found.David Paleino2009-02-051-13/+35
|
* Added quota-tools completionDavid Paleino2009-02-053-212/+311
|
* Use proper options variablesDavid Paleino2009-02-0513-15/+14
|
* Added minicom completionDavid Paleino2009-02-052-5/+13
|
* Added net-tools (mii-tool and mii-diag) completionsDavid Paleino2009-02-052-7/+19
|
* Added qemu completionDavid Paleino2009-02-052-1/+2
|
* Improved qemu completionDavid Paleino2009-02-051-8/+36
|
* Added comment on how to eventually workaround the bugDavid Paleino2009-02-041-1/+2
|
* Added cpan2dist completionDavid Paleino2009-02-042-1/+2
|
* Improved cpan2dist completionDavid Paleino2009-02-041-3/+7
|
* Added brctl completionDavid Paleino2009-02-042-4/+4
|
* Added cowsay/cowthink completionDavid Paleino2009-02-042-1/+2
|
* renaming, it only completes on one commandGuillaume Rousse2009-02-041-0/+0
|
* initial importGuillaume Rousse2009-02-041-0/+89
|
* initial importGuillaume Rousse2009-02-041-0/+30
|
* use _get_cwordGuillaume Rousse2009-02-044-4/+4
|
* initial importGuillaume Rousse2009-02-041-0/+53
|
* initial importGuillaume Rousse2009-02-041-0/+26
|
* initial importGuillaume Rousse2009-02-041-0/+70
|
* initial importGuillaume Rousse2009-02-041-0/+195
|
* Prevent completion dir from being sourced twice if BASH_COMPLETION_DIR and ↵Freddy Vulto2009-02-042-1/+4
| | | | BASH_COMPLETION_COMPAT_DIR are equal (Alioth#311433)