about summary refs log tree commit diff
path: root/Completion/Unix
Commit message (Collapse)AuthorAgeFilesLines
* 44726/0002: _subversion: Update --show-item= completion to 1.12.0.Daniel Shahaf2019-09-041-0/+3
|
* 44726/0001: _subversion: Use 'svn help -v' to show global options, ↵Daniel Shahaf2019-09-041-3/+16
| | | | experimental options, and experimental subcommands (upstream issue SVN-4828, to be released in Subversion 1.13.0)
* 44633: complete ansible-vault actions like create, edit, etc.Lajos Koszti2019-08-191-0/+4
|
* 44587: completion option updatesOliver Kiddle2019-08-1912-32/+123
|
* 44675: _find: Fix return statusdana2019-08-171-3/+6
|
* 24102: _user_admin subuids and subgidsEric Cook2019-07-301-4/+4
|
* 44356: complete ansible callback plugins for the relevant environment ↵Oliver Kiddle2019-07-191-7/+14
| | | | variable's value
* 44551: update for new git changesOliver Kiddle2019-07-191-37/+165
|
* 44389: update _iostat and _vmstat for BSDJun-ichi Takimoto2019-06-032-40/+36
| | | | common parts are separated into _bsd_disks and _fbsd_device_types
* 44349: completion option updatesOliver Kiddle2019-05-2317-22/+78
|
* 44279: completion updates for Dragonfly 5.4, FreeBSD 12 and OpenBSD 6.5Oliver Kiddle2019-05-0914-34/+58
|
* 44274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle2019-05-076-18/+18
|
* gitlab !6: Rudimentary rclone completionGautam Iyer2019-05-071-0/+335
|
* gitlab !7: Minor fixes to _lp and _gv completionGautam Iyer2019-05-071-7/+21
|
* gitlab !8: Support completion of installed lua rocks' versionsDoron Behar2019-05-061-14/+31
|
* gitlab !4: Add pandoc completionDoron Behar2019-05-061-0/+423
|
* gitlab !3: Transmission remote completionDoron Behar2019-05-061-0/+503
|
* github #33: Add completion file for myrepos (mr)Aurélien Olivier2019-05-061-0/+126
|
* github #35: fix _arguments spec for gem push completionLaurent Arnoud2019-05-061-2/+2
|
* 44251: Completion: Fix various wording issuesdana2019-04-265-9/+9
|
* 44250: Completion: Fix use of -A and -S options to _argumentsdana2019-04-267-17/+23
|
* 44249: Completion: Handle zsh/files built-ins in _mv and _rmdirdana2019-04-263-3/+3
|
* 44234: _ssh: Update for OpenSSH 8.0dana2019-04-261-6/+11
|
* 44242: Completion: Use _pick_variant -b to detect builtinsMatthew Martin2019-04-225-178/+234
|
* 44158: Completion: Add _postgresqldana2019-04-011-0/+1148
| | | | Adjusted to fix minor copy/paste error in __pgsql_cfg_params
* unposted: _chmod: Adjust _guard patterndana2019-03-241-1/+1
| | | | Per off-list feedback from Daniel, use a more context-specific pattern
* unposted: _chmod: Use _guard for mode operanddana2019-03-221-1/+1
|
* 44149: _mkdir, _stat: Use _pick_variant -bMatthew Martin2019-03-212-26/+6
|
* 44147: add/update completions for procps-ngJun-ichi Takimoto2019-03-222-6/+17
| | | | New completions for free, pmap, slabtop, tload. Update _top.
* 44111: _git: Use `git rev-list` for log messagesdana2019-03-211-5/+7
| | | | | This side-steps issues related to `git log` respecting settings like log.showSignature
* 44135: Add chmod builtinMatthew Martin2019-03-181-2/+11
|
* 44135: _chmod: Reformat to minimize next diff. No functional change.Matthew Martin2019-03-171-44/+50
|
* 44101: _vim: better support for nvimJun-ichi Takimoto2019-03-081-34/+51
|
* 44087: _getconf: Complete options, config variables on more systemsdana2019-02-271-29/+78
|
* 44090 (re: 44085): _remote_files: Don't set QUOTING_STYLEdana2019-02-271-1/+1
| | | | | The syntax was incompatible with some shells, and it's probably not a big enough concern to work around it
* 44085: _remote_files: Prevent ls/alias settings from mangling file listingsdana2019-02-261-1/+4
|
* 44080: Completion: Fix several option-description typosdana2019-02-2618-22/+22
|
* unposted: _less: Fix typodana2019-02-241-1/+1
| | | | Reported here: https://www.reddit.com/r/zsh/comments/au98zv/_/
* 44077: completion: Fix GNU _pick_variant patterns, partially fix `getent -s`dana2019-02-225-9/+13
|
* 44076: _column: Support Debian, add missing options, adjust wordingdana2019-02-221-12/+34
| | | | | | | Tweaked per off-list discussion with Daniel: We agreed that it would be best to side-step the wording disagreement between the BSD and util-linux implementations by using our own description for -x, which was borrowed from the one for `print -ca`
* gitlab !5: Add new abcde completion.Doron Behar2019-02-091-0/+50
|
* github #31: Add new demangle style, rust and dlangHiroki Noda2019-02-092-2/+2
|
* 44034: _date_formats: Complete %9./%N, adjust wordingdana2019-02-031-7/+12
|
* 44033: Add completion for dos2unix/unix2dosdana2019-02-031-0/+129
|
* github #32: Fix a typo in the git tag completion.Fredric Silberberg2019-01-281-1/+1
|
* users/23829: add and coument file-split-chars stylePeter Stephenson2019-01-081-0/+5
|
* 43974: _git: Always offer -F/-m for `git tag`dana2019-01-041-10/+2
|
* 43959: Add completion for strongSwan, &al.dana2019-01-013-1/+405
| | | | Also update _urls to complete unix:// URIs as for file://
* 43914 (tweaked): Add completion for Composerdana2018-12-301-0/+850
| | | | Tweaks: Adjusted spelling, fixed minor idiomatic issues
* 43897: Add/update various completion functionsdana2018-12-1710-4/+245
| | | | | * Update tail to support -q/-v on NetBSD * Add several new functions (with one change needed to _hosts compdefs)