summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2021-12-1649648 based on github #80 (Vincent Bernat): invert before/since for date ↵Oliver Kiddle2-7/+5
glob qualifiers completion
2021-12-1349645: when completing for the path_dirs option, add a / suffix and follow ↵Oliver Kiddle1-6/+7
symlinks
2021-12-1349643: facilitate use of the fake style by always calling _description with ↵Oliver Kiddle1-4/+8
the executables tag for command names Also allow the command-path style to include relative directories.
2021-12-0749633: update options for git 2.34Oliver Kiddle1-124/+238
2021-12-0249630: allow zsh to quote matches from bash completions but include a ↵Oliver Kiddle1-2/+3
special case for space suffixes
2021-12-0249631: new logger completionOliver Kiddle1-0/+80
2021-12-0249629: new Linux perf completionOliver Kiddle1-0/+809
2021-11-26github #83: _git-push, _git-send-pack: Make --push-option repeatable.Paul Seyfert1-2/+2
2021-11-2649449: _zstat: Don't offer -o after -s, since -s is ignored when both -s and ↵Daniel Shahaf1-1/+1
-o are specified.
2021-11-2449597: add a helper for completing numbers with unit suffixes and separate ↵Oliver Kiddle16-88/+165
out defaults, ranges and units in completion descriptions
2021-11-1949594: adapt to changes in 49499 to ensure file modes starting with dash ↵Oliver Kiddle1-1/+4
aren't taken to be flags
2021-11-1949584: allow for build options in gem install completionOliver Kiddle1-0/+5
2021-11-12github #82: Fix typosDimitris Apostolou9-10/+10
2021-11-1249572: Let _expand preserve array form w/out zstyle globMarlon Richert1-1/+1
2021-11-12unposted: fix case statement fall-through for ansible-galaxy role completionOliver Kiddle1-1/+1
2021-11-1249564: always use descriptions included in the file-patterns style and allow ↵Oliver Kiddle1-19/+26
the recursive-files style to also work in those cases
2021-11-1249561: add zformat -F option, similar to -f but ternary expressions check ↵Oliver Kiddle2-2/+2
for existence instead of doing math evaluation
2021-10-31users/27302: _remote_files respects setting of AUTO_REMOVE_SLASH optionBart Schaefer1-1/+4
2021-10-3049528: allow multiple -D options to compaddOliver Kiddle2-3/+2
2021-10-2749529: Add rogue and descriptions to _rcctl lsMatthew Martin1-2/+11
2021-10-2649431 (tweaked, c.f. Bart: 49434): Faster ~/.ssh/config processingPeter Palfrader1-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.
2021-10-2649519: quote completed options as needed and remove the now superfluous ↵Oliver Kiddle8-13/+13
quotes from option specifications
2021-10-2449493: fix '_arguments --' to correctly recognize optional argumentJun-ichi Takimoto1-2/+2
2021-10-2349500: new lsns completionOliver Kiddle1-0/+18
2021-10-16github #79 (tweaked): _ssh: update options in apple's version of ssh-addXavier Hsinyuan1-3/+13
2021-10-1349441: _timeout: Add OpenBSDMatthew Martin1-2/+2
2021-10-1149464: _basenc: new completionJun-ichi Takimoto1-0/+30
2021-09-2849444: libarchive tar can actually extract much more formatsAlex Xu (Hello71)1-1/+1
2021-09-28Add support for multi-project builds to _gradleMarlon Richert1-8/+30
2021-09-2849454: open dump file once only instead of reopening it for appendsOliver Kiddle1-28/+30
2021-09-0849389: leading variables in autoload file completionBart Schaefer1-2/+2
2021-09-0648969: fix for "zle -N" completionMarlon Richert1-4/+4
2021-09-0648832: try _gnu_generic firstBart Schaefer1-1/+1
2021-09-0449343: Fix file name completion of GNU digest utilitiesShohei YOSHIDA1-1/+4
2021-09-0449345: fix git file completion for paths starting with ../Oliver Kiddle1-4/+4
2021-08-2949327: complete for new git maintenance, for-each-repo, sparse-checkout and ↵Oliver Kiddle1-2/+106
bugreport commands
2021-08-2949319: completion options updateOliver Kiddle49-209/+464
2021-08-2949317: cleanup inappropriate use of {...} specs with _arguments or _alternativeOliver Kiddle4-30/+30
2021-08-2949316: add (-.) glob qualifier to globs where only files are applicableOliver Kiddle5-17/+15
2021-08-2949315: list units in brackets at the end of group descriptionsOliver Kiddle10-32/+26
2021-08-2749272: Set $COLUMNS in _call_program to ensure cached command output is ↵Marlon Richert1-0/+1
sufficiently wide
2021-08-27unposted (based on Marlon: 49273): add -x to local completionOliver Kiddle1-2/+2
2021-08-2749309: update the strace completion through strace 5.13Oliver Kiddle1-43/+79
2021-08-2749306: fix file completion for the second parameter to losetupOliver Kiddle1-2/+3
2021-08-2749234: add missing options in python completionŠtěpán Němec1-2/+5
2021-08-24github #78: Fix completions in _pandocDCsunset1-3/+3
2021-08-1649268: use an empty string search to find matches for info --index-search= ↵Oliver Kiddle1-2/+10
completion Also include info output to the right of " -- " for further info node completion matches and fix quoting of a blank argument to _call_program.
2021-08-1649160: fix quoting for xmllint --pretty completionOliver Kiddle1-1/+1
2021-07-30github #77: Improve subl completions for Sublime Text v4Stavros Ntentos1-0/+2
2021-07-3049211: _typeset: correctly set return valueJun-ichi Takimoto1-14/+15
do not include '-' in onopts so that 'functions -- <TAB>' works.