Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyga/command-not-found
Master repository for lp:command-not-found the magic command line helper installed on all Ubuntu releases
https://github.com/zyga/command-not-found
Last synced: 2 days ago
JSON representation
Master repository for lp:command-not-found the magic command line helper installed on all Ubuntu releases
- Host: GitHub
- URL: https://github.com/zyga/command-not-found
- Owner: zyga
- License: other
- Created: 2013-02-27T12:46:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-17T11:43:14.000Z (over 11 years ago)
- Last Synced: 2024-04-16T03:39:37.881Z (7 months ago)
- Language: Python
- Size: 1.43 MB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This application implements the command-not-found spec at:
https://wiki.ubuntu.com/CommandNotFoundMagicIf you want automatic prompts to install the package, set
COMMAND_NOT_FOUND_INSTALL_PROMPT in your environment.To use it in bash, please add the following line to your .bashrc file:
. /etc/bash_command_not_foundTo use it in zsh, please add the following line to your .zshrc file:
. /etc/zsh_command_not_found
Note that it overrides the preexec and precmd functions, in case you have
defined your own.