summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
AgeCommit message (Collapse)AuthorFilesLines
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-1149158: remove superfluous function definitionsOliver Kiddle2-38/+30
2021-07-1049157: fix uses of literal % characters in completion descriptionsOliver Kiddle3-4/+4
2021-07-1049156: make wider use of the convention of square brackets for defaultsOliver Kiddle15-33/+32
2021-07-0949151: remove commas erroneously included in _arguments exclusion listsOliver Kiddle3-7/+7
2021-07-0949150: consistently use singular form for headings on completion match groupsOliver Kiddle46-152/+152
2021-07-0949149: add specific values in completion after ssh-keygen -b depending on ↵Oliver Kiddle1-3/+8
the key type
2021-07-0849153: cut off .lua extension from module files that occurs when using lmod ↵Max Voit1-1/+1
for module
2021-06-1448920: _pgrep: Address issues related to -f completiondana1-2/+5
2021-06-1448920: _pgrep: Clarify -x descriptiondana1-1/+1
2021-06-0348952: expand octal codes for record separators in perl completionOliver Kiddle1-39/+60
2021-06-0348938: remove vim fold and option markers in completionsOliver Kiddle2-34/+31
2021-06-0348939: update completion of options for rsync 3.2.3Oliver Kiddle1-15/+38
2021-05-2248897: completion updates for DragonFly 6.0 and OpenBSD 6.9Oliver Kiddle8-13/+29
2021-05-2148891: Fix pgrep/pkill -f completionMarlon Richert1-2/+9
Old completion produced false positives & took too much screen space.
2021-05-17users/26649: add zstyle for rake targets without descriptionJörg Sommer1-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
2021-05-1648783: update ansible completion to 2.10.8Oliver Kiddle1-13/+25
2021-05-1648623: update options in openssh completion to version 8.6Oliver Kiddle1-40/+66
2021-05-16_timeout: Fix wrong syntaxMikael Magnusson1-1/+1
2021-04-2848702: _pandoc: don't use cache, multiple extensions of format, etc.Jun-ichi Takimoto1-261/+114
2021-04-19github/zsh-completions #792: added completions for opus-tools (opusenc, ↵André Kugland1-0/+71
opusdec & opusinfo)
2021-04-1948619: complete inventory plugins in assignments to ANSIBLE_INVENTORY_ENABLEDOliver Kiddle1-7/+7
2021-04-1948618: update completions for FreeBSD 13Oliver Kiddle6-33/+89
2021-04-1148466: correct indentation and remove tabs and trailing spacesMarc Chantreux1-29/+29
2021-04-1148445: pluralize tags in _surfrawMarc Chantreux1-8/+8
2021-04-1048338: _git: Support case-insensitive path matchingdana1-3/+8
2021-04-0948437: fix pid completion when cursor is in the middle of the lineOliver Kiddle1-2/+2
2021-04-0848416: update _gcore for macOS and GNUJun-ichi Takimoto1-3/+13
2021-04-06users/26579: changes from review including parameter expansion to replace awkMarc Chantreux1-13/+17
2021-04-0448218 (+ 48354): various improvements for _gccJacob Gelbman1-989/+2052
2021-03-31github #74: Drop vcsh completions, maintained upstreamCaleb Maclennan1-89/+0
See discussion on upstream project here: https://github.com/RichiH/vcsh/issues/270
2021-03-3148192: Fix _openstack completion for new style clientsSyphdias1-53/+64
2021-03-31users/26557: add bookmarks support and remove the header from the final list ↵Marc Chantreux1-2/+16
in surfraw completion
2021-03-2948166: add completion for ctags language optionsJacob Gelbman1-197/+244
2021-03-2848231: add missing git --pretty formats and improve descriptionsŠtěpán Němec1-7/+9
2021-02-2448105: Update ctags completion with format fixJacob Gelbman1-193/+186
2021-02-2348096: New ctags completionJacob Gelbman1-0/+204
2021-02-13unposted (Daniel): add exclusion list missed in recent OpenBSD update to ↵Oliver Kiddle1-1/+1
locale completion
2021-02-13github #68: support section suffix completion for man pagestaiyu1-8/+14
Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion
2021-02-0847944: update completions for NetBSD 9Oliver Kiddle1-2/+9
2021-02-0847943: update completions for DragonflyBSD 5.8.3Oliver Kiddle2-2/+6
2021-02-0747932: update completions for procps 3.3.16Oliver Kiddle3-1/+4
2021-02-0747931: update completions for OpenBSD base up to 6.8Oliver Kiddle3-9/+17
2021-02-0747930: update completions for FreeBSD base up to 12.2Oliver Kiddle1-1/+2
2021-02-07github #66: Add more commands to _todo.shDCsunset1-1/+6
2021-02-07github #72: Fix unix command lldb tab-completionSemnodime1-12/+12
The --arguments are space (` `) separated, not equal-sign (`=`) separated. lldb --correct c_arg --wrong=w_arg
2021-02-07gitlab !16: Allow spaces between short options and their parameters in ↵aaaz1-10/+10
_transmission This matches the summary listed in the `transmission-remote` man page and the program's actual behavior.
2021-02-0647919: use common function for completing BSD login classesOliver Kiddle4-11/+30
also update for options to env on FreeBSD and Dragonfly