Simplifies the installation of cheat
& cheatsheets
by packaging both projects in a single docker image (which is only 9 KB larger than the individual files).
An implementation of this concept in pure bash that also allows not only for numerical indexing of subcomands but also supports running commands interactively.
An implementation with pre-loaded examples and a way to modify them.
A bash-only implementation that additionally allows for cheatsheets to be created and grep
searched from the command-line. (jahendrie contributed key ideas to this project as well.)
A sh implementation using a git repository to store cheat-sheets.
A clever gem from 2006 that clearly had similar motivations. It is unclear whether or not it is currently maintained.
"Simplified and community-driven man pages".
An implementation in golang that has syntax highlighting and allows to copy cheats directly to clipboard.
Yet another Ruby gem.
An extension for cheat that help to download and manage cheatsheets
cheat sheet as a service.
Uses cheat, tldr and several other cheat sheets repositories as its backend
$ curl cheat.sh
examples for command line programs ordered by community votes
An implementation (workflow) of this concept intended for Alfred on macOS platform, with the additional feature of fuzzy searching in each sheet.