Cheat sheets from the Command Line
Here are two command line cheat sheets I have been using.
cheat.sh
or even cht.sh
This website hosts a bunch of lightweight documentation. See below for usage with curl.
# read the intro docs
curl cht.sh/:intro
# read the help docs
curl cht.sh/:help
# to list available topics
curl cht.sh/:list
# tmux docs
curl cht.sh/tmux
Ref
tldr
Command line utility that is easier to consume than man pages.
# read help
tldr --help
# tmux docs
tldr tmux