2020-01-04 00:31:24 +01:00
|
|
|
# cheat
|
|
|
|
|
2023-07-16 19:23:40 +02:00
|
|
|
> Create and view interactive cheat sheets.
|
2020-01-04 00:31:24 +01:00
|
|
|
> More information: <https://github.com/cheat/cheat>.
|
|
|
|
|
|
|
|
- Show example usage of a command:
|
|
|
|
|
|
|
|
`cheat {{command}}`
|
|
|
|
|
|
|
|
- Edit the cheat sheet for a command:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`cheat {{[-e|--edit]}} {{command}}`
|
2020-01-04 00:31:24 +01:00
|
|
|
|
|
|
|
- List the available cheat sheets:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`cheat {{[-l|--list]}}`
|
2020-01-04 00:31:24 +01:00
|
|
|
|
|
|
|
- Search available the cheat sheets for a specified command name:
|
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`cheat {{[-s|--search]}} {{command}}`
|
2020-01-04 00:31:24 +01:00
|
|
|
|
2024-01-30 01:55:24 -03:00
|
|
|
- Display version:
|
2020-01-04 00:31:24 +01:00
|
|
|
|
2025-04-22 15:48:30 +03:00
|
|
|
`cheat {{[-v|--version]}}`
|