summaryrefslogtreecommitdiff
path: root/bash_completion
Commit message (Expand)AuthorAgeFilesLines
* Add and use _sysvdirs() function that sets correct SysV init directory.serviceIgor Murzov2011-11-071-0/+11
* /etc/rc.d and /etc/init.d are both used as init directories by different dist...Igor Murzov2011-11-071-1/+1
* service, _services: Move _services() to completions/service.Igor Murzov2011-11-071-28/+4
* _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
* _longopt: Don't use -o default with it to make splitting work as intended.Ville Skyttä2011-07-211-4/+1
* Revert "Revert "host, nslookup: Remove completions for bind utils from bash_c...David Paleino2011-07-181-2/+1
* Revert "host, nslookup: Remove completions for bind utils from bash_completion."David Paleino2011-07-181-1/+2
* host, nslookup: Remove completions for bind utils from bash_completion.Igor Murzov2011-07-181-2/+1
* curl: New non-generic completion.Ville Skyttä2011-07-121-1/+1
* _parse_help: Treat " or " as a separator when parsing options.Ville Skyttä2011-07-101-1/+1
* sum: New (generic long option) completion (RedHat: #717341).Ville Skyttä2011-06-291-1/+1
* make completions that use _command also work with file namesIgor Murzov2011-06-261-1/+2
* _services: Include systemd services.Ville Skyttä2011-06-181-0/+3
* _services: Avoid bogus completions when init or xinetd dirs exist but are empty.Ville Skyttä2011-06-181-0/+5
* __parse_options: Remove trailing [().]* from completions.Ville Skyttä2011-06-181-2/+2
* Implemented a blacklist for unwanted third-parties completionsDavid Paleino2011-06-141-2/+6
* evince: Split into separate file, add option completions.Ville Skyttä2011-06-091-1/+0
* Rewrite 'pdf|fdf' as '[pf]df' in evince and okular glob patterns.Igor Murzov2011-06-081-2/+2