11Usage:
2-
3- $ curl cheat.sh/TOPIC show cheat sheet on the TOPIC
4- $ curl cheat.sh/TOPIC/SUB show cheat sheet on the SUB topic in TOPIC
2+
3+ $ curl cheat.sh/TOPIC show cheat sheet on the TOPIC
4+ $ curl cheat.sh/TOPIC/SUB show cheat sheet on the SUB topic in TOPIC
55 $ curl cheat.sh/~KEYWORD search cheat sheets for KEYWORD
66
77Options:
@@ -19,7 +19,7 @@ Options:
1919Options can be combined together in this way:
2020
2121 curl 'cheat.sh/for?qT&style=bw'
22-
22+
2323(when using & in shell, don't forget to specify the quotes or escape & with \)
2424
2525Special pages:
@@ -54,7 +54,7 @@ Editor integration:
5454
5555Search:
5656
57- /~snapshot look for "snapshot" in the first level cheat sheets
57+ /~snapshot look for "snapshot" in the first level cheat sheets
5858 /~ssh~passphrase several keywords can be combined together using ~
5959 /scala/~closure look for "closure" in scala cheat sheets
6060 /~snapshot/r look for "snapshot" in all cheat sheets recursively
@@ -71,17 +71,9 @@ List of search options:
7171
7272Programming languages topics:
7373
74- each programming language topic has the following subptopics :
74+ Each programming language topic has the following subtopics :
7575
7676 hello hello world + how to start the program
7777 :learn big cheat sheet for learning language from scratch
78- :list list of topics
78+ :list list of topics
7979 :random fetches a random cheat sheet belonging to the topic
80-
81- Support programming languages:
82-
83- go
84- scala
85- rust
86- python
87- php
0 commit comments