Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
b2f51a1a
Commit
b2f51a1a
authored
Oct 12, 2018
by
Jeffrey Chandler
Committed by
Marc Cornellà
Oct 12, 2018
Browse files
command-not-found: add README (#7272)
parent
6fecbf6a
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/command-not-found/README.md
0 → 100644
View file @
b2f51a1a
# 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:
```
zsh
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:
-
[
Ubuntu
](
https://www.porcheron.info/command-not-found-for-zsh/
)
-
[
Debian
](
https://packages.debian.org/search?keywords=command-not-found
)
-
[
Arch Linux
](
https://wiki.archlinux.org/index.php/Pkgfile#Command_not_found
)
-
[
macOS (Homebrew)
](
https://github.com/Homebrew/homebrew-command-not-found
)
-
[
Fedora
](
https://fedoraproject.org/wiki/Features/PackageKitCommandNotFound
)
You can add support for other platforms by submitting a Pull Request.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment