Hielke Walinga ed94e06dda command-not-found: speed up call to Homebrew command-not-found (#7740) 4 年之前
..
README.md d79415b17d command-not-found: add support for NixOS (#7701) 5 年之前
command-not-found.plugin.zsh ed94e06dda command-not-found: speed up call to Homebrew command-not-found (#7740) 4 年之前

README.md

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.