about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* Update .distfiles for _dockerBarton E. Schaefer2014-08-201-0/+1
|
* 33032: new completion for dockerLokesh Mandvekar2014-08-201-0/+410
|
* 32998: completion function updatesOliver Kiddle2014-08-145-37/+132
|
* 32997: new utility function for separated listsOliver Kiddle2014-08-145-19/+46
|
* 32925: complete process groups, partly as a way to suppress insertion of ↵Oliver Kiddle2014-08-131-1/+5
| | | | ambiguous PID prefix
* 32893: move use of _call_program inside the _tags loop to allow processes to ↵Oliver Kiddle2014-08-131-19/+24
| | | | be separated
* unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release zsh-5.0.5-dev-1Peter Stephenson2014-08-103-0/+4
|
* Rename _SuSEconfig to _SUSEconfigPeter Stephenson2014-08-062-1/+1
|
* 32593: update --vga option in _qemuBarton E. Schaefer2014-07-281-1/+1
|
* 32911: Expand bpython completion to bpython2 and bpython3Axel Beckert2014-07-261-4/+4
|
* 32816: Add completion for bpython and variantsSebastian Ramacher2014-07-261-0/+46
|
* 32817: Add completion for moosicOmari Norman2014-07-261-0/+487
|
* users/18981: improved tmux function completionKeerthan jai.c2014-07-231-2/+3
|
* Resolve conflict with origin/masterBarton E. Schaefer2014-07-231-1/+1
|
* 32849: new completion for Linux ss (netstat alternative)Oliver Kiddle2014-07-172-0/+99
|
* 32848: fix words array before using _normal for script argumentsOliver Kiddle2014-07-173-65/+114
|
* 32863: completion for mpc insert commandKoen Wilde2014-07-151-1/+2
|
* 32814: Add some more recent dpkg optionsSebastian Ramacher2014-07-041-0/+12
| | | | | | | | Expands dpkg completion by adding the --add-architecture, --remove-architecture, and --print-foreign-architectures options. Initially submitted to Debian at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681518#13
* 32815: aptitude completion missing resolver optionsDaniel Bolton2014-07-041-0/+2
| | | | | | Expand aptitude completion by two boolean options Initially submitted to Debian at https://bugs.debian.org/702760
* 32818: gzip completion: --rsyncable option is missingVincent Lefevre2014-07-041-0/+1
| | | | | | | | Debian's gzip version has a --rsyncable option (see "gzip --help" output, the man page not being currently up to date). It should be supported by "/usr/share/zsh/functions/Completion/Unix/_gzip". Initially submitted to Debian at https://bugs.debian.org/702000
* 32819: Update for axi-cache completionFelipe Sateler2014-07-041-2/+6
| | | | | | | Add some subcommands and to disable file name completion for the subcommands info and help. Initially submitted to Debian at https://bugs.debian.org/729921
* 32821: Update _gcc as of GCC 4.8.3 for generic options and x86Mikael Magnusson2014-07-031-110/+754
|
* 32833: complete Python and Ruby arguments as for PerlJun T2014-07-032-13/+34
|
* 32823: complete file instead of Perl script after -Jun T2014-06-301-1/+13
|
* 19939: hg committable filesAndrew Magee2014-06-061-1/+11
|
* 32694: the number of matches to find is the suffix argument of (Y) qualifierDaniel Shahaf2014-06-031-0/+1
|
* 32653: complete files with the ".phar" extension as well as ".php"Barton E. Schaefer2014-06-011-1/+4
| | | | Also respect the suffixes zstyle to change the extensions
* users/18860: man -M overrides manpathPeter Stephenson2014-05-291-1/+1
|
* 32562: updates for bzr completionSebastien Alaiwan2014-04-231-2/+10
|
* 32546: better handling of ignored files with _path_files -W prefixesJun T2014-04-151-2/+3
|
* 32533: add completion for "apt-mark"Sebastian Ramacher2014-04-061-1/+32
|
* 32532: completion for "apt" commandAlessandro Ghedini2014-04-061-1/+34
|
* complete zfs ... -o multiple timesllua2014-04-061-3/+3
|
* 32528: vcs_info: Add check-for-staged-changesDaniel Shahaf2014-04-051-0/+2
|
* 32505: improved Solaris compatibility for pgrep completionDanek Duvall2014-03-281-4/+47
|
* m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixesm0viefreak2014-03-231-2/+2
| | | | | | | | Src/Zle/compresult.c, Src/Zle/zle_misc.c, Src/Zle/zle_refresh.c: fix auto-removable suffix highlighting Completion/Unix/Command/_git: fix compadd for auto-removable suffix in _git_commit_ranges and _git_stash
* 32502: fix typo in argument list for git completioTakeshi Banse2014-03-211-1/+1
|
* unposted: in Perforce path completion complete depots after //Peter Stephenson2014-03-201-2/+4
|
* Fix zypper commands completion [zypper <TAB>].Mariusz Fik2014-03-161-1/+4
| | | | Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
* 32471: tidy up pgrep completionKosuke Asami2014-03-131-23/+19
|
* 32471: handle BSD process management in pgrep completionKosuke Asami2014-03-131-6/+48
|
* 32472: new pgrep completion optionsKosuke Asami2014-03-131-2/+34
|
* 32441: add completer for file extensionsOliver Kiddle2014-03-031-0/+33
|
* 32439: add new show-ambiguity styleOliver Kiddle2014-03-031-0/+8
|
* 32412 / 32415: New giga- and terabyte units for glob qualifiersManuel Presnitz2014-03-011-3/+3
|
* Fix merge conflictPeter Stephenson2014-02-285-20/+24
|\
| * 32435: improved quoting for ignore-line completion styleJun T2014-02-262-14/+12
| |
| * unposted: duplicate local statement was printing variable valueOliver Kiddle2014-02-251-1/+1
| |
| * users/18498: observe add-space style in _expand_alias so suffix can be disabledOliver Kiddle2014-02-251-2/+3
| |
| * users/18485: add .. as an auto-removable suffix in git revision rangesOliver Kiddle2014-02-251-3/+8
| |