about summary refs log tree commit diff
path: root/Completion/Unix/Command
Commit message (Collapse)AuthorAgeFilesLines
* 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-2411-80/+62
| | | | 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-122-3/+3
|
* unposted: fix case statement fall-through for ansible-galaxy role completionOliver Kiddle2021-11-121-1/+1
|
* 49519: quote completed options as needed and remove the now superfluous ↵Oliver Kiddle2021-10-265-6/+6
| | | | quotes from option specifications
* 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
|
* Add support for multi-project builds to _gradleMarlon Richert2021-09-281-8/+30
|
* 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-2935-157/+344
|
* 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-294-13/+13
|
* 49315: list units in brackets at the end of group descriptionsOliver Kiddle2021-08-296-27/+21
|
* 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
|
* 49268: use an empty string search to find matches for info --index-search= ↵Oliver Kiddle2021-08-161-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.
* 49160: fix quoting for xmllint --pretty completionOliver Kiddle2021-08-161-1/+1
|
* 49158: remove superfluous function definitionsOliver Kiddle2021-07-112-38/+30
|
* 49157: fix uses of literal % characters in completion descriptionsOliver Kiddle2021-07-103-4/+4
|
* 49156: make wider use of the convention of square brackets for defaultsOliver Kiddle2021-07-1015-33/+32
|
* 49151: remove commas erroneously included in _arguments exclusion listsOliver Kiddle2021-07-093-7/+7
|
* 49150: consistently use singular form for headings on completion match groupsOliver Kiddle2021-07-0946-152/+152
|
* 49149: add specific values in completion after ssh-keygen -b depending on ↵Oliver Kiddle2021-07-091-3/+8
| | | | the key type
* 49153: cut off .lua extension from module files that occurs when using lmod ↵Max Voit2021-07-081-1/+1
| | | | for module
* 48920: _pgrep: Address issues related to -f completiondana2021-06-141-2/+5
|
* 48920: _pgrep: Clarify -x descriptiondana2021-06-141-1/+1
|
* 48952: expand octal codes for record separators in perl completionOliver Kiddle2021-06-031-39/+60
|
* 48938: remove vim fold and option markers in completionsOliver Kiddle2021-06-032-34/+31
|
* 48939: update completion of options for rsync 3.2.3Oliver Kiddle2021-06-031-15/+38
|
* 48897: completion updates for DragonFly 6.0 and OpenBSD 6.9Oliver Kiddle2021-05-228-13/+29
|
* 48891: Fix pgrep/pkill -f completionMarlon Richert2021-05-211-2/+9
| | | | Old completion produced false positives & took too much screen space.
* users/26649: add zstyle for rake targets without descriptionJörg Sommer2021-05-171-1/+3
| | | | | | | `rake -T` shows only these targets having a description. But it might be useful to see all. Allow this with the zsytle setting: zstyle :completion::complete:rake:argument-rest:targets extended true
* 48783: update ansible completion to 2.10.8Oliver Kiddle2021-05-161-13/+25
|
* 48623: update options in openssh completion to version 8.6Oliver Kiddle2021-05-161-40/+66
|
* _timeout: Fix wrong syntaxMikael Magnusson2021-05-161-1/+1
|
* 48702: _pandoc: don't use cache, multiple extensions of format, etc.Jun-ichi Takimoto2021-04-281-261/+114
|
* github/zsh-completions #792: added completions for opus-tools (opusenc, ↵André Kugland2021-04-191-0/+71
| | | | opusdec & opusinfo)
* 48619: complete inventory plugins in assignments to ANSIBLE_INVENTORY_ENABLEDOliver Kiddle2021-04-191-7/+7
|
* 48618: update completions for FreeBSD 13Oliver Kiddle2021-04-196-33/+89
|
* 48466: correct indentation and remove tabs and trailing spacesMarc Chantreux2021-04-111-29/+29
|
* 48445: pluralize tags in _surfrawMarc Chantreux2021-04-111-8/+8
|
* 48338: _git: Support case-insensitive path matchingdana2021-04-101-3/+8
|
* 48437: fix pid completion when cursor is in the middle of the lineOliver Kiddle2021-04-091-2/+2
|
* 48416: update _gcore for macOS and GNUJun-ichi Takimoto2021-04-081-3/+13
|