mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
updated share/help.txt
This commit is contained in:
+32
-6
@@ -1,22 +1,30 @@
|
||||
Usage:
|
||||
|
||||
$ curl cheat.sh/TOPIC show cheat sheet on the TOPIC
|
||||
$ curl cheat.sh/TOPIC/SUB show cheat sheet on the SUB topic in TOPIC
|
||||
$ curl cheat.sh/~KEYWORD search cheat sheets for KEYWORD
|
||||
|
||||
Options:
|
||||
|
||||
?OPTIONS
|
||||
|
||||
q quiet mode, don't show github/twitter buttons
|
||||
T text only, no ANSI sequences
|
||||
q quiet mode, don't show github/twitter buttons
|
||||
T text only, no ANSI sequences
|
||||
style=STYLE color style
|
||||
|
||||
Options can be combined together in this way:
|
||||
|
||||
curl cheat.sh/for?qT&style=bw
|
||||
|
||||
|
||||
Special pages:
|
||||
|
||||
:help this page
|
||||
:post how to post new cheat sheet
|
||||
:bash_completion bash function for tab completion
|
||||
:list list all cheat sheets
|
||||
:help this page
|
||||
:list list all cheat sheets
|
||||
:post how to post new cheat sheet
|
||||
:bash_completion bash function for tab completion
|
||||
:styles list of color styles
|
||||
:styles-demo show color styles usage examples
|
||||
|
||||
Tab completion:
|
||||
|
||||
@@ -40,3 +48,21 @@ List of search options:
|
||||
i case insensitive search
|
||||
r recursive
|
||||
|
||||
|
||||
Programming languages topics:
|
||||
|
||||
each programming language topic has the following subptopics:
|
||||
|
||||
hello hello world + how to start the program
|
||||
:learn big cheat sheet for learning language from scratch
|
||||
:list list of topics
|
||||
|
||||
Support programming languages:
|
||||
|
||||
go
|
||||
scala
|
||||
rust
|
||||
python
|
||||
php
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user