summaryrefslogtreecommitdiff
path: root/bash_completion
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use full path in the _completion_loader() function.Igor Murzov2011-10-241-6/+1
* _completion_loader: Use _minimal instead of _longopt as fallback.Ville Skyttä2011-10-231-1/+10
* _completion_loader: Use _longopt as the fallback.Ville Skyttä2011-10-231-2/+2
* _init_completion: Complete variable names.Ville Skyttä2011-10-231-5/+11
* Make _userland easier to use.Ville Skyttä2011-10-161-6/+5
* Fall back to generic completion for commands we don't have anything for.Ville Skyttä2011-10-151-1/+4
* Get rid of remaining $UNAME and $USERLAND uses.Ville Skyttä2011-10-131-15/+14
* Add _xfunc for loading and calling functions on demand, use it in apt-get, cv...Ville Skyttä2011-10-131-0/+17
* Fix loading completions when bash_completion was sourced without a path.Ville Skyttä2011-10-131-1/+2
* Replace $UNAME with $OSTYPE in trivial cases.Ville Skyttä2011-10-121-3/+3
* Load completions in separate files dynamically, get rid of have().Ville Skyttä2011-10-121-20/+34
* _command_offset: Restore compopts used by called command.Igor Murzov2011-09-301-13/+12
* ping, tracepath: Split to iputils, add option completions.Ville Skyttä2011-09-281-2/+2
* _known_hosts: Signal end of options to _known_hosts_real.Ville Skyttä2011-09-281-1/+1
* Make _filedir's "fallback to everything" behavior optional, and off by default.Ville Skyttä2011-09-191-2/+3
* gprof: New non-generic completion.Ville Skyttä2011-08-201-1/+1
* _longopt: Don't offer completions after --help, --usage, or --version.Ville Skyttä2011-07-221-0/+3
* base64: New _longopt completion.Ville Skyttä2011-07-211-1/+1