summaryrefslogtreecommitdiff
path: root/bash_completion
Commit message (Expand)AuthorAgeFilesLines
* Release 1.99 -- hopefully the last 2.0 preview1.99David Paleino2012-01-081-1/+1
* Some trivial nounset error fixes.Ville Skyttä2012-01-011-10/+13
* _filedir, _tilde: Ignore compopt stderr for direct invocations in unit tests.Ville Skyttä2012-01-011-2/+4
* cleanups: Drop some no longer needed stderr redirections.Ville Skyttä2011-12-261-2/+2
* Fix BASH_COMPLETION_COMPAT_DIR comment.Ville Skyttä2011-12-261-1/+1
* xv: Add *.eps and *.ps to filename completions (Alioth: #313477).Florian Hubold2011-12-171-1/+2
* _parse_help, _parse_usage: More command arg sanitization.Ville Skyttä2011-12-141-4/+10
* quote: Preserve leading, trailing, and consecutive whitespace.Ville Skyttä2011-12-121-1/+2
* _ip_addresses: Make it locale agnostic.Raphaël Droz2011-12-111-1/+1
* _known_hosts_real: Support > 1 files per *KnownHostsFile line (Debian: #650514).Ville Skyttä2011-12-051-7/+14
* _modules: Follow symlinks in /lib/modules/$(uname -r) (Alioth: #313461)Igor Murzov2011-12-041-1/+1
* _known_hosts_real: Include hosts reported by ruptime (Alioth: #313308).Ville Skyttä2011-12-031-0/+4
* _variables: New function split from _init_completion.Ville Skyttä2011-11-261-6/+15
* dequote: Use printf instead of echo (Alioth: #312163).Ville Skyttä2011-11-261-1/+1
* vi and friends: Fix /etc/ld.so.conf.d/* completion (Alioth: #312409).Ville Skyttä2011-11-251-1/+1
* _parse_help, _parse_usage: If first arg is "-", read from stdin.Ville Skyttä2011-11-251-4/+6
* Cleanups: Make code more compact.Igor Murzov2011-11-201-2/+2
* _command_offset: Add missing quotes.Igor Murzov2011-11-201-1/+1
* wine: Complete all files after an .exe (Alioth #313131)Igor Murzov2011-11-171-1/+0
* __get_cword_at_cursor_by_ref: Drop unnecessary quotes.Igor Murzov2011-11-171-4/+4
* __get_cword_at_cursor_by_ref: Add missing quotes.Igor Murzov2011-11-161-1/+1
* __get_cword_at_cursor_by_ref: Drop unused cur2 variable.Igor Murzov2011-11-161-1/+1
* _command_offset: Do not assume that first word is unique in completion line.Igor Murzov2011-11-151-9/+9
* _command_offset: Simplify dynamic loading of completions we don't have yet.Ville Skyttä2011-11-141-17/+12
* Cleanups: Use [[ instead of [.Ville Skyttä2011-11-091-38/+36
* Cleanups: use usual globs instead of substring matches or substitutions.Ville Skyttä2011-11-091-10/+7
* _npus: Split out of lrzip for general use.Ville Skyttä2011-11-091-0/+8
* _services: Split xinetd service completion into _xinetd_services.Ville Skyttä2011-11-091-9/+16
* Merge completions/service into the bash_completion script.Igor Murzov2011-11-091-5/+31
* Add and use _sysvdirs() function that sets correct SysV init directory.Igor Murzov2011-11-091-6/+17
* Revert "Another stab at making service completion work on Slackware."Igor Murzov2011-11-091-8/+4
* _cd: Don't try to complete variables (and fail), _init_completion already does.Ville Skyttä2011-11-061-5/+0
* Another stab at making service completion work on Slackware.Ville Skyttä2011-11-061-4/+8
* Revert "service, _services: Make these work on Slackware GNU/Linux."Ville Skyttä2011-11-061-16/+2
* service, _services: Make these work on Slackware GNU/Linux.Igor Murzov2011-11-051-2/+16
* _known_hosts_real: Replace "${HOME}" with "~" to make code more compact.Igor Murzov2011-11-051-2/+1
* _known_hosts_real: Add some quotes (Alioth #313158)Igor Murzov2011-11-051-3/+3
* _mac_addresses: Grab addresses from FreeBSD's ifconfig -a output too.Ville Skyttä2011-11-051-2/+4
* _known_hosts_real: Don't offer hostnames containing wildcards.Ville Skyttä2011-11-051-1/+1
* _known_hosts_real: Handle more than two hostnames per known hosts line (Debia...Ville Skyttä2011-11-051-1/+1
* _known_hosts_real: Discard @markers at beginning of line.Ville Skyttä2011-11-051-2/+4
* Unset _blacklist_glob when it's no longer needed.Ville Skyttä2011-11-041-1/+1
* Change version to 1.90David Paleino2011-11-031-1/+1
* Move Emacs indentation settings from every file to .dir-locals.el.Ville Skyttä2011-11-011-6/+1
* unzip, jar: Complete on *.sar (JBoss service archive).Ville Skyttä2011-11-011-1/+1
* kill, killall: Add some option and argument completions, simplify _signals.Ville Skyttä2011-10-261-12/+4
* _command_offset: Fall back to _minimal instead of _filedir for oddball cases.Ville Skyttä2011-10-261-1/+1
* _command_offset: Load undefined completions on demand.Ville Skyttä2011-10-261-6/+21
* _command_offset: Drop unused variables, define some others only when needed.Ville Skyttä2011-10-261-8/+5
* _init_completion: Improve variable name completion.dynamic-loadingVille Skyttä2011-10-251-2/+4