12 Related Projects
Jens Bannmann edited this page 2020-07-18 11:07:20 +02:00

bannmann/docker-cheat

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).

lucaswerkmeister/cheats

An implementation of this concept in pure bash that also allows not only for numerical indexing of subcomands but also supports running commands interactively.

srsudar/eg

An implementation with pre-loaded examples and a way to modify them.

jahendrie/cheat

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.)

weakish/cheat

A sh implementation using a git repository to store cheat-sheets.

cheat RubyGem

A clever gem from 2006 that clearly had similar motivations. It is unclear whether or not it is currently maintained.

tldr

"Simplified and community-driven man pages".

dufferzafar/cheat

An implementation in golang that has syntax highlighting and allows to copy cheats directly to clipboard.

cheatly

Yet another Ruby gem.

chhsiao90/cheat-ext

An extension for cheat that help to download and manage cheatsheets

cheat.sh

cheat sheet as a service. Uses cheat, tldr and several other cheat sheets repositories as its backend

    $ curl cheat.sh

bropages

examples for command line programs ordered by community votes

alfred-cheat

An implementation (workflow) of this concept intended for Alfred on macOS platform, with the additional feature of fuzzy searching in each sheet.