Terminal Cheat Sheets
A cheat sheet is a short reference for the commands and flags people forget, closer to a handful of worked examples than to a full man page.
Cheat sheet tools pull those examples up in about a second, usually from community collections such as tldr pages or cheat.sh, and most keep working offline once the pages are cached. Others store personal snippets, open them in $EDITOR, and paste a finished command back onto the prompt with the arguments already filled in.
Below is a list of terminal tools for cheat sheets.

eg
Useful examples at the command line.
Useful examples at the command line.

halp
A CLI tool to get help with CLI tools.
A CLI tool to get help with CLI tools.

hoard
A CLI command organizer tool to hoard all your precious commands.
A CLI command organizer tool to hoard all your precious commands.

intelli-shell
Like IntelliSense, but for shells!
Like IntelliSense, but for shells!

keyb
Create and view custom hotkey cheatsheets in the terminal.
Create and view custom hotkey cheatsheets in the terminal.

lexy
A CLI for reading Learn X in Y Minutes directly into your terminal.
A CLI for reading Learn X in Y Minutes directly into your terminal.

mandible
A TUI manual for every installed command-line tool you have.
A TUI manual for every installed command-line tool you have.

nap
Code snippets in your terminal.
Code snippets in your terminal.

navi
An interactive cheatsheet tool for the command line.
An interactive cheatsheet tool for the command line.

pet
Simple command-line snippet manager.
Simple command-line snippet manager.

snipt
A powerful text snippet expansion tool.
A powerful text snippet expansion tool.

tealdeer
A very fast implementation of tldr in Rust.
A very fast implementation of tldr in Rust.

tldrc
A tldr client written in Rust.
A tldr client written in Rust.

tldr-pages
Collaborative cheatsheets for console commands.
Collaborative cheatsheets for console commands.

wikiman
A universal offline documentation search engine for manual pages.
A universal offline documentation search engine for manual pages.
Know any terminal tools that would be good for this list? Post a Tool here!