GitXplorerGitXplorer
z

command-not-found

public
9 stars
1 forks
4 issues

Commits

List of commits on branch master.
Unverified
57461d8d03bcd54713860edc91137f1d472f1b80

Merge pull request #5 from burgerga/lp-1073919

zzyga committed 12 years ago
Unverified
d8baaa35e11cb15685165706f12f7b47122ee1f9

install_prompt: move python2 only code (str.decode) to the python2 block (LP: #1073919)

bburgerga committed 12 years ago
Unverified
01877ab2102b4d2c2fa4015e402c3d3fa8c170e1

setup.py: call version 0.3 as its a python*3* verison ;)

mmvo5 committed 13 years ago
Unverified
69a9a5b072886903c6486a6741eb644b7becab56

merged python3 port lp:~cjwatson/command-not-found/python3, thanks to Colin Watson

mmvo5 committed 13 years ago
Unverified
dc448f9d709995a40748f04670e249d23c1c6381

Revert unnecessary list(range(...)) wrapping.

ccjwatson committed 13 years ago
Unverified
3acce01495bbecab4d41d828ac7c494984e4ba3b

Fix "key is not bytes" thinko.

ccjwatson committed 13 years ago

README

The README file for this repository.

This application implements the command-not-found spec at: https://wiki.ubuntu.com/CommandNotFoundMagic

If 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_found

To 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.