1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00
Commit graph

78 commits

Author SHA1 Message Date
Oliver Kiddle
f95635a447 43330: complete more options to cu 2018-08-24 08:04:12 +02:00
Matthew Martin
a37d925247 43106: Add ldap completer 2018-07-07 14:47:46 -05:00
Jun-ichi Takimoto
bad4729281 43107: add an option to _ttys to complete only open ttys
Use the option in _ps and _watch-snoop
2018-07-01 22:41:15 +09:00
Eitan Adler
660e3f543e 42964: Update list of fbsd architectures 2018-06-09 10:46:28 +02:00
dana
64ef1eddfd 42931: completion for several utilities especially for checksums across a variety of systems 2018-06-07 18:19:55 +02:00
Eitan Adler
780f169eff 42937: add -M and -m options 2018-06-07 17:39:02 +02:00
Eitan Adler
942ac7e6e2 42740: Teach _systat about the 'zarc' screen 2018-05-02 09:12:58 +02:00
Matthew Martin
2cf01b9da8 42643, 42644: new cksum completion 2018-04-16 16:51:16 +02:00
Matthew Martin
a2cb9bbed3 42604: new completions for OpenBSD's signify and vmctl 2018-04-07 11:06:24 +02:00
Oliver Kiddle
d4c19184fe 42582: updates to options in completions for OpenBSD 6.3 2018-04-05 11:29:07 +02:00
Oliver Kiddle
b90c59e9fc 42571: new completion for FreeBSD jail command 2018-03-31 10:04:56 +02:00
dana
21a09a1418 42214: use less general names on new functions for completing file flags and modes 2018-01-04 11:50:50 +01:00
dana
1c4e7601c4 42210: factor out completion of file modes and flags and handle _comp_priv_prefix for chflags 2018-01-04 00:16:43 +01:00
Matthew Martin
dd824080ca 42117: use anonymous function rather than define one in user namespace 2018-01-03 17:11:00 +01:00
Eric Cook
99cf61fd42 42171: prevent parameters of various parameters from becoming global 2018-01-02 14:38:03 -05:00
Peter Stephenson
a3d92298ff 42113: BSD complation updates.
Remove use of pkg_* for FreeBSD.

Add BSD architecture utilities.
2017-12-13 18:08:18 +00:00
Oliver Kiddle
61b544a068 41855: completion option updates for OpenBSD 6.2 and handle macOS in rm completion 2017-10-11 01:24:01 +02:00
Oliver Kiddle
b138acf42e 41725: assorted minor updates to completion functions 2017-09-18 15:53:29 +02:00
Oliver Kiddle
620b7d61ab 41562: correct completed word 2017-08-18 13:00:10 +02:00
Oliver Kiddle
14ff7d39ad 41492: update some options in completions 2017-08-05 16:22:30 +02:00
Oliver Kiddle
78afb218b0 40965: fix for missing local declarations of expl 2017-04-26 16:32:10 +02:00
Dag-Erling Smørgrav
4850116554 Fix typo breaking kld completion 2017-03-30 12:18:26 +01:00
Oliver Kiddle
7fd62f4367 40597: be flexible about order of options to _values 2017-03-04 00:33:20 +01:00
Baptiste Daroussin
8ae20a8589 40209: Fix typo in chflags completion 2016-12-18 14:55:56 +00:00
Jun-ichi Takimoto
0921a3537a 39855: new completion for jot command 2016-11-07 19:29:52 +09:00
Oliver Kiddle
8011fe8a58 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges with sudo in completion functions
A new gain-privileges style enables it and a _comp_priv_prefix array
added for tracking how to match privileges for the current command
2016-09-11 13:49:22 +02:00
Matthew Martin
1fe962cbfd 39209: Update options 2016-09-07 23:19:04 +02:00
Matthew Martin
48c31e21d3 39208: Update flags 2016-09-07 23:19:01 +02:00
Matthew Martin
1f429c0668 39223: Introduce addflags function to reduce redundancy 2016-09-07 23:18:46 +02:00
Oliver Kiddle
81f229a037 38989: minor completion updates for FreeBSD 2016-08-03 17:29:41 +02:00
Oliver Kiddle
9991707b6b 38868: update completions for new options on FreeBSD 2016-07-17 12:37:29 +02:00
Oliver Kiddle
304aa25184 38812: a few new completions and update some command options 2016-07-08 23:10:41 +02:00
Frank Terbeck
58d8e46272 38425: _cu: Remove old -d option of _baudrates 2016-05-09 03:40:31 +02:00
Frank Terbeck
795b285ce8 38424: Use _baudrates helper instead of _baudrate 2016-05-09 03:40:31 +02:00
Frank Terbeck
493c7e0879 38388: Refactor baud rate completion
This adds a new helper function _baudrate and uses it in place of
private solutions in various existing completions.
2016-05-02 00:11:06 +02:00
Eric Cook
9cc6ebe7a2 37913: add additional completers and _zpool improvement 2016-02-11 22:53:16 -05:00
Daniel Shahaf
152875ba03 37550: _cu: Support Linux line-device names; fail gracefully on OSes matching no known line-device name pattern. 2016-01-13 00:56:50 +00:00
Matthew Martin
82210cb954 37534: completion for OpenBSD's cu, fw_update and rcctl utils 2016-01-10 14:10:06 -05:00
Eric Cook
f01cf05e53 _sockstat: minor improvements
allow -p, -P and -f's argument to be completed in the same word.

Complete -P's argument using /etc/protocols again, while allowing a
comma delimited list of protocols.
2015-11-16 02:50:24 +01:00
Eric Cook
d8f8d3e534 36889: completion of system specific sockstat options 2015-10-19 11:33:17 +02:00
Eric Cook
31c1ebe7b2 35973: new systat and vmstat completions 2015-08-05 16:05:36 +02:00
Daniel Shahaf
d470453d76 35274: completion: Add FreeBSD's watch(1)
Review-by: Oliver Kiddle
2015-07-26 11:23:14 +00:00
Oliver Kiddle
55716ea337 unposted: include .distfiles for new directory 2015-05-14 22:39:05 +02:00
Oliver Kiddle
5b7e50dcd0 35049: allow jail completion to include jid 0 for the host and to
complete jails by any parameter
2015-05-11 12:11:32 +02:00
Eric Cook
13c6d38e4b 35052: new BSD completions 2015-05-07 09:47:48 +01:00
Oliver Kiddle
ab7ec8d985 35011: update completions for some common Unix commands,
in particular improving FreeBSD support
2015-05-03 16:53:57 +02:00
Matthew Martin
90d433b358 34637: New mixerctl completion for BSD 2015-03-03 09:30:15 +00:00
clutton
d6252ce011 33640: look in /boot/modules instead of /modules for third-party modules 2014-11-09 21:59:16 +01:00
Oliver Kiddle
5e592fd9b0 33485: fixes for zstyle context handling 2014-10-21 20:53:51 +02:00
Peter Stephenson
cc6e9db29d 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00