<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/command-not-found, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/command-not-found?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/command-not-found?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2025-09-23T09:57:21Z</updated>
<entry>
<title>fix(command-not-found): support latest homebrew (#13327)</title>
<updated>2025-09-23T09:57:21Z</updated>
<author>
<name>Christian Kilmer</name>
<email>109920997+ChristianKilmer@users.noreply.github.com</email>
</author>
<published>2025-09-23T09:57:21Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=763aab3271f4bbe3b41caabd28088b7fb31abae4'/>
<id>urn:sha1:763aab3271f4bbe3b41caabd28088b7fb31abae4</id>
<content type='text'>
Co-authored-by: Carlo Sala &lt;carlosalag@protonmail.com&gt;
</content>
</entry>
<entry>
<title>docs(command-not-found): mention gentoo support (#12530)</title>
<updated>2024-07-02T15:21:21Z</updated>
<author>
<name>Luke</name>
<email>luke@blucobalt.dev</email>
</author>
<published>2024-07-02T15:21:21Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=bdd9ee3687ffcf2e6ba725a9ab1be62487b8d7e2'/>
<id>urn:sha1:bdd9ee3687ffcf2e6ba725a9ab1be62487b8d7e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(command-not-found): add support for Homebrew on Linux</title>
<updated>2023-10-19T18:47:26Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc@mcornella.com</email>
</author>
<published>2023-10-19T18:47:26Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=9f84ba085425800dee0b4e391d8cf377806dc75e'/>
<id>urn:sha1:9f84ba085425800dee0b4e391d8cf377806dc75e</id>
<content type='text'>
Fixes #11151
</content>
</entry>
<entry>
<title>feat(cnf): Added support for SUSE-derived operation systems (ZYpp) to CNF plugin (#10508)</title>
<updated>2021-12-18T00:02:06Z</updated>
<author>
<name>theVerusDev</name>
<email>richard.p23@protonmail.com</email>
</author>
<published>2021-12-18T00:02:06Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=f8c76d55a7c26ba7061d95ed4ba7fb200f3e6cde'/>
<id>urn:sha1:f8c76d55a7c26ba7061d95ed4ba7fb200f3e6cde</id>
<content type='text'>
* Added support for SUSE and derivatives for command-not-found plugin

* Updated command-not-found documentation to list support for SUSE and derivatives</content>
</entry>
<entry>
<title>fix(command-not-found): pass arguments correctly in Termux (#10403)</title>
<updated>2021-11-10T14:03:38Z</updated>
<author>
<name>Kirill Molchanov</name>
<email>k03.mad@gmail.com</email>
</author>
<published>2021-11-10T14:03:38Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=22de1d304c730c6e364a57a7b901978bd2fcd061'/>
<id>urn:sha1:22de1d304c730c6e364a57a7b901978bd2fcd061</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(command-not-found): pass arguments correctly in NixOS (#10381)</title>
<updated>2021-11-03T12:17:23Z</updated>
<author>
<name>amnore</name>
<email>Mr.ChenWithCapsule@outlook.com</email>
</author>
<published>2021-11-03T12:17:23Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=9a02515c7c8eee90909fe72d59d2e3169cb5ed28'/>
<id>urn:sha1:9a02515c7c8eee90909fe72d59d2e3169cb5ed28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(command-not-found): remove invalid argument for PackageKit (#9876)</title>
<updated>2021-05-03T14:49:41Z</updated>
<author>
<name>sevendials</name>
<email>christj@gmail.com</email>
</author>
<published>2021-05-03T14:49:41Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=f4de8c5b3a977d67ecbd302f24463dc00667eb40'/>
<id>urn:sha1:f4de8c5b3a977d67ecbd302f24463dc00667eb40</id>
<content type='text'>
`pk-command-not-found` doesn't accept `--` as an argument. This is what happens when `--` is the first argument:

```
$  gem
zsh: --: command not found...
```</content>
</entry>
<entry>
<title>feat(command-not-found): add support for Termux (#9666)</title>
<updated>2021-04-09T19:42:11Z</updated>
<author>
<name>Mario A</name>
<email>marioanacl22@gmail.com</email>
</author>
<published>2021-02-14T13:44:59Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=6ae78695efa8c222d716db267041f3ad19114d98'/>
<id>urn:sha1:6ae78695efa8c222d716db267041f3ad19114d98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(command-not-found): clean up and reorganize logic</title>
<updated>2021-04-09T19:22:25Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-04-09T19:21:57Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=b54a6dab9cc9db9196aae5d8bc53ac3956855ecf'/>
<id>urn:sha1:b54a6dab9cc9db9196aae5d8bc53ac3956855ecf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(command-not-found): add support for Homebrew on Apple M1 (#9797)</title>
<updated>2021-04-09T19:22:24Z</updated>
<author>
<name>Daniel Wang</name>
<email>wangyang0123@gmail.com</email>
</author>
<published>2021-04-08T05:59:57Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=8b55fb3b60e885934745b03d8fd550c6eaa82121'/>
<id>urn:sha1:8b55fb3b60e885934745b03d8fd550c6eaa82121</id>
<content type='text'>
</content>
</entry>
</feed>
