summaryrefslogtreecommitdiff
path: root/bash_completion
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn on -o filenames in _filedir() if compopt is available.Ville Skyttä2009-11-301-0/+2
* Fix expanding quoted tilde in _known_hosts_real.Freddy Vulto2009-11-291-1/+4
* Removed array parameter expansionFreddy Vulto2009-11-281-1/+1
* Weed out duplicate known hosts files to check.Ville Skyttä2009-11-261-1/+2
* Fix handling of known hosts files starting with ~.Ville Skyttä2009-11-261-3/+6
* Fix reading rest of user/global known hosts files when the first one is not r...Ville Skyttä2009-11-261-14/+7
* Use [[ ]] when appropriate per current style guidelines.Ville Skyttä2009-11-231-32/+29
* Fix modprobe -r completion when a path to modprobe is specified.Ville Skyttä2009-11-231-1/+1
* Fix completion of filenames containing colon.Freddy Vulto2009-11-221-2/+34
* Added colordiff completion, same as diffDavid Paleino2009-11-211-1/+1
* Extract CD/DVD completion from k3b into general functions, use them in mplayer.Ville Skyttä2009-11-041-0/+14
* Indentation/linewrap fixes.Ville Skyttä2009-11-041-36/+28
* sed usage portability fixes: avoid semicolon separated statements in one -e.Ville Skyttä2009-11-041-4/+4
* Fix service argument completion.Ville Skyttä2009-11-031-1/+1
* Fix javadoc, lvm, and mkinitrd (_count_args) local variable leaks.Ville Skyttä2009-11-031-1/+2
* Be stricter when finding long options in _longopt.Ville Skyttä2009-11-031-2/+2
* sed usage portability fixes: avoid \+Ville Skyttä2009-11-031-3/+3
* More compgen -W instead of embedding user input in sed/awk/grep fixes.Ville Skyttä2009-11-011-27/+28
* Drop compgen/complete option and bash version related global variables.Ville Skyttä2009-10-311-21/+1
* Add /sbin to $PATH when invoking ifconfig and iwconfig.Ville Skyttä2009-10-311-2/+2
* Fixes to _get_pword patch.Freddy Vulto2009-10-311-30/+31