Skip to content

CheatSheets

Heath Brown edited this page Oct 2, 2024 · 1 revision

From tldr github https://github.com/tldr-pages/tldr/tree/main?tab=readme-ov-file

Command Line Interface Pages allows you to write standardized help pages for CLI, directories, and configs.

Cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind Unix system administrators of options for commands that they use frequently, but not frequently enough to remember.

cheat.sh Aggregates cheat sheets from multiple sources (including tldr-pages) into 1 unified interface.

devhints Rico's cheatsheets are not just focused on the command-line and include a plethora of other cheatsheets related to programming.

eg provides detailed examples with explanations on the command-line. Examples come from the repository, but eg supports displaying custom examples and commands alongside the defaults.

kb is a minimalist command-line knowledge base manager. kb can be used to organize your notes and cheatsheets in a minimalist and clean way. It also supports non-text files.

navi is an interactive cheatsheet tool, which allows you to browse through specific examples or complete commands on the fly.

bropages (deprecated) are a highly readable supplement to man pages. It shows concise, common-case examples for Unix commands. The examples are submitted by the user base, and can be voted up or down; the best entries are what people see first when they look up a command.

Clone this wiki locally