0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/command-not-found
theVerusDev f8c76d55a7
feat(cnf): Added support for SUSE-derived operation systems (ZYpp) to CNF plugin (#10508)
* Added support for SUSE and derivatives for command-not-found plugin

* Updated command-not-found documentation to list support for SUSE and derivatives
2021-12-17 16:02:06 -08:00
..
command-not-found.plugin.zsh feat(cnf): Added support for SUSE-derived operation systems (ZYpp) to CNF plugin (#10508) 2021-12-17 16:02:06 -08:00
README.md feat(cnf): Added support for SUSE-derived operation systems (ZYpp) to CNF plugin (#10508) 2021-12-17 16:02:06 -08:00

command-not-found plugin

This plugin uses the command-not-found package for zsh to provide suggested packages to be installed if a command cannot be found.

To use it, add command-not-found to the plugins array of your zshrc file:

plugins=(... command-not-found)

An example of how this plugin works in Ubuntu:

$ mutt
The program 'mutt' can be found in the following packages:
 * mutt
 * mutt-kz
 * mutt-patched
Try: sudo apt install <selected package>

Supported platforms

It works out of the box with the command-not-found packages for:

You can add support for other platforms by submitting a Pull Request.