summaryrefslogtreecommitdiff
path: root/bash_completion
Commit message (Expand)AuthorAgeFilesLines
* Add *.apk to unzip and jar filename completions.Ville Skyttä2010-12-161-1/+1
* Turn on -o filenames in _command_offset() for completions that specify it.Ville Skyttä2010-12-131-0/+2
* Make _command_offset() do the right thing with full path completions.Ville Skyttä2010-12-041-3/+3
* Test for availability of compopt before invoking it in _compopt_o_filenames().Ville Skyttä2010-11-161-1/+4
* Add/improve various autotools completions.Ville Skyttä2010-11-121-1/+1
* Fix _tilde with new _compopt_o_filenamesFreddy Vulto2010-11-031-0/+1
* Remove most "-o filenames" options to "complete".Ville Skyttä2010-11-011-14/+11
* Improve relevance of many user/group completions, depending on context.Ville Skyttä2010-10-311-5/+47
* Expose root command name from _root_command, add _complete_as_root helper.Ville Skyttä2010-10-311-0/+7
* Move "compopt -o filenames" kludge to _compopt_o_filenames for easier reuse.Ville Skyttä2010-10-311-10/+12
* Add *.iso to mplayer, kaffeine, and dragon filename completions (Alioth: #311...Ville Skyttä2010-10-311-1/+2
* Complete known hosts from avahi-browse only if $COMP_KNOWN_HOSTS_WITH_AVAHI i...Ville Skyttä2010-10-251-7/+10
* Sort _command and _root_command targets.Ville Skyttä2010-10-241-3/+3
* Add sha{,224,256,384,512}sum _longopt completions.Ville Skyttä2010-10-241-3/+3
* Sort _longopt targets.Ville Skyttä2010-10-241-6/+6
* Drop simple id completion, more thorough one is in completions/coreutils.Ville Skyttä2010-10-241-1/+1
* Drop simple passwd completion, more thorough one is in completions/shadow.Ville Skyttä2010-10-241-1/+1
* Complete MAC addresses also from /etc/ethers.Ville Skyttä2010-10-231-0/+4
* Make mkdir complete only on dirs.Ville Skyttä2010-10-231-1/+1
* Improve _longopt --*=, --*dir*, --*file*, and --*path* completions.Ville Skyttä2010-10-231-15/+17
* Turn on -o filenames automatically also with _filedir -d.Ville Skyttä2010-10-231-6/+6
* Treat --*path* like --*file* in _longopt().Ville Skyttä2010-10-231-2/+2
* Add *.m2t and *.m2ts to xine-based player filename completions (Alioth: #3127...Ville Skyttä2010-10-171-1/+1
* Add *.fb2 to okular filename completions.Andrey G. Grozin2010-10-131-1/+1
* Make _parse_help() work with slash separated options.Ville Skyttä2010-10-111-1/+1
* Simplify _parse_help somewhat.Ville Skyttä2010-10-111-2/+2
* Fix false posives for non-option words in _parse_help (Alioth: #312750, Steph...Ville Skyttä2010-10-111-1/+1
* Use "compgen -f" hack from _cd() instead of emulating -o filenames in _filedi...Ville Skyttä2010-10-071-39/+4
* Use "compopt -o filenames" if available instead of "compgen -f" hack in _cd().Ville Skyttä2010-10-071-2/+4
* Treat *.spm as *.src.rpm.Ville Skyttä2010-10-071-2/+2
* Allow setting option for creating output to parse in _parse_help().Ville Skyttä2010-10-061-4/+4
* Bugfix __reassemble_comp_words_by_refFreddy Vulto2010-10-051-1/+1
* More known hosts IPv6 completion fixes, thanks to Yoshinori KUNIGA.Ville Skyttä2010-10-041-8/+8
* Fixes to completions for filenames containing tabs (RedHat: #629518).Ville Skyttä2010-10-041-4/+4
* Use awk sub instead of gsub where appropriate.Ville Skyttä2010-09-281-1/+1
* Fix known hosts completion for IPv6 addresses whose last 16 bits are digits (...Ville Skyttä2010-09-281-2/+1
* Simplify filename completions per new _filedir(_xspec) uppercasing behavior.Ville Skyttä2010-09-191-17/+17
* Match uppercased versions of _filedir and _filedir_xspec arguments too.Ville Skyttä2010-09-191-3/+18
* Avoid stderr output from compopt when invoking _filedir directly.Ville Skyttä2010-09-191-1/+1
* Combine identical xdvi and kdvi completions.Ville Skyttä2010-09-181-2/+1
* Drop bad kompare filename completion (Alioth: #312708).Ville Skyttä2010-09-131-1/+0
* symlinks are automatically dereferenced for -f test, so don't use -h testGuillaume Rousse2010-09-121-2/+2
* Add *.part to mplayer and xine-based player completions (Alioth: #312657).Ville Skyttä2010-08-201-1/+1
* Fix _filedir to redirect only stderrFreddy Vulto2010-08-201-1/+1
* Fix _filedir error message on bash-3Freddy Vulto2010-08-181-1/+2
* don't source Makefiles when run from test suiteGuillaume Rousse2010-08-161-2/+2
* Trivial cleanups.Ville Skyttä2010-07-011-2/+2
* Speed up `compopt' availability detection.Freddy Vulto2010-06-301-1/+1
* Fix tilde (~) completion with _filedirFreddy Vulto2010-06-301-2/+21
* Add sqlite3 option completions, include *.db in filename ones (Alioth: 312605).Ville Skyttä2010-06-291-1/+0