Skip to content
/ cheat Public

A cheat.rb clone in shell (use git repo to store cheatsheets).

License

Notifications You must be signed in to change notification settings

weakish/cheat

Repository files navigation

cheat

A cheat.rb clone in shell (use git repo to store cheatsheets).

It uses git repository instead of central website to store cheat-sheets.

xkcd1168

Install

git clone git://github.com/weakish/cheat.git
cd cheat
# edit config.mk to suit your needs
make

Uninstall

cd cheat
make uninstall

Usage

cheat cheat

Or view it online.

Cheat-sheets

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.

Contribute

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.

About

A cheat.rb clone in shell (use git repo to store cheatsheets).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published