summaryrefslogtreecommitdiff
path: root/bash_completion
Commit message (Expand)AuthorAgeFilesLines
* Add -H, -L, and -P to chown and chgrp option completions with -R/--recursive.Ville Skyttä2010-02-121-2/+10
* Merge branch 'space-fix': Fix tests when BASH_COMPLETION or TESTDIR containCrestez Dan Leonard2010-02-091-6/+6
|\
| * Fixed tests when BASH_COMPLETION or TESTDIR contain spaces.Crestez Dan Leonard2010-02-021-6/+6
* | bind *.ltx files to LaTeX family of programsIldar Mulyukov2010-02-081-1/+1
* | Added _get_comp_words_by_ref()Freddy Vulto2010-02-071-0/+136
|/
* Merge branch 'fvu'Freddy Vulto2010-01-291-20/+40
|\
| * Fix _usergroup, cpio and chown completionsFreddy Vulto2010-01-291-20/+40
* | Add showmount completion (Alioth: #312285).Ildar Mulyukov2010-01-261-1/+1
|/
* Do not alias sed to gsed (Alioth: #311393).Ville Skyttä2010-01-191-4/+0
* Avoid use of POSIX character classes with awk for mawk compatibility.Ville Skyttä2010-01-191-2/+2
* Add pbzip2, pbunzip2, and pbzcat completions.Ville Skyttä2010-01-181-1/+1
* Make _parse_help() look at stderr too.Ville Skyttä2010-01-181-1/+1
* Add pigz and unpigz completion.Ville Skyttä2010-01-181-1/+1
* Removed awk regexp character classes.Freddy Vulto2010-01-171-1/+1
* Weed out look completions not starting with current word.Ville Skyttä2010-01-161-1/+1
* Fix installing simple xspec completions on systems with non-GNU sed.Ville Skyttä2010-01-161-1/+1
* Fix finding known hosts files from SSH configs on systems with non-GNU sed.Ville Skyttä2010-01-161-1/+1
* Update years in copyright notice.Ville Skyttä2010-01-141-1/+1
* Apply xine and friends completion also to dragon.Ville Skyttä2010-01-131-1/+1
* Fix _known_hosts_real: awkcurd > curdFreddy Vulto2010-01-061-1/+1
* sed portability fixes.Ville Skyttä2010-01-041-2/+2
* Fix some syntax errors.Ville Skyttä2010-01-031-1/+1
* protect against error when used in history context (COMP_CWORD=0)Guillaume Rousse2010-01-031-1/+6
* Do basic HTML file completion with Firefox and Chrome and friends, and Epiphany.Ville Skyttä2010-01-031-1/+2
* Remove/rephrase some obsolete bash 2 related comments.Ville Skyttä2010-01-031-1/+0
* Fix __expand_tilde_by_ref usage example.Ville Skyttä2010-01-031-1/+1
* Split mount and umount completion into contrib/mount.Ville Skyttä2010-01-021-69/+0
* Fix __reassemble_comp_words_by_ref()Freddy Vulto2009-12-311-5/+9
* Fix __reassemble_comp_words_by_ref()Freddy Vulto2009-12-301-2/+2
* Re-fix *.okular addition, this time without matching compressed ones.Ville Skyttä2009-12-281-1/+1
* Revert "Fix *.okular addition."David Paleino2009-12-281-1/+1
* Fix *.okular addition.Ville Skyttä2009-12-281-1/+1
* Added .okular completion to okular (Debian: #545530)David Paleino2009-12-271-1/+1
* Fix $2 example in _get_cword doc.Ville Skyttä2009-12-241-1/+1
* Fixed `quote_readline'.Freddy Vulto2009-12-241-27/+106
* Use awk more to reduce number of invoked commands a bit.Ville Skyttä2009-12-211-3/+3
* Replace some echos with printfs.Ville Skyttä2009-12-211-10/+12
* Replace some uses of ls with printf.Ville Skyttä2009-12-201-2/+2
* Protect grep invocations from user aliases (Alioth: 312143).Ville Skyttä2009-12-151-4/+5
* Complete aliases also when there are no known hosts files (RedHat: #546905).Ville Skyttä2009-12-131-6/+8
* Include avahi host completions in known hosts completions no matter if we hav...Ville Skyttä2009-12-131-13/+12
* Get rid of one unnecessary local variable.Ville Skyttä2009-12-131-4/+3
* Doc and line wrapping fixes.Ville Skyttä2009-12-131-5/+7
* Added .fdf completion to okular and evinceDavid Paleino2009-12-111-2/+2
* Don't append space after colon in _usergroup (bash 4 only).Ville Skyttä2009-12-111-0/+1
* Add wordbreak filtering to _count_args.Ville Skyttä2009-12-111-6/+7
* Fix __reassemble_comp_words_by_ref()Freddy Vulto2009-12-101-3/+3
* Remove unused local variable `wordbreaks'Freddy Vulto2009-12-071-3/+2
* Merged __get_cword3 & __get_cword4 to _get_cwordFreddy Vulto2009-12-061-140/+98
* Added helper function __expand_tilde_by_ref()Freddy Vulto2009-12-021-2/+42