tlrc (tldr)
Man pages replaced by six examples of what people actually type.
What it does
tldr shows a short, community-maintained page of practical examples for a command instead of its full manual. tlrc is the official Rust client: it caches the pages locally, so lookups are instant and work offline.
tldr tar
tldr --update # refresh the cache
tldr --platform osx dd # platform-specific pageNotes
Pages come from the tldr-pages repository. It complements man rather than replacing it — tldr for “how do I invoke this”, man for what a flag actually means.
Alternative to
| Alternative | Type | Trade-off |
|---|---|---|
| tealdeer | Open source | The other Rust tldr client, and the more widely installed one |
tldr (the Node client) | Open source | The reference implementation |
| cheat.sh | Free | curl cheat.sh/tar, no install at all |
| navi | Open source | Interactive cheat sheets you can execute rather than read |
man | Built in | Complete, authoritative, and no help whatsoever when you are in a hurry |
Install
brew install tlrc