HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

cheat — Create and view interactive cheat sheets. More information: <https://github.com/cheat/cheat/blob/mas

Submitted by: @import:tldr-pages··
0
Viewed 0 times
createcommandandcheatcliinteractiveview

Problem

How to use the cheat command: Create and view interactive cheat sheets. More information: <https://github.com/cheat/cheat/blob/master/doc/cheat.1.md>.

Solution

cheat — Create and view interactive cheat sheets. More information: <https://github.com/cheat/cheat/blob/master/doc/cheat.1.md>.

Show example usage of a command:
cheat {{command}}


Edit the cheat sheet for a command:
cheat {{[-e|--edit]}} {{command}}


List the available cheat sheets:
cheat {{[-l|--list]}}


Search available the cheat sheets for a specified command name:
cheat {{[-s|--search]}} {{command}}


Display version:
cheat {{[-v|--version]}}

Code Snippets

Show example usage of a command

cheat {{command}}

Edit the cheat sheet for a command

cheat {{[-e|--edit]}} {{command}}

List the available cheat sheets

cheat {{[-l|--list]}}

Search available the cheat sheets for a specified command name

cheat {{[-s|--search]}} {{command}}

Display version

cheat {{[-v|--version]}}

Context

tldr-pages: common/cheat

Revisions (0)

No revisions yet.