A cheat.rb clone in shell (use git repo to store cheatsheets).
It uses git repository instead of central website to store cheat-sheets.
git clone git://github.com/weakish/cheat.git
cd cheat
# edit config.mk to suit your needs
make
cd cheat
make uninstall
cheat cheat
Or view it online.
All cheat-sheets are stored in a git repository.
The path to the git repository is specified in environment variable CHEAT_REPO
.
There is a git-based wiki hosted on GitHub too. You may clone it to your machine. All cheat-sheets are licensed under 0BSD, the same license of cheat shell scripts.
Fork and send pull requests.
Report issues.
Submit and edit cheatsheets in the following ways:
- Fork the wiki repo and send pull requests, just like its code.
- Edit the wiki through web.
- Edit the wiki through GitHub api.