summaryrefslogtreecommitdiff
path: root/bash_completion
Commit message (Expand)AuthorAgeFilesLines
* lyx: Remove simple completion, upstream has more complete one (Debian: #662203)Ville Skyttä2012-03-111-1/+0
* su: Add linux-specific completionIgor Murzov2012-02-171-1/+1
* _filedir: Properly quote paths to avoid unexpected expansion.Igor Murzov2012-01-201-16/+14
* Workaround bash bug that fails to complete <, >guns2012-01-181-0/+4
* _modules: Ignore error messages.Igor Murzov2012-01-131-1/+1
* Revert "Fix completion loading when a symlink is sourced, thanks to Jonathan ...David Paleino2012-01-111-4/+2
* Fix completion loading when a symlink is sourced, thanks to Jonathan NiederDavid Paleino2012-01-111-2/+4
* _command_offset: Properly quote arguments of eval (Alioth: #313499).Igor Murzov2012-01-101-1/+1
* Merge remote-tracking branch 'origin/sudo'Igor Murzov2012-01-091-1/+1
|\
| * sudo: Handle options (Alioth: #311414).Igor Murzov2011-12-201-1/+1
* | Release 1.99 -- hopefully the last 2.0 previewDavid 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