-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathREADME
More file actions
35 lines (22 loc) · 656 Bytes
/
README
File metadata and controls
35 lines (22 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
== Cheat
Cheat is a simple command line reference utility. Use it to retrieve handy
information from the cheat sheet repository.
$ cheat sheets
$ cheat cheat
$ cheat recent
To freshen your local cache, supply the --new edit.
$ cheat sheets --new
To edit a cheat sheet, use the --edit switch.
$ cheat markaby --edit
To add a cheat sheet, use the --add switch.
$ cheat readme --add
To execute a sheet, use the --execute or -x switch.
$ cheat rspec_rails_install_edge --execute
$ cheat rspec_rails_install_edge --x
Special Thanks To:
- Evan Weaver
- Kevin Marsh
- Jeremy Apthorp
The Cheat Sheet Repository:
- http://cheat.errtheblog.com/
Enjoy.