summaryrefslogtreecommitdiff
path: root/bash_completion
Commit message (Expand)AuthorAgeFilesLines
* _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
* Simplify epdfview glob pattern.Ville Skyttä2011-06-071-1/+1
* Add epdfview completionDavid Paleino2011-06-071-0/+1
* _shells: Rewrite in plain bash instead of using grep.Ville Skyttä2011-06-041-3/+4
* Get rid of bash_completion self-parsing from _filedir_xspec (RedHat: #479936).Ville Skyttä2011-06-041-92/+68
* Rename _ssh_bindaddress to global _ip_addresses for reuse in other completions.Ville Skyttä2011-06-021-0/+11
* Improve _get_comp_words_by_ref()Freddy Vulto2011-05-201-18/+9
* Improve _get_comp_words_by_ref()Freddy Vulto2011-05-191-24/+26
* Fix error "bad array subscript"Freddy Vulto2011-05-191-1/+1
* Clean up unneeded semicolons.Ville Skyttä2011-05-111-5/+5
* _parse_help: Pick long options also from "-f FOO, --foo=FOO".Ville Skyttä2011-05-111-0/+5
* Fix FSF address in copyright notice.Ville Skyttä2011-05-111-1/+1
* _longopt: Use \{0,1\} instead of \? for sed (basic regex) portability.Ville Skyttä2011-05-081-3/+3
* modplug*: Add more extensions for files supported by libmodplug.Ville Skyttä2011-05-081-1/+1
* _parse_usage: Deal with whitespace in brackets.Ville Skyttä2011-05-051-1/+1
* _parse_help: Use -r to "read" to avoid backslash issues.Ville Skyttä2011-05-041-1/+1
* __parse_options: Return 0 to avoid false negatives from _parse_* test cases.Ville Skyttä2011-05-031-1/+1
* Get rid of $BASH_COMPLETION as wellDavid Paleino2011-05-021-10/+9