about summary refs log tree commit diff
path: root/Completion/Unix/Command
Commit message (Collapse)AuthorAgeFilesLines
* 48166: add completion for ctags language optionsJacob Gelbman2021-03-291-197/+244
|
* 48231: add missing git --pretty formats and improve descriptionsŠtěpán Němec2021-03-281-7/+9
|
* 48105: Update ctags completion with format fixJacob Gelbman2021-02-241-193/+186
|
* 48096: New ctags completionJacob Gelbman2021-02-231-0/+204
|
* unposted (Daniel): add exclusion list missed in recent OpenBSD update to ↵Oliver Kiddle2021-02-131-1/+1
| | | | locale completion
* github #68: support section suffix completion for man pagestaiyu2021-02-131-8/+14
| | | | | Support prepend and suffix values for insert-sections Add values for insert-sections for zstyle completion
* 47944: update completions for NetBSD 9Oliver Kiddle2021-02-081-2/+9
|
* 47943: update completions for DragonflyBSD 5.8.3Oliver Kiddle2021-02-082-2/+6
|
* 47932: update completions for procps 3.3.16Oliver Kiddle2021-02-073-1/+4
|
* 47931: update completions for OpenBSD base up to 6.8Oliver Kiddle2021-02-073-9/+17
|
* 47930: update completions for FreeBSD base up to 12.2Oliver Kiddle2021-02-071-1/+2
|
* github #66: Add more commands to _todo.shDCsunset2021-02-071-1/+6
|
* github #72: Fix unix command lldb tab-completionSemnodime2021-02-071-12/+12
| | | | | The --arguments are space (` `) separated, not equal-sign (`=`) separated. lldb --correct c_arg --wrong=w_arg
* gitlab !16: Allow spaces between short options and their parameters in ↵aaaz2021-02-071-10/+10
| | | | | | _transmission This matches the summary listed in the `transmission-remote` man page and the program's actual behavior.
* 47919: use common function for completing BSD login classesOliver Kiddle2021-02-064-11/+30
| | | | also update for options to env on FreeBSD and Dragonfly
* 47883: _awk: support gawk ver.5Jun-ichi Takimoto2021-02-011-2/+2
|
* users/26107: complete changed files after git diff HEADOliver Kiddle2020-10-291-1/+8
|
* github #65: _nmap: Rename option flags (s/_/-/g)Meng Bo2020-09-231-12/+12
| | | | Nmap commands that previously included an underscore (--max_rtt_timeout, --send_eth, --host_timeout, etc.) have been renamed to use a hyphen in the preferred format.
* unposted: remove periods from completion descriptionsDoug Kearns2020-09-062-2/+2
| | | | As per the completion-style-guide recommendations.
* 47350: new dropbox command line client completionPeter Stephenson2020-09-041-0/+66
|
* 47322: allow prefix with ssh cipher completion and add matching control for ↵Oliver Kiddle2020-08-211-3/+3
| | | | options
* 47319: complete more options to ImageMagick's convert commandOliver Kiddle2020-08-131-0/+7
|
* 47293: lowercase completion descriptions for lpOliver Kiddle2020-08-101-78/+81
|
* 46216: update for ansible 2.9Oliver Kiddle2020-07-081-38/+109
|
* 46217: update options for tmux 3.1Oliver Kiddle2020-07-081-19/+91
|
* 46097: Fix "assignment to invalid subscript range" error in _rm.zsugabubus2020-06-281-1/+1
| | | | See 46090 for details.
* 46131: _git-config: Partly fix a bug whereby a 'foo.ba<TAB>' wouldn't be ↵Daniel Shahaf2020-06-281-2/+3
| | | | | | | | | completed to 'foo.bar.baz'. Now it properly gets completed, but in the case of gpg.openpgp.program, the description would be shown as "unknown option name", that being the description of gpg.*.program via `git help -c`, which shadows the more description of gpg.openpgp.program in $git_options.
* 46128: _git: Complete more options and diff/merge tools.Daniel Shahaf2020-06-281-2/+27
|
* 46129: _git-config: Fix a bug where a second trailing dot would be ↵Daniel Shahaf2020-06-281-5/+1
| | | | incorrectly offered.
* 46130: _git-config: Complete some more options.Daniel Shahaf2020-06-281-25/+68
|
* 46140: _git: Fix insufficiently quoted patternMiroslav Koškár2020-06-271-1/+1
|
* 46139: _git: Remove hanging whitespacesMiroslav Koškár2020-06-271-2/+2
|
* unposted c.f. 46034: workaround incompatibility with sh_file_expansion optionOliver Kiddle2020-06-261-1/+1
|
* 46044 (tweaked per Matthew): _units: Correct the path to the units data file ↵Daniel Shahaf2020-06-191-2/+4
| | | | on Debian with units 2.00 and newer and on FreeBSD.
* 45982: _zfs: add space propertyFrederick Zhang2020-06-171-1/+1
|
* 45939: Add _pgids typeMatthew Martin2020-06-013-3/+3
|
* 45934: _subversion: Make 'svnliteadmin' completed same as 'svnadmin'Yasuhiro KIMURA2020-05-281-1/+1
| | | | | In FreeBSD base system svnadmin is installed as 'svnliteadmin'. So make 'svnliteadmin' completed same as 'svnadmin'.
* 45831: Add _vi completerMatthew Martin2020-05-171-0/+47
|
* unposted: Use alternation patterns rather than brace expansionDaniel Shahaf2020-05-071-1/+1
| | | | (Cf. discussion on GitLab !12.)
* 45752/0002: _gcc: Complete --output like -o.Daniel Shahaf2020-05-021-1/+1
|
* 45752/0001: _gcc: Add .cpp and .hpp to the ignored extensions list.Daniel Shahaf2020-05-021-1/+1
|
* github #54: Fix dig completion errordavey hathorn2020-04-211-1/+1
|
* 45649: completion: Simplify Unison completion. No functional change.Daniel Shahaf2020-03-291-5/+2
|
* 45646: completion: Unison: Honour the $UNISON variableHenri Menke2020-03-291-2/+2
| | | | | | | | | | | | | | By default Unison uses the ~/.unison directory to store its cache and profiles. However, this location is configurable through the $UNISON environment variable. Quoting from the manual [1]: > If the environment variable UNISON is defined, then its value will be > used as the name of this directory. This patch enables users to move the .unison directory and still enjoy zsh completion for profiles. [1] https://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html#unisondir
* github #46: _git-restore: Complete arguments to the --source option after a ↵Gastón Haro2020-03-281-1/+1
| | | | '=' sign
* github #46: Better restrict git-restore(1) file completionsGastón Haro2020-03-281-5/+9
| | | | | | | | | | Add support to the -S and -W options. Remove the facility for completing files from the tree specified by the --source argument since, upon testing in git 2.26.0, that doesn't seem to be correct behaviour. (Note git-restore(1) says the command is experimental and its semantics may change.) See discussion on the PR for details.
* 45623: _quilt: Add subcommand descriptionsDaniel Shahaf2020-03-271-7/+43
|
* 45622: _quilt: Categorize subcommandsDaniel Shahaf2020-03-271-4/+37
|
* unposted: _git: Fix copy/paste error in earlier commit that broke `git stash ↵dana2020-03-131-1/+1
| | | | | | drop` This was broken by workers/44923 (8aa84bd5fc44)
* 45535: _lz4: Order compression levels numericallydana2020-03-131-2/+7
|