You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
827 B
27 lines
827 B
Command-Not-Found
|
|
=================
|
|
|
|
Displays installation information for not found commands by loading the
|
|
[command-not-found][1] tool on Debian-based and Arch Linux-based distributions.
|
|
|
|
For users of Mac OS X, if homebrew and [homebrew-command-not-found][2] are properly installed, this module will provide similar information as is presented to Linux users.
|
|
|
|
For example... (on OSX with Homebrew)
|
|
|
|
```bash
|
|
$ when
|
|
The program 'when' is currently not installed. You can install it by typing:
|
|
brew install when
|
|
```
|
|
|
|
Authors
|
|
-------
|
|
|
|
*The authors of this module should be contacted via the [issue tracker][3].*
|
|
|
|
- [Joseph Booker](https://github.com/sargas)
|
|
|
|
[1]: https://code.launchpad.net/command-not-found
|
|
[2]: https://github.com/bfontaine/homebrew-command-not-found
|
|
[3]: https://github.com/sorin-ionescu/prezto/issues
|