about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* gitlab !17: Add missing options for quilt setup commandAndreas Schneider2022-01-231-0/+2
|
* 49664: Use associative array for third-party completionAaron Schrab2021-12-291-4/+4
|
* 49668: update zfs completionOliver Kiddle2021-12-294-893/+1359
|
* 49655 based on 34928 (Daniel Hahler): new pip completionOliver Kiddle2021-12-211-0/+213
|
* 49648 based on github #80 (Vincent Bernat): invert before/since for date ↵Oliver Kiddle2021-12-162-7/+5
| | | | glob qualifiers completion
* 49645: when completing for the path_dirs option, add a / suffix and follow ↵Oliver Kiddle2021-12-131-6/+7
| | | | symlinks
* 49643: facilitate use of the fake style by always calling _description with ↵Oliver Kiddle2021-12-131-4/+8
| | | | | | the executables tag for command names Also allow the command-path style to include relative directories.
* 49633: update options for git 2.34Oliver Kiddle2021-12-071-124/+238
|
* 49630: allow zsh to quote matches from bash completions but include a ↵Oliver Kiddle2021-12-021-2/+3
| | | | special case for space suffixes
* 49631: new logger completionOliver Kiddle2021-12-021-0/+80
|
* 49629: new Linux perf completionOliver Kiddle2021-12-021-0/+809
|
* github #83: _git-push, _git-send-pack: Make --push-option repeatable.Paul Seyfert2021-11-261-2/+2
|
* 49449: _zstat: Don't offer -o after -s, since -s is ignored when both -s and ↵Daniel Shahaf2021-11-261-1/+1
| | | | -o are specified.
* 49597: add a helper for completing numbers with unit suffixes and separate ↵Oliver Kiddle2021-11-2416-88/+165
| | | | out defaults, ranges and units in completion descriptions
* 49594: adapt to changes in 49499 to ensure file modes starting with dash ↵Oliver Kiddle2021-11-191-1/+4
| | | | aren't taken to be flags
* 49584: allow for build options in gem install completionOliver Kiddle2021-11-191-0/+5
|
* github #82: Fix typosDimitris Apostolou2021-11-129-10/+10
|
* 49572: Let _expand preserve array form w/out zstyle globMarlon Richert2021-11-121-1/+1
|
* unposted: fix case statement fall-through for ansible-galaxy role completionOliver Kiddle2021-11-121-1/+1
|
* 49564: always use descriptions included in the file-patterns style and allow ↵Oliver Kiddle2021-11-121-19/+26
| | | | the recursive-files style to also work in those cases
* 49561: add zformat -F option, similar to -f but ternary expressions check ↵Oliver Kiddle2021-11-122-2/+2
| | | | for existence instead of doing math evaluation
* users/27302: _remote_files respects setting of AUTO_REMOVE_SLASH optionBart Schaefer2021-10-311-1/+4
|
* 49528: allow multiple -D options to compaddOliver Kiddle2021-10-302-3/+2
|
* 49529: Add rogue and descriptions to _rcctl lsMatthew Martin2021-10-271-2/+11
|
* 49431 (tweaked, c.f. Bart: 49434): Faster ~/.ssh/config processingPeter Palfrader2021-10-261-4/+5
| | | | | | When iterating over the ssh config file, iterate over the array linearly instead of always processing the first and then removing it from the list. This speeds up processing significantly.
* 49519: quote completed options as needed and remove the now superfluous ↵Oliver Kiddle2021-10-268-13/+13
| | | | quotes from option specifications
* 49493: fix '_arguments --' to correctly recognize optional argumentJun-ichi Takimoto2021-10-241-2/+2
|
* 49500: new lsns completionOliver Kiddle2021-10-231-0/+18
|
* github #79 (tweaked): _ssh: update options in apple's version of ssh-addXavier Hsinyuan2021-10-161-3/+13
|
* 49441: _timeout: Add OpenBSDMatthew Martin2021-10-131-2/+2
|
* 49464: _basenc: new completionJun-ichi Takimoto2021-10-111-0/+30
|
* 49444: libarchive tar can actually extract much more formatsAlex Xu (Hello71)2021-09-281-1/+1
|
* Add support for multi-project builds to _gradleMarlon Richert2021-09-281-8/+30
|
* 49454: open dump file once only instead of reopening it for appendsOliver Kiddle2021-09-281-28/+30
|
* 49389: leading variables in autoload file completionBart Schaefer2021-09-081-2/+2
|
* 48969: fix for "zle -N" completionMarlon Richert2021-09-061-4/+4
|
* 48832: try _gnu_generic firstBart Schaefer2021-09-061-1/+1
|
* 49343: Fix file name completion of GNU digest utilitiesShohei YOSHIDA2021-09-041-1/+4
|
* 49345: fix git file completion for paths starting with ../Oliver Kiddle2021-09-041-4/+4
|
* 49327: complete for new git maintenance, for-each-repo, sparse-checkout and ↵Oliver Kiddle2021-08-291-2/+106
| | | | bugreport commands
* 49319: completion options updateOliver Kiddle2021-08-2949-209/+464
|
* 49317: cleanup inappropriate use of {...} specs with _arguments or _alternativeOliver Kiddle2021-08-294-30/+30
|
* 49316: add (-.) glob qualifier to globs where only files are applicableOliver Kiddle2021-08-295-17/+15
|
* 49315: list units in brackets at the end of group descriptionsOliver Kiddle2021-08-2910-32/+26
|
* 49272: Set $COLUMNS in _call_program to ensure cached command output is ↵Marlon Richert2021-08-271-0/+1
| | | | sufficiently wide
* unposted (based on Marlon: 49273): add -x to local completionOliver Kiddle2021-08-271-2/+2
|
* 49309: update the strace completion through strace 5.13Oliver Kiddle2021-08-271-43/+79
|
* 49306: fix file completion for the second parameter to losetupOliver Kiddle2021-08-271-2/+3
|
* 49234: add missing options in python completionŠtěpán Němec2021-08-271-2/+5
|
* github #78: Fix completions in _pandocDCsunset2021-08-241-3/+3
|