summaryrefslogtreecommitdiff
path: root/bash_completion
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added _get_pword() helper function.Freddy Vulto2009-10-311-26/+59
* Drop internal uses of $bash4 (definition still present though).Ville Skyttä2009-10-221-4/+4
* Drop internal uses of $default, $filenames and friends.Ville Skyttä2009-10-221-15/+15
* bash < 3 support removal step 4: drop unneeded version checks.Ville Skyttä2009-10-221-18/+10
* Set version to 2.x.Ville Skyttä2009-10-221-1/+1
* bash < 3 support removal step 1: drop unneeded conditional sections.Ville Skyttä2009-10-221-3/+3
* Source stuff from completion dirs always in same order independently of locale.Ville Skyttä2009-10-211-2/+4
* Don't bother defining __get_cwordX on non-applicable bash versions.Ville Skyttä2009-10-201-0/+2
* Don't overwrite other completions when completing from multiple SSH known hos...Ville Skyttä2009-10-201-1/+1
* IndentsFreddy Vulto2009-10-181-224/+233
* Don't use pidof in _known_hosts_real() to detect whether Avahi is availableDavid Paleino2009-10-111-5/+3
* pattern based file completions are defined in main fileGuillaume Rousse2009-10-041-0/+3
* fix conflictsGuillaume Rousse2009-10-041-4/+4
|\
| * Silence completing scp/sftp/ssh -F '' on bash-4Freddy Vulto2009-10-041-1/+1
| * Fix commentFreddy Vulto2009-10-031-1/+1
* | new indentation policyGuillaume Rousse2009-10-041-1051/+1049
|/
* Tell *Emacs to indent comments (sh-indent-comment: t).Ville Skyttä2009-10-011-2/+8
* Quoted $cur to prevent globbingFreddy Vulto2009-09-281-1/+1
* Quoted $cur to prevent quotingFreddy Vulto2009-09-251-3/+3
* Quote unquoted $cur to prevent globbing.Freddy Vulto2009-09-251-46/+46
* Split okular from evince filename extension completion, add okular-specific c...David Paleino2009-09-231-1/+2
* Add /sbin to $PATH when invoking lspci and lsusb.Ville Skyttä2009-09-201-4/+4
* Split _get_cword into bash-3/4 versionsFreddy Vulto2009-09-201-11/+111
* Clean [1.2.3.4]:port format in known_hosts, thanks to Xuefer (Gentoo: #284563)David Paleino2009-09-171-0/+2
* Improve service(8) completion, also look for "msg_usage" (thanks to Elan Ruus...David Paleino2009-09-171-1/+1
* Avoid sed pipe as ps itself can omit the headers (thanks to Elan Ruusamäe)David Paleino2009-09-171-4/+4
* Reverted _get_cwordFreddy Vulto2009-09-071-25/+21
* Don't hardcode path to lsmod.Ville Skyttä2009-09-061-1/+1
* Revert "Improve sudo completion (Alioth: #311414)."Ville Skyttä2009-09-051-1/+1
* Fix _known_hosts_real() to not glob awk scriptFreddy Vulto2009-09-041-1/+1
* Improve sudo completion (Alioth: #311414).Ville Skyttä2009-09-041-1/+1
* Fix for known_host files containing * characterFreddy Vulto2009-08-231-2/+2
* Comment tweaks.Ville Skyttä2009-08-181-2/+2
* Do not require a dot in bzcmp, bzdiff, bz*grep, zcmp, zdiff, z*grep, zless, a...Ville Skyttä2009-08-181-6/+2