<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Completion, branch master</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Completion?h=master</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Completion?h=master'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2026-07-16T01:41:23Z</updated>
<entry>
<title>54974: _vim: Add '--log' option</title>
<updated>2026-07-16T01:41:23Z</updated>
<author>
<name>Shohei YOSHIDA</name>
<email>syohex@gmail.com</email>
</author>
<published>2026-07-15T02:29:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=467c975f16851c372927870048462bc0418eba1f'/>
<id>urn:sha1:467c975f16851c372927870048462bc0418eba1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54933: Correct interface type name in nettop</title>
<updated>2026-07-16T01:41:21Z</updated>
<author>
<name>Shohei YOSHIDA</name>
<email>syohex@gmail.com</email>
</author>
<published>2026-07-09T05:40:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=03b127420d0ed0abd8d0f03bf289dc36cfcdc6eb'/>
<id>urn:sha1:03b127420d0ed0abd8d0f03bf289dc36cfcdc6eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54939: _sudo: fix handling of envvar assignments</title>
<updated>2026-07-12T17:30:42Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-10T07:31:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0cd1b3881ef01b990fbfed3d11a8e0ecbbcafd3c'/>
<id>urn:sha1:0cd1b3881ef01b990fbfed3d11a8e0ecbbcafd3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54926: _main_complete: mark some parameters as global</title>
<updated>2026-07-11T23:00:57Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-08T21:39:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2149711ec11d7512b3ba1727148853f52cde8f64'/>
<id>urn:sha1:2149711ec11d7512b3ba1727148853f52cde8f64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: completion: fix some wrongly ordered globquals</title>
<updated>2026-07-10T07:41:29Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-10T07:39:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=489436767786ec8c8e16436d00ff3c7c4ce0a380'/>
<id>urn:sha1:489436767786ec8c8e16436d00ff3c7c4ce0a380</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: _grep: fix freebsd grep variant pattern</title>
<updated>2026-07-09T21:23:36Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-09T21:03:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5c4f586ca0ad012953888979b01705699e8429ac'/>
<id>urn:sha1:5c4f586ca0ad012953888979b01705699e8429ac</id>
<content type='text'>
oliver shared a user report that grep completion doesn't work properly
on macos any more. this is because it no longer uses gnu grep -- it's
been freebsd grep since at least 2019

there appear to be other inaccuracies in this function which we should
revisit, but this will solve the issue as reported
</content>
</entry>
<entry>
<title>unposted: completion: remove _mac_files_for_application</title>
<updated>2026-07-09T06:31:52Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-09T06:25:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=13068d24b38b669d3796fdea8440d44f45a29a6e'/>
<id>urn:sha1:13068d24b38b669d3796fdea8440d44f45a29a6e</id>
<content type='text'>
as mentioned in 54915:

_mac_files_for_application was previously used by _open to complete only
file types appropriate for an application. this ended up being annoying
in practice, especially with text editors, because they don't (can't)
actually enumerate all of the file types they support. so in w/43061 i
made _open stop using it

since then, there has been no need for this function, and atm i don't
foresee one in the future

therefore we can remove it
</content>
</entry>
<entry>
<title>unposted: _urls: make parameter local</title>
<updated>2026-07-08T20:59:59Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-08T20:59:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3820c39122a74664907bfdbb1a5561bfdbdba43f'/>
<id>urn:sha1:3820c39122a74664907bfdbb1a5561bfdbdba43f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54915 (tweaked): _open: complete --args, etc</title>
<updated>2026-07-08T20:56:12Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-05T06:07:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=112976deb59a1ce425caa07749ba780c32cb3700'/>
<id>urn:sha1:112976deb59a1ce425caa07749ba780c32cb3700</id>
<content type='text'>
also improve _retrieve_mac_apps

tweak: fix variable name left over from earlier revision
</content>
</entry>
<entry>
<title>54914: completion: add _firefox, _chromium, etc</title>
<updated>2026-07-08T20:51:59Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-05T04:47:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b146da09230121e0fc3a9a074f339a867a8450c6'/>
<id>urn:sha1:b146da09230121e0fc3a9a074f339a867a8450c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54913: _message: improve option parsing</title>
<updated>2026-07-08T20:45:33Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-08T20:45:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9b94d374bb787342ab8143f17c7ffa0e324c6255'/>
<id>urn:sha1:9b94d374bb787342ab8143f17c7ffa0e324c6255</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54913: _numbers: pass -r and -R to compadd</title>
<updated>2026-07-08T20:44:48Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-08T20:41:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b21f251ab2b1eb0858b7ebe27ebf61ed5dd1e958'/>
<id>urn:sha1:b21f251ab2b1eb0858b7ebe27ebf61ed5dd1e958</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54912: _call_program: add -qQ options, etc</title>
<updated>2026-07-08T20:39:25Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-05T03:44:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e426c105cc87dea07ad3458b7744fabffb3b45a4'/>
<id>urn:sha1:e426c105cc87dea07ad3458b7744fabffb3b45a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54894 (tweaked): compdump: improve performance</title>
<updated>2026-07-07T03:22:57Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-02T03:39:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=95d96055fe6ad37a106c93e415299ac4072c6809'/>
<id>urn:sha1:95d96055fe6ad37a106c93e415299ac4072c6809</id>
<content type='text'>
tweaks:

- set bare_glob_qual per feedback from bart (w/54897)
- fix zle/bindkey loops per feedback from mikael
- glob with (oN) per feedback from oliver
- eliminate another loop
</content>
</entry>
<entry>
<title>unposted: complete more media file types</title>
<updated>2026-07-03T17:01:54Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-07-03T16:59:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4cd794eaa537b51f312de99ae5e7ef94769bb842'/>
<id>urn:sha1:4cd794eaa537b51f312de99ae5e7ef94769bb842</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted (c.f. 54878): import ZSH-licenced age completion from zsh-completions (by Hydrargyrum)</title>
<updated>2026-07-03T16:56:28Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-07-03T16:56:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9e26b0000df6f173d92872acadbad4da2f3f3124'/>
<id>urn:sha1:9e26b0000df6f173d92872acadbad4da2f3f3124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54899: new namei completion</title>
<updated>2026-07-03T16:36:28Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-07-03T16:36:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=567799a7ae68b8b69b7e26b01b2d65320374b7ea'/>
<id>urn:sha1:567799a7ae68b8b69b7e26b01b2d65320374b7ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54891: completion: move/rename _pkg_instance -&gt; _pkg_instances</title>
<updated>2026-07-03T12:04:40Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-01T00:26:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=85bda4391c808ee46084ad2591625ddb775ef193'/>
<id>urn:sha1:85bda4391c808ee46084ad2591625ddb775ef193</id>
<content type='text'>
and update callers
</content>
</entry>
<entry>
<title>54891: completion: move/rename several functions</title>
<updated>2026-07-03T12:03:21Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-01T00:23:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=75a52f7141628484752217433e712875563db26f'/>
<id>urn:sha1:75a52f7141628484752217433e712875563db26f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54891: completion: remove obsolete functions</title>
<updated>2026-07-03T12:02:41Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-01T00:19:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b39c9fa22dd59879acaf3da30e0a905c03ae2782'/>
<id>urn:sha1:b39c9fa22dd59879acaf3da30e0a905c03ae2782</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: _ping: revert previous _arguments fix</title>
<updated>2026-07-03T11:57:32Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-03T11:48:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=841154762ba248c9695770b3e1bc438b7e4645c7'/>
<id>urn:sha1:841154762ba248c9695770b3e1bc438b7e4645c7</id>
<content type='text'>
re: previous commit, this one was actually ok since another option is
added in front of the -A on solaris. and the change was undesirable for
the iputils case since it uses the args array for options to _arguments
itself
</content>
</entry>
<entry>
<title>unposted: completion: fix ambiguous arg specs</title>
<updated>2026-07-03T11:41:21Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-03T11:37:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=990b45858fe698185734df92c01cfb03d9950c50'/>
<id>urn:sha1:990b45858fe698185734df92c01cfb03d9950c50</id>
<content type='text'>
specs beginning with -[AMO] must be guarded

also fix an erroneous -A option in _module-assistant
</content>
</entry>
<entry>
<title>unposted: _pip: remove -b</title>
<updated>2026-07-03T11:04:22Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-03T11:00:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d4ec59cbad0bbeda78cc78d87074c2a072681f85'/>
<id>urn:sha1:d4ec59cbad0bbeda78cc78d87074c2a072681f85</id>
<content type='text'>
noticed an apparent copy/paste error in the spec. the option was removed
from pip several years ago, anyway, so we can just drop it
</content>
</entry>
<entry>
<title>unposted: _attr: $list was removed in 54528</title>
<updated>2026-07-01T13:17:27Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2026-07-01T13:17:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=843a291d4c1bf3e99cb483ad86dedd9414625bde'/>
<id>urn:sha1:843a291d4c1bf3e99cb483ad86dedd9414625bde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: completion: add _zformat</title>
<updated>2026-07-01T02:03:11Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-01T02:02:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3b04710b7d2315ee56c1b7d2464a6ea76da82d14'/>
<id>urn:sha1:3b04710b7d2315ee56c1b7d2464a6ea76da82d14</id>
<content type='text'>
per w/54767
</content>
</entry>
<entry>
<title>unposted: completion: remove _sioyek</title>
<updated>2026-07-01T01:10:05Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-07-01T00:54:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f4099833be6718bf9946b69f8d61d5999dda0953'/>
<id>urn:sha1:f4099833be6718bf9946b69f8d61d5999dda0953</id>
<content type='text'>
added in github #172, but the author agreed to submit it up-stream, and
it was accepted soon after. dropping per discussion with oliver (but
we'll keep it in 5.9)
</content>
</entry>
<entry>
<title>54868: _perl: fix -c option description</title>
<updated>2026-07-01T00:12:55Z</updated>
<author>
<name>Štěpán Němec</name>
<email>stepnem@smrk.net</email>
</author>
<published>2026-06-29T19:50:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cab4efefdf6cfb1425c1f752bce58cdc3b24d406'/>
<id>urn:sha1:cab4efefdf6cfb1425c1f752bce58cdc3b24d406</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: _nano: fix syntaxes tag</title>
<updated>2026-06-30T15:43:41Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-06-30T15:42:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=556e843b8ae8a81f85fd29925430c0f7402eb69e'/>
<id>urn:sha1:556e843b8ae8a81f85fd29925430c0f7402eb69e</id>
<content type='text'>
apparent copy/paste error
</content>
</entry>
<entry>
<title>54863 + others: completion: compadd -q -&gt; -r</title>
<updated>2026-06-30T00:53:47Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-06-30T00:50:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d1020e63e13f85c7c0f57d43143c28cf759c20c9'/>
<id>urn:sha1:d1020e63e13f85c7c0f57d43143c28cf759c20c9</id>
<content type='text'>
-q was not appropriate because a parameter name with no assignment makes
no sense in this context. use -r instead

also address some previous cases like this that i was responsible for
</content>
</entry>
<entry>
<title>unposted: _numbers: fix compadd -q spec</title>
<updated>2026-06-28T19:34:01Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-06-28T19:33:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8cea0544ba06cf6a949d971cf5aa1e26d2483405'/>
<id>urn:sha1:8cea0544ba06cf6a949d971cf5aa1e26d2483405</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: _configure: auto-remove = after variable name</title>
<updated>2026-06-28T19:27:34Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-06-28T19:27:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=64a4fbfbf7791d177848381138bc0fe4313cf717'/>
<id>urn:sha1:64a4fbfbf7791d177848381138bc0fe4313cf717</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54830 (tweaked): completion: improve _ffmpeg</title>
<updated>2026-06-24T00:41:28Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-06-24T00:41:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a91f1671c25c1f6cd65efc4376d2a1cd36c67588'/>
<id>urn:sha1:a91f1671c25c1f6cd65efc4376d2a1cd36c67588</id>
<content type='text'>
incorporates fixes for issues reported in 54832 and 54833 + others discussed
off-list with mikael
</content>
</entry>
<entry>
<title>54844: complete variable assignments with configure</title>
<updated>2026-06-23T00:05:36Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-06-23T00:05:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2e0f89f2096ed4057119ff6fb7268c28b2d97dca'/>
<id>urn:sha1:2e0f89f2096ed4057119ff6fb7268c28b2d97dca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54828: handle time arguments in shutdown completion</title>
<updated>2026-06-23T00:02:02Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-06-23T00:01:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b0e2c191ae330dcdd3a724c55e16eeead079db64'/>
<id>urn:sha1:b0e2c191ae330dcdd3a724c55e16eeead079db64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54790 (tweaked): _ffmpeg: update for modern ffmpeg</title>
<updated>2026-06-21T02:08:28Z</updated>
<author>
<name>Nuke</name>
<email>nuke@imnuke.dev</email>
</author>
<published>2026-06-16T06:44:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d189bccac6a299eff6284c0810acafa4b90030de'/>
<id>urn:sha1:d189bccac6a299eff6284c0810acafa4b90030de</id>
<content type='text'>
fixed broken patch header and re-incorporated fix from dd4666d82

has some issues, to be followed by further improvements
</content>
</entry>
<entry>
<title>github #174: completion: _gcc: coroutines-ts was merged in 2020</title>
<updated>2026-06-21T01:13:05Z</updated>
<author>
<name>Holger Hoffstätte</name>
<email>holger@applied-asynchrony.com</email>
</author>
<published>2026-06-20T10:39:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9a44183895a7267df18198defa041446691f7651'/>
<id>urn:sha1:9a44183895a7267df18198defa041446691f7651</id>
<content type='text'>
We can use the final flag for both gcc and clang.

Signed-off-by: Holger Hoffstätte &lt;holger@applied-asynchrony.com&gt;
</content>
</entry>
<entry>
<title>54768: completion: use `zformat -q` for formatting</title>
<updated>2026-06-21T00:27:09Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-06-14T04:07:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=74fa2341401ce9157df7d062b5811f92097a6bf1'/>
<id>urn:sha1:74fa2341401ce9157df7d062b5811f92097a6bf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54763: _sh: support more shells + options</title>
<updated>2026-06-21T00:14:10Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-06-13T03:02:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7e1122665e66613a4b0e7edf5d4379a91aa134cb'/>
<id>urn:sha1:7e1122665e66613a4b0e7edf5d4379a91aa134cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54800, 54807: completion options update</title>
<updated>2026-06-18T23:37:33Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-06-18T23:37:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a4e9eb4117613307405a71678af24e044c265189'/>
<id>urn:sha1:a4e9eb4117613307405a71678af24e044c265189</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54788: fix shutdown completion when not using systemd</title>
<updated>2026-06-16T08:39:58Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2026-06-16T02:20:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ed273891f334e8481c60f0b4edfdee0b74602b98'/>
<id>urn:sha1:ed273891f334e8481c60f0b4edfdee0b74602b98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: _ansible: remove duplicate option</title>
<updated>2026-06-16T03:16:48Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-06-16T03:16:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=028e7c0e836af5ef82abb18a162e090691210a09'/>
<id>urn:sha1:028e7c0e836af5ef82abb18a162e090691210a09</id>
<content type='text'>
reported on irc
</content>
</entry>
<entry>
<title>unposted: fix return code in _zip</title>
<updated>2026-06-14T21:45:22Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2026-06-14T21:31:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=599af4604f414817b1a9085cf6d9f3d8813d2b17'/>
<id>urn:sha1:599af4604f414817b1a9085cf6d9f3d8813d2b17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: remove dead code</title>
<updated>2026-06-14T20:37:11Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-06-14T20:37:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1fe3c019b1d036c3a10a14ae61f0cc95b6ee244f'/>
<id>urn:sha1:1fe3c019b1d036c3a10a14ae61f0cc95b6ee244f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: use _tilde_files in cdrecord completion</title>
<updated>2026-06-14T20:35:51Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-06-14T20:35:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=07749964695990c47a0c8b4636d469428dc2b4c8'/>
<id>urn:sha1:07749964695990c47a0c8b4636d469428dc2b4c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54665: new utility function for mixing in extra values</title>
<updated>2026-06-14T20:32:05Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-06-14T20:32:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9bc0028bb7b59d80d5238fa7b82f8633e4c47431'/>
<id>urn:sha1:9bc0028bb7b59d80d5238fa7b82f8633e4c47431</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54659: comparguments: support zsh-style '-' terminator with -S -S</title>
<updated>2026-06-09T00:53:13Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-06-02T02:15:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0e2f4f282191f13c3e32969b38483dcde9301c86'/>
<id>urn:sha1:0e2f4f282191f13c3e32969b38483dcde9301c86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: add :S from 51816 to completion</title>
<updated>2026-06-07T10:47:18Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2026-06-07T04:31:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6e1385fe0d280499b3bda60582512a006741d384'/>
<id>urn:sha1:6e1385fe0d280499b3bda60582512a006741d384</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54660: compinit: improve argument parsing</title>
<updated>2026-06-05T04:33:10Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-06-02T03:02:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=da21c9bb15e65d8feab48f71a11c0d1f733721e7'/>
<id>urn:sha1:da21c9bb15e65d8feab48f71a11c0d1f733721e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: compdump: guard arguments to mv</title>
<updated>2026-06-04T23:44:41Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-06-04T23:44:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3bc14afb628b40a3de6ef26be19d782b423963cc'/>
<id>urn:sha1:3bc14afb628b40a3de6ef26be19d782b423963cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>49676: _ansible: re-read cached hosts &amp; groups on directory change</title>
<updated>2026-06-04T04:14:52Z</updated>
<author>
<name>Moritz Bunkus</name>
<email>mo@bunkus.online</email>
</author>
<published>2026-06-04T04:13:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=423bbfcafce950819f3dd5c6bdf47e700254a8f8'/>
<id>urn:sha1:423bbfcafce950819f3dd5c6bdf47e700254a8f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54663: update ruby JIT flags</title>
<updated>2026-06-04T02:14:25Z</updated>
<author>
<name>Shohei YOSHIDA</name>
<email>syohex@gmail.com</email>
</author>
<published>2026-06-03T14:00:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3d405f871daab11d7f7282ede45c5b0a07b599d4'/>
<id>urn:sha1:3d405f871daab11d7f7282ede45c5b0a07b599d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: _imagemagick: support .heic extension</title>
<updated>2026-05-31T04:01:56Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-05-31T03:30:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b71491519026c1529a681fad405244adbfa89ffb'/>
<id>urn:sha1:b71491519026c1529a681fad405244adbfa89ffb</id>
<content type='text'>
based on this patch by ryoon &lt;ryoon@pkgsrc.org&gt;:

https://github.com/NetBSD/pkgsrc/blob/c34c295d1287bdf1/shells/zsh/patches/patch-Completion_Unix_Command___imagemagick
</content>
</entry>
<entry>
<title>unposted: _diff_options: assume diff under netbsd is gnu-like</title>
<updated>2026-05-31T04:01:56Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-05-31T03:24:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=682ed9c5ae812174c5fc1e1bf3e83cb7a41129fc'/>
<id>urn:sha1:682ed9c5ae812174c5fc1e1bf3e83cb7a41129fc</id>
<content type='text'>
based on this patch by ryoon &lt;ryoon@pkgsrc.org&gt;:

https://github.com/NetBSD/pkgsrc/blob/275a7cad4b867684/shells/zsh/patches/patch-Completion_Unix_Type___diff__options
</content>
</entry>
<entry>
<title>54625: remove .cvsignore</title>
<updated>2026-05-30T04:23:34Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-05-29T05:04:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8714db6175ba78f91adc51c84cf7d2c27b9fdebe'/>
<id>urn:sha1:8714db6175ba78f91adc51c84cf7d2c27b9fdebe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: completion/debian: Update for new programming language sections</title>
<updated>2026-05-26T02:31:33Z</updated>
<author>
<name>Josh Triplett</name>
<email>josh@joshtriplett.org</email>
</author>
<published>2016-12-09T04:19:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a58ad1a01441e2f6b1b8fcd1aa85e5342f3b07e1'/>
<id>urn:sha1:a58ad1a01441e2f6b1b8fcd1aa85e5342f3b07e1</id>
<content type='text'>
debian patch that was never submitted up-stream

https://sources.debian.org/src/zsh/5.9-8/debian/patches/fix-typos-in-man-pages.patch
</content>
</entry>
<entry>
<title>unposted: _jobs_fg: complete disown -a</title>
<updated>2026-05-23T05:59:23Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-05-20T19:27:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9ec66ef0fa344fd32e713042eeea709d1cc00758'/>
<id>urn:sha1:9ec66ef0fa344fd32e713042eeea709d1cc00758</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54574: _numbers: align descriptions</title>
<updated>2026-05-21T19:25:35Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-05-15T23:43:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e5c779a9a6946660cb9365a65d95e7b8974bc0a4'/>
<id>urn:sha1:e5c779a9a6946660cb9365a65d95e7b8974bc0a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github #160 (tweaked): New Papers completion</title>
<updated>2026-05-19T02:40:46Z</updated>
<author>
<name>Michael Kuhn</name>
<email>github@ikkoku.de</email>
</author>
<published>2026-03-06T21:40:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=710a8f011ef456cd01751ec059d2c9b169335a5c'/>
<id>urn:sha1:710a8f011ef456cd01751ec059d2c9b169335a5c</id>
<content type='text'>
Papers is the successor of Evince, see:
https://gitlab.gnome.org/GNOME/papers

tweaked to use groups, fix exclusions, adjust wording, etc
</content>
</entry>
<entry>
<title>github #172: Completion for "sioyek" (PDF viewer)</title>
<updated>2026-05-18T22:26:26Z</updated>
<author>
<name>GI</name>
<email>gi1242+zsh@gmail.com</email>
</author>
<published>2026-05-13T22:25:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f90e49dfcad9b8bde31c91670ba4f2b941eb38c5'/>
<id>urn:sha1:f90e49dfcad9b8bde31c91670ba4f2b941eb38c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: complete network interfaces for the netif service given new workings for jails</title>
<updated>2026-05-18T22:17:09Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-05-18T22:13:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d387b4dc057a9e924cb699d661c32bd3de15d1b0'/>
<id>urn:sha1:d387b4dc057a9e924cb699d661c32bd3de15d1b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github #166: complete names of non-running FreeBSD jails</title>
<updated>2026-05-18T22:17:08Z</updated>
<author>
<name>Nick Price</name>
<email>nick@spun.io</email>
</author>
<published>2026-05-18T22:02:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2e6560e483b99496ab9e01d5f9f30ca5a0ef61db'/>
<id>urn:sha1:2e6560e483b99496ab9e01d5f9f30ca5a0ef61db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54578: relacement for 52373 without breaking use of the format style with a unit-suffixes tag</title>
<updated>2026-05-18T22:17:07Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-05-17T01:57:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cba1554c7b211a48ef29a451cf05af61b0d30578'/>
<id>urn:sha1:cba1554c7b211a48ef29a451cf05af61b0d30578</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54577: restore environment variable completion to env</title>
<updated>2026-05-18T22:17:07Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-05-17T00:34:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a743a83b91347d898dfeb67b58d84c6e1355563a'/>
<id>urn:sha1:a743a83b91347d898dfeb67b58d84c6e1355563a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54576: adapt git config completon to new sub-commands</title>
<updated>2026-05-18T22:17:04Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-05-17T00:15:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=10b8d3c1cbe14380fdd6dadcec2b1309bfef3318'/>
<id>urn:sha1:10b8d3c1cbe14380fdd6dadcec2b1309bfef3318</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github #169: completion: remove _darcs</title>
<updated>2026-05-17T00:30:56Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-05-17T00:30:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1502edd5940d3eace3e5da88a8e2cef89e6b4de0'/>
<id>urn:sha1:1502edd5940d3eace3e5da88a8e2cef89e6b4de0</id>
<content type='text'>
now provided by up-stream (see previous commit)
</content>
</entry>
<entry>
<title>github #169: completion: update _darcs from up-stream</title>
<updated>2026-05-17T00:30:07Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-05-17T00:29:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=99d875d65689e771e50e3e113e4701522913126b'/>
<id>urn:sha1:99d875d65689e771e50e3e113e4701522913126b</id>
<content type='text'>
this function is now provided by the up-stream project, so it will be removed
from the zsh distribution. this commit exists to back-port into 5.9.1 -- i felt
the history might be confusing if the update appeared only in that branch
</content>
</entry>
<entry>
<title>54533: _gcc: fix some funny autogenerated artifacts and other typos</title>
<updated>2026-05-16T16:28:27Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2026-05-07T20:54:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=61906cc70028b28a2558b6a2bcc00d8a9cd0072d'/>
<id>urn:sha1:61906cc70028b28a2558b6a2bcc00d8a9cd0072d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54532: completers: various small fixes</title>
<updated>2026-05-16T16:28:26Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2026-05-07T18:07:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=dd4666d82ec24777c47a8f0ffcdc2dde417d7802'/>
<id>urn:sha1:dd4666d82ec24777c47a8f0ffcdc2dde417d7802</id>
<content type='text'>
_find: - and + were reversed compared to the disp string
_zstyle: fix typo breaking chpwd-specific style completion
_sudo: minor typo in exclusion list
_rsync: fix some minor thinkos
_ip: fix a few typos
_sort: remove double --ignore-nonprinting line
_df: fix typo widge -&gt; wedge
_tmux: fix various issues
_mount: defperm confusion
_sed: typo
_netstat: fix -4/-6 typo
_wget: fix some syntactical typos
_subversion: fix using wrong cache name
_lsof: typo
_ffmpeg: fix copy-pasto in for scodecs
_ansible: --skip-tags also takes tags
</content>
</entry>
<entry>
<title>54531: completers: remove spurious ; in "case $foo; in"</title>
<updated>2026-05-16T16:28:26Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2026-05-07T18:29:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3c9f75bd17d8a8b208fb7e76be78a0b88f2dc925'/>
<id>urn:sha1:3c9f75bd17d8a8b208fb7e76be78a0b88f2dc925</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54530: Fix typo in default value for avoid-completer</title>
<updated>2026-05-16T16:28:26Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2026-05-07T17:52:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=65852a734cfe7f4b0637f349b7ee38d04d760f92'/>
<id>urn:sha1:65852a734cfe7f4b0637f349b7ee38d04d760f92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54425+54429+54449: compdef -[kK]: avoid forking</title>
<updated>2026-05-15T20:04:02Z</updated>
<author>
<name>Charles Blake</name>
<email>charlechaud@gmail.com</email>
</author>
<published>2026-04-30T07:20:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=417059e4764ca9694362e1d291d522a9a528bd4e'/>
<id>urn:sha1:417059e4764ca9694362e1d291d522a9a528bd4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54528: completion option updates and minor cleanups</title>
<updated>2026-05-14T20:13:01Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-05-14T20:13:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=175e06494d28b1d55421c5f214c4d77790c7879b'/>
<id>urn:sha1:175e06494d28b1d55421c5f214c4d77790c7879b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54526: update completions for FreeBSD 14.4 and 15.0</title>
<updated>2026-05-14T20:08:17Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-05-14T20:08:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f3cd3a4608d938782bdc881272baa3949d3c37ae'/>
<id>urn:sha1:f3cd3a4608d938782bdc881272baa3949d3c37ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54501: completion: add chdman, fish, nano</title>
<updated>2026-05-11T23:44:44Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-05-08T01:39:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d8be205d2cafff0642fcb886cfdb409f2ea21af0'/>
<id>urn:sha1:d8be205d2cafff0642fcb886cfdb409f2ea21af0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54500: completion: chown, cpio: support user:group syntax only</title>
<updated>2026-05-11T23:44:27Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-05-08T01:08:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d06bd7a9aeb755e21fafe5589de42ac137f56229'/>
<id>urn:sha1:d06bd7a9aeb755e21fafe5589de42ac137f56229</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: complete files after semanage fcontext -e</title>
<updated>2026-05-10T20:21:25Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-05-10T20:21:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ef574dbb79a4a0bcdaa02819954b39c9614b4b05'/>
<id>urn:sha1:ef574dbb79a4a0bcdaa02819954b39c9614b4b05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54445: support more systems in terminal name completion</title>
<updated>2026-05-10T19:58:26Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-05-02T00:30:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=118e05858b1733c85bf95d0d9927ae6a0edc92c9'/>
<id>urn:sha1:118e05858b1733c85bf95d0d9927ae6a0edc92c9</id>
<content type='text'>
Parse termcap and full terminfo source formats.
</content>
</entry>
<entry>
<title>54454: _values: auto-remove argument separator</title>
<updated>2026-05-07T02:35:01Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-05-02T21:26:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3f5e8496a5350ec83eeaa3a7981e10697f1a9173'/>
<id>urn:sha1:3f5e8496a5350ec83eeaa3a7981e10697f1a9173</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54448: completion: update base64, btrfs, emulate, tree</title>
<updated>2026-05-05T00:24:56Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-05-02T02:38:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6eacb5bea90b62fb4c7c448d23084065e865fe33'/>
<id>urn:sha1:6eacb5bea90b62fb4c7c448d23084065e865fe33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: completion: add missing + to some short-option specs</title>
<updated>2026-05-03T22:52:25Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-05-03T22:51:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=147e04af0a5372282f6fc5669705b99ce5b12944'/>
<id>urn:sha1:147e04af0a5372282f6fc5669705b99ce5b12944</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: completion: add _echo</title>
<updated>2026-05-03T00:19:11Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-05-03T00:14:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ef2c40fe73e50fefda7946c4c971cd2898bd6469'/>
<id>urn:sha1:ef2c40fe73e50fefda7946c4c971cd2898bd6469</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: remove the 'this' from 'show this help and exit' in completers</title>
<updated>2026-05-02T23:23:23Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2026-05-02T23:22:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d8be227a1006f89c6e1b69c988f7c515ec15538d'/>
<id>urn:sha1:d8be227a1006f89c6e1b69c988f7c515ec15538d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54423 (tweaked): compinit: improve and document -w</title>
<updated>2026-05-02T19:09:17Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-05-02T19:06:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b40b7e908aa3df8716a1be1e1958a7a3f2ca57ab'/>
<id>urn:sha1:b40b7e908aa3df8716a1be1e1958a7a3f2ca57ab</id>
<content type='text'>
also add new-line after compaudit prompt

tweaked -D/-w exclusions in _compinit
</content>
</entry>
<entry>
<title>unposted: _mpc: fix typo for -h flag</title>
<updated>2026-05-02T06:20:45Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2023-02-05T03:58:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=532d93e0805bf4ea0ac29db2735c8f70ff8f219e'/>
<id>urn:sha1:532d93e0805bf4ea0ac29db2735c8f70ff8f219e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54218: _ip: add missing options</title>
<updated>2026-04-30T19:33:57Z</updated>
<author>
<name>Ryan Rotter</name>
<email>rrotter@me.com</email>
</author>
<published>2026-03-11T19:36:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=40625a597581e8d3fd3dc8dc71a97d6e15c57242'/>
<id>urn:sha1:40625a597581e8d3fd3dc8dc71a97d6e15c57242</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github #168: complete apt history commands</title>
<updated>2026-04-30T19:19:01Z</updated>
<author>
<name>Christopher Bock</name>
<email>christopher@bocki.com</email>
</author>
<published>2026-04-30T17:39:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c26e702ff7b28b388c86ec7eb2f3d5c8304e2b85'/>
<id>urn:sha1:c26e702ff7b28b388c86ec7eb2f3d5c8304e2b85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: nedit-client is also commonly used as as the name for nc</title>
<updated>2026-04-30T19:03:24Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-04-30T19:03:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6d0a9e2fc03f3ca0b2983e1694b2255981f3f08b'/>
<id>urn:sha1:6d0a9e2fc03f3ca0b2983e1694b2255981f3f08b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: ghostscript completion does a better job of handling gsnd</title>
<updated>2026-04-30T18:59:36Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-04-30T18:59:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=31e8b0a14bfbff286ef96a8943722cb685cae751'/>
<id>urn:sha1:31e8b0a14bfbff286ef96a8943722cb685cae751</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: complete also for FreeBSD's flua</title>
<updated>2026-04-30T18:52:51Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-04-30T18:52:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9c8474b72688606d34e3854fc8fdd63d37b0fed2'/>
<id>urn:sha1:9c8474b72688606d34e3854fc8fdd63d37b0fed2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: fix for approximate completion/correction after sudo</title>
<updated>2026-04-30T18:50:11Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-04-30T18:38:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9f366002d458592fb2ae1780814580eb96a6ec68'/>
<id>urn:sha1:9f366002d458592fb2ae1780814580eb96a6ec68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: _opkg: guard zparseopts long-option specs</title>
<updated>2026-04-30T04:43:12Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-04-30T04:42:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=61fcbb74e97e020a55b4781070fb5779e413c3d1'/>
<id>urn:sha1:61fcbb74e97e020a55b4781070fb5779e413c3d1</id>
<content type='text'>
see w/54376
</content>
</entry>
<entry>
<title>unposted: completion: add _compinit</title>
<updated>2026-04-29T23:36:12Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-04-29T23:33:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4bb707dd3430a9ccb94f9b252c6f3f3e34e82350'/>
<id>urn:sha1:4bb707dd3430a9ccb94f9b252c6f3f3e34e82350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54394: completion: add _7zip</title>
<updated>2026-04-29T03:09:06Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-04-29T03:08:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=80a6baf0711fea50d3d6b61e4368235d60d7eea1'/>
<id>urn:sha1:80a6baf0711fea50d3d6b61e4368235d60d7eea1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github #167: _tmux: include new options added between 3.4 and next-3.7</title>
<updated>2026-04-29T03:05:40Z</updated>
<author>
<name>Matt Koscica</name>
<email>matt.koscica@gmail.com</email>
</author>
<published>2026-04-15T19:42:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1827dd03117bc4f0f211dc31990f8d47e5b83d7f'/>
<id>urn:sha1:1827dd03117bc4f0f211dc31990f8d47e5b83d7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54361 (tweaked): zparseopts: print friendlier usage errors, add -n option</title>
<updated>2026-04-19T17:36:10Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2026-04-19T17:35:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=90fa3d2816ee3c770966dd42f548d770d266d2bd'/>
<id>urn:sha1:90fa3d2816ee3c770966dd42f548d770d266d2bd</id>
<content type='text'>
tweaked to adjust order of options in documentation
</content>
</entry>
<entry>
<title>54181, 54331: remove support for restricted shell</title>
<updated>2026-04-14T01:14:46Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2026-04-14T01:14:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e73499b372c398c1043b12955c3b3e7602b1a992'/>
<id>urn:sha1:e73499b372c398c1043b12955c3b3e7602b1a992</id>
<content type='text'>
This is in response to a security report. There are too many potential ways
to break out of a restricted shell and more secure, modern alternatives exist.
</content>
</entry>
<entry>
<title>54327: parameter names with dot are allowed except just after $</title>
<updated>2026-04-13T00:44:50Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2026-04-13T00:44:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f7769ad6329a2e3f90eee2be74b0cba59a60577e'/>
<id>urn:sha1:f7769ad6329a2e3f90eee2be74b0cba59a60577e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>54319: turn off AUTO_NAME_DIRS option in completion</title>
<updated>2026-04-08T09:05:59Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2026-04-08T08:59:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b28db218a1028ba24563385c8de9a2c871d9010a'/>
<id>urn:sha1:b28db218a1028ba24563385c8de9a2c871d9010a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github #156: _git: fix --git-dir and --work-tree options when used with parameters</title>
<updated>2026-04-05T19:08:04Z</updated>
<author>
<name>Bao Trinh</name>
<email>baod.rate@gmail.com</email>
</author>
<published>2026-02-18T12:51:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e2aa560919a2398d87ffb2a36e2cad8184f70c74'/>
<id>urn:sha1:e2aa560919a2398d87ffb2a36e2cad8184f70c74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github #153: _zfs update zpool-prop's</title>
<updated>2026-04-05T19:01:49Z</updated>
<author>
<name>Christopher Bock</name>
<email>christopher@bocki.com</email>
</author>
<published>2026-01-23T21:02:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2f338edfd928b2f9fd7f185c2f19995bccf26531'/>
<id>urn:sha1:2f338edfd928b2f9fd7f185c2f19995bccf26531</id>
<content type='text'>
</content>
</entry>
</feed>
