Lajos Koszti
5ff3529caf
44633: complete ansible-vault actions like create, edit, etc.
2019-08-19 16:25:54 +02:00
Oliver Kiddle
359a8fce00
44587: completion option updates
2019-08-19 16:15:49 +02:00
dana
c6254f2a93
44675: _find: Fix return status
2019-08-17 16:30:34 -05:00
Eric Cook
5fd80faf98
24102: _user_admin subuids and subgids
2019-07-30 09:54:18 +01:00
Oliver Kiddle
a4f3df89ab
44356: complete ansible callback plugins for the relevant environment variable's value
2019-07-19 01:44:20 +02:00
Oliver Kiddle
4b5b1563a8
44551: update for new git changes
2019-07-19 01:42:26 +02:00
Jun-ichi Takimoto
1d37624ad6
44389: update _iostat and _vmstat for BSD
...
common parts are separated into _bsd_disks and _fbsd_device_types
2019-06-03 22:33:10 +09:00
Oliver Kiddle
f702e17b14
unposted: remove spurious reference to nonexistent completion function
2019-05-23 01:22:50 +02:00
Oliver Kiddle
6a0874cad6
44349: completion option updates
2019-05-23 01:19:02 +02:00
Oliver Kiddle
09917e558b
44308: update Linux modutils completion
2019-05-20 00:10:55 +02:00
Oliver Kiddle
09c6acf7b2
44279: completion updates for Dragonfly 5.4, FreeBSD 12 and OpenBSD 6.5
2019-05-09 00:17:04 +02:00
Oliver Kiddle
cd6fd2b0a3
44274: allow finer control of completion match soring with compadd's -o option
2019-05-07 23:24:49 +02:00
Gautam Iyer
5200637bda
gitlab !6 : Rudimentary rclone completion
2019-05-07 22:03:14 +02:00
Gautam Iyer
f7850406c9
gitlab !7 : Minor fixes to _lp and _gv completion
2019-05-07 00:06:39 +02:00
Doron Behar
6bf8c4720d
gitlab !8 : Support completion of installed lua rocks' versions
2019-05-06 23:48:00 +02:00
Doron Behar
cecaad96cb
gitlab !4 : Add pandoc completion
2019-05-06 23:39:10 +02:00
Doron Behar
2f420b8de3
gitlab !3 : Transmission remote completion
2019-05-06 23:31:18 +02:00
Aurélien Olivier
3908987b4a
github #33 : Add completion file for myrepos (mr)
2019-05-06 17:03:59 +02:00
Laurent Arnoud
191e05b108
github #35 : fix _arguments spec for gem push completion
2019-05-06 16:46:13 +02:00
dana
8ce9e20c49
44251: Completion: Fix various wording issues
2019-04-26 17:50:00 -05:00
dana
860bcdd561
44250: Completion: Fix use of -A and -S options to _arguments
2019-04-26 17:48:30 -05:00
dana
d56a43f802
44249: Completion: Handle zsh/files built-ins in _mv and _rmdir
2019-04-26 17:45:35 -05:00
dana
9208e321da
44234: _ssh: Update for OpenSSH 8.0
2019-04-26 17:43:19 -05:00
Matthew Martin
39b0f5540c
unposted: _pick_variant: Use ${(P) ::= rather than eval
2019-04-22 22:04:24 -05:00
Matthew Martin
a4f4497207
44242: Completion: Use _pick_variant -b to detect builtins
2019-04-22 22:04:24 -05:00
Jun-ichi Takimoto
ba74b16716
44210: add _findmnt and update _lsblk
2019-04-10 11:59:26 +09:00
Matthew Martin
6f35d6c0d0
44202 (tweaked): _normal: Add -P to reset precommands
2019-04-04 18:45:19 -05:00
Matthew Martin
7d84cde313
44201: _command_name: Check for external forcing precommand
2019-04-04 18:45:19 -05:00
Matthew Martin
5facfd3280
44200 (tweaked): Completion: Append to precommands in _normal
2019-04-04 18:45:19 -05:00
Matthew Martin
bb790c8f81
44199: _normal: Use zparseopts
2019-04-04 18:45:19 -05:00
dana
c749a06bc9
44158: Completion: Add _postgresql
...
Adjusted to fix minor copy/paste error in __pgsql_cfg_params
2019-04-01 14:44:42 -05:00
dana
683c2cc1ca
44160 (tweaked): Completion: Add _deb_files, match *.ddeb
...
Add new helper function for generating Debian package/control files, use it
where applicable
Adjusted only for minor white-space corruption in original patch
2019-03-25 16:19:00 -05:00
dana
fa92c6a1af
unposted: _chmod: Adjust _guard pattern
...
Per off-list feedback from Daniel, use a more context-specific pattern
2019-03-24 23:52:22 -05:00
dana
dc2d8d9c26
unposted: _chmod: Use _guard for mode operand
2019-03-22 17:22:23 -05:00
Matthew Martin
9b267ff1eb
44149: _mkdir, _stat: Use _pick_variant -b
2019-03-21 22:04:55 -05:00
Matthew Martin
8e4566e536
44144: _builtin: Append "builtin" to precommands
2019-03-21 22:04:55 -05:00
Matthew Martin
922cf49830
44155: _pick_variant: Update builtin check
2019-03-21 22:04:55 -05:00
Jun-ichi Takimoto
3e542bcd81
44147: add/update completions for procps-ng
...
New completions for free, pmap, slabtop, tload. Update _top.
2019-03-22 09:23:42 +09:00
dana
3e67e8347c
44111: _git: Use git rev-list
for log messages
...
This side-steps issues related to `git log` respecting settings like
log.showSignature
2019-03-21 17:02:16 -05:00
Matthew Martin
6331772c5b
44135: Add chmod builtin
2019-03-18 22:17:54 -05:00
Matthew Martin
2f670be951
44135: _chmod: Reformat to minimize next diff. No functional change.
2019-03-17 19:33:11 -05:00
dana
632023acc2
44100: zparseopts: Add -F option, completion, tests; improve documentation
...
* Enable zparseopts to perform basic usage validation (aborting on an
unrecognised option-like parameter)
* Officially document the resolution of ambiguous option specs
2019-03-12 19:03:56 -05:00
Jun-ichi Takimoto
36290f3e8e
44101: _vim: better support for nvim
2019-03-08 17:09:26 +09:00
dana
f21d54a381
unposted: _zftp: Use 'post' pattern matching
...
_zftp's use of `#compdef -p`, combined with inaccurate sub-command matching in
the function, was causing it to clobber the completion for other commands,
notably zf_mkdir from zsh/files. To avoid this, use -P instead
2019-03-06 18:06:07 -06:00
dana
a41f09f862
44099: Completion: Add _trash
2019-03-06 17:37:11 -06:00
dana
3efacdbacf
44087: _getconf: Complete options, config variables on more systems
2019-02-27 19:31:55 -06:00
dana
d669a9a045
44090 (re: 44085): _remote_files: Don't set QUOTING_STYLE
...
The syntax was incompatible with some shells, and it's probably not a big
enough concern to work around it
2019-02-27 19:27:59 -06:00
dana
c01f10db5e
44085: _remote_files: Prevent ls/alias settings from mangling file listings
2019-02-26 14:31:00 -06:00
dana
29222ca186
44080: Completion: Fix several option-description typos
2019-02-26 01:21:29 -06:00
dana
2331785afb
unposted: _less: Fix typo
...
Reported here: https://www.reddit.com/r/zsh/comments/au98zv/_/
2019-02-24 14:37:34 -06:00
dana
d4f9899739
44077: completion: Fix GNU _pick_variant patterns, partially fix getent -s
2019-02-22 13:20:16 -06:00
dana
7930905f0c
44076: _column: Support Debian, add missing options, adjust wording
...
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`
2019-02-22 13:14:16 -06:00
Doron Behar
109975b1b5
gitlab !5 : Add new abcde completion.
2019-02-09 10:08:20 +01:00
Hiroki Noda
a8c9daf7f1
github #31 : Add new demangle style, rust and dlang
2019-02-09 10:08:03 +01:00
dana
0220822d82
44034: _date_formats: Complete %9./%N, adjust wording
2019-02-03 13:20:32 -06:00
dana
7b97d4f749
44033: Add completion for dos2unix/unix2dos
2019-02-03 11:58:42 -06:00
Fredric Silberberg
4f6ac08af3
github #32 : Fix a typo in the git tag completion.
2019-01-28 00:48:23 +00:00
dana
a76c6def15
44001: _brace_parameter: Complete (q+)
2019-01-21 15:17:57 -06:00
dana
96a7993801
43990: _opkg: Support gain-privileges
2019-01-18 01:45:27 -06:00
Peter Stephenson
88ad890c05
users/23829: add and coument file-split-chars style
2019-01-08 14:19:19 +00:00
dana
35c7b0f9e9
43974: _git: Always offer -F/-m for git tag
2019-01-04 15:12:31 -06:00
dana
f7f5b7f4ee
43960: Add full completion for exec and setsid
2019-01-01 08:01:14 -06:00
dana
1f8bea2247
43959: Add completion for strongSwan, &al.
...
Also update _urls to complete unix:// URIs as for file://
2019-01-01 06:49:08 -06:00
dana
9dde124818
43914 (tweaked): Add completion for Composer
...
Tweaks: Adjusted spelling, fixed minor idiomatic issues
2018-12-30 09:54:54 -06:00
dana
79fae27f7c
43930: Improve _multi_parts performance
2018-12-30 09:38:06 -06:00
dana
e75c59f7f5
43928: _alternative: Evaluate (...) action syntax as with _arguments
2018-12-23 07:36:11 -06:00
dana
43247252dd
43897: Add/update various completion functions
...
* Update tail to support -q/-v on NetBSD
* Add several new functions (with one change needed to _hosts compdefs)
2018-12-17 14:49:33 -06:00
dana
f8864ac0c8
43895: _watch: Complete for procps/-ng watch
2018-12-17 14:45:14 -06:00
dana
e64bd2ad4c
unposted: _dig: Fix _arguments syntax error
2018-12-14 17:44:05 -06:00
dana
90b2654b7e
43871: _files: Support -F '(pat ...)'
as with _path_files
2018-12-09 14:54:37 -06:00
Peter Stephenson
42020cdabb
43861: make "(#" completion safer by checking for ")"
2018-12-04 17:19:45 +00:00
Peter Stephenson
7f62255b49
43860: Complete glob flags at start of word.
2018-12-04 16:57:05 +00:00
Daniel O'Connor
b248b714a9
43830: _cu: Complete /dev/cu.*
2018-11-16 21:36:53 -06:00
Jun-ichi Takimoto
35afea0772
unposted: _zcat: support macOS
2018-11-15 21:02:22 +09:00
dana
e25f890589
43809: Suppress npm update checks during completion
2018-11-13 13:06:29 -06:00
dana
df12f6cd2f
unposted (cf. 43800): Update strftime completion
2018-11-13 13:01:47 -06:00
Oliver Kiddle
0b3b52778b
43819: expand adb completion to also cover options to adb backup
2018-11-12 11:09:55 +01:00
Oliver Kiddle
082f703ccd
43818: complete math functions for other modules besides zsh/mathfunc
2018-11-12 10:34:32 +01:00
Oliver Kiddle
d5fec6b512
43816: various completion option updates
2018-11-12 10:32:41 +01:00
Oliver Kiddle
f6495ebae8
43817: update options in btrfs completion through to btrfs 4.17.1
2018-11-12 10:32:37 +01:00
Oliver Kiddle
b96dac3287
43813: for powerd add units, default values and allow option arguments in the same word as the option
2018-11-12 10:32:27 +01:00
Oliver Kiddle
8d2622ecba
43812: allow repeats of gcc's -Wsuggest-attribute option
2018-11-12 10:32:15 +01:00
Oliver Kiddle
742bd20277
43784: clarify descriptions on options related to match sorting
2018-11-08 11:01:20 +01:00
Oliver Kiddle
f0655371a6
unposted (c.f. Bart: 43739): use a correct description for the @ parameter expansion flag
2018-11-08 09:33:58 +01:00
Jun-ichi Takimoto
e5465c0434
43761: update five completion functions for darwin
2018-11-07 21:01:54 +09:00
Peter Stephenson
916ba78cd7
43752: Fix _expand quoting.
...
Quoting was not applied properly if globbing failed or was not applied.
2018-11-03 19:36:06 +00:00
Oliver Kiddle
58bfa1665b
43748: fix completion for ack 3beta
2018-11-02 01:09:47 +01:00
Wieland Hoffmann
11c84dcef4
github #29 : Add completion support for Gits --color-moved option and color settings
...
--color-moved was added in Git 2.15.
2018-11-02 00:45:35 +01:00
Jun-ichi Takimoto
ce048aee38
43746: _ping: update for BSD and Darwin
2018-10-31 19:24:45 +09:00
Jun-ichi Takimoto
967c964e21
43744: _sysctl: support procps-ng, NetBSD
...
with several updates for other OS
2018-10-31 19:17:59 +09:00
Jun-ichi Takimoto
a4e435b873
43723: _mkdir: fix builtin mkdir and support darwin
2018-10-24 17:36:15 +09:00
Jun-ichi Takimoto
4ad04eeb85
43722: _ed, _env, _sort: support darwin
...
use the same completions as freebsd
2018-10-24 17:32:17 +09:00
Jun-ichi Takimoto
916ed74264
43721: _diff3: detect GNU variant correctly
2018-10-24 17:29:28 +09:00
dana
da05d2cc2b
43718: Use singular completion group descriptions
2018-10-24 00:41:58 -05:00
Marcin Mielniczuk
f413e5e17f
43714: complete lp fit-to-page option
2018-10-23 09:59:10 +01:00
dana
07d06c9fb9
43713: Improve init.d command completion
2018-10-22 15:56:28 -05:00
Oliver Kiddle
ef58491092
43697: match uppercase filename extensions in zathura completion
2018-10-17 17:57:58 +02:00
Oliver Kiddle
8c57505314
43698: update options for git 2.19.1
2018-10-17 17:56:36 +02:00
a-wing
00baf08602
43623: Fix Completion iptables -t raw security
2018-10-08 13:46:32 +00:00
Oliver Freyermuth
cbcf6d1864
43554 (tweaked): Fix zathura completion ignoring multiple plugin directories.
2018-09-25 22:52:57 +00:00