summaryrefslogtreecommitdiff
path: root/bash_completion
Commit message (Expand)AuthorAgeFilesLines
* Get rid of BASH_COMPLETION_DIR and BASH_COMPLETION_HELPERS_DIRDavid Paleino2011-05-021-8/+6
* Layout change: everything is now in /usr/share/bash-completion/, rather than ...David Paleino2011-05-021-3/+4
* _init_completion: Doc update.Ville Skyttä2011-05-021-2/+1
* _init_completion: Indicate that completion should not continue if cword == 0.Ville Skyttä2011-05-021-1/+3
* _parse_usage, _parse_help: Add _parse_usage, expand [no-] and [dont-?] as wel...Ville Skyttä2011-05-021-21/+62
* Include trailing equals sign in options that take arguments that way.Ville Skyttä2011-05-021-3/+6
* _parse_help: Fix handling of commands with paths.Ville Skyttä2011-05-021-1/+1
* _init_completion: Add -s for splitting long options, use it in completions.Ville Skyttä2011-05-021-8/+10
* _init_completion: Fix out of bounds access to words when cword is 0.Igor Murzov2011-05-011-1/+1
* Comment fixes.Ville Skyttä2011-05-011-2/+2
* _parse_help: Implement in bash instead of awk.Ville Skyttä2011-05-011-25/+26
* _filedir*: Add link to bash-bug discussion about complete -X case sensitivity.Ville Skyttä2011-05-011-0/+2
* Add lbzip2, lbunzip2, and lbzcat completions, using corresponding bzip2 ones.Ville Skyttä2011-04-291-1/+1
* _parse_help: Don't treat tokens with more than two leading dashes as options.Ville Skyttä2011-04-291-0/+1
* _parse_help: Expand --[no]foo to --foo and --nofoo.Ville Skyttä2011-04-291-2/+12
* _parse_help: Fix --foo={bar,quux} handling.Ville Skyttä2011-04-281-1/+1
* _parse_help: Make work with pipe separated options.Ville Skyttä2011-04-271-1/+1
* _parse_help: Fix handling of tildes and escaped chars in command.Ville Skyttä2011-04-271-1/+2
* _parse_help: Re-fix --foo[=bar] handling.Ville Skyttä2011-04-271-2/+2
* _parse_help: Change to output first long option, or first short if not found.Ville Skyttä2011-04-271-2/+14
* Add _terms() and screen -T completion.Ville Skyttä2011-04-251-0/+10
* Remove stale comment.Ville Skyttä2011-04-251-2/+0
* Simplify $UNAME checks.Ville Skyttä2011-04-251-3/+3
* Fix --foo[=bar] parsing in _parse_help().Ville Skyttä2011-04-251-1/+1
* Remove = from COMP_WORDBREAKS when using _split_longopt().Ville Skyttä2011-04-251-0/+2
* Try to figure out file/dir argument types from --foo=BAR in _longopt().Ville Skyttä2011-04-241-0/+15
* Turn on -o filenames in _tilde() only when it produces completions.Ville Skyttä2011-04-241-1/+1
* Code cleanups.Ville Skyttä2011-04-241-14/+21
* Turn off default compopt when completing dirs in _longopt().Ville Skyttä2011-04-241-0/+2
* Drop no longer needed _compopt_o_filenames().Ville Skyttä2011-04-211-19/+6
* Drop support for bash < 4.1, clean up no longer needed low hanging cruft.Ville Skyttä2011-04-211-48/+11
* Use _init_completion() in bash_completion.Ville Skyttä2011-04-201-17/+17
* Add _init_completion() for common completion initialization and generic redir...Ville Skyttä2011-04-201-0/+75
* Add *.dbj to (la)tex filename completions (RedHat: #678122).Ted Pavlic2011-04-151-1/+1
* Fix __get_cword_at_cursor_by_ref: check for $index when completing with a cwo...David Paleino2011-04-121-0/+6
* Try both full path and basename completions for sudo etc (Alioth: #313065).Ville Skyttä2011-04-121-6/+11
* Use += to append to arrays and strings.Ville Skyttä2011-04-061-34/+30
* Try /usr/sbin before /sbin in have().Ville Skyttä2011-04-051-1/+1
* Add $_backup_glob for matching various backup files and reuse it.Ville Skyttä2011-04-011-5/+8
* Complete oo{writer,impress,calc,draw} on LibreOffice FlatXML extensions (RedH...Matej Cepl2011-03-311-4/+4
* Trivial code cleanup.Ville Skyttä2011-03-291-3/+2
* Fix __reassemble_comp_words_by_ref() unquoted pattern removalFreddy Vulto2011-03-271-4/+4
* Improve __reassemble_comp_words_by_ref() (Alioth #313057)Freddy Vulto2011-03-241-7/+21
* If _filedir 'ext' returns nothing, just fallback to generic file completion. ...David Paleino2011-03-201-0/+6
* Bump version to 1.99.Ville Skyttä2011-02-101-1/+1
* Fix release number1.3David Paleino2011-02-061-1/+1
* Merge branch 'master' into 1.xDavid Paleino2011-02-061-28/+15
|\
| * Truncate _parse_help() output options on <.Ville Skyttä2011-02-061-1/+1
| * Add kid3 filename completion.Ville Skyttä2011-02-061-0/+1
| * Clean up some redundant code.Ville Skyttä2011-02-051-27/+13