cheat: add page (#3721)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
a907d99121
commit
d19bf5d17f
24
pages/common/cheat.md
Normal file
24
pages/common/cheat.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# cheat
|
||||||
|
|
||||||
|
> Create and view interactive cheat sheets on the command-line.
|
||||||
|
> More information: <https://github.com/cheat/cheat>.
|
||||||
|
|
||||||
|
- Show example usage of a command:
|
||||||
|
|
||||||
|
`cheat {{command}}`
|
||||||
|
|
||||||
|
- Edit the cheat sheet for a command:
|
||||||
|
|
||||||
|
`cheat -e {{command}}`
|
||||||
|
|
||||||
|
- List the available cheat sheets:
|
||||||
|
|
||||||
|
`cheat -l`
|
||||||
|
|
||||||
|
- Search available the cheat sheets for a specified command name:
|
||||||
|
|
||||||
|
`cheat -s {{command}}`
|
||||||
|
|
||||||
|
- Get the current cheat version:
|
||||||
|
|
||||||
|
`cheat -v`
|
Reference in New Issue
Block a user