Website: github.com/tldr-pages/tldr
tldr (Too Long; Didn’t Read) is a community-maintained collection of simplified, practical help pages for command-line tools. Unlike traditional man pages which can be dense and overwhelming, tldr provides concise, real-world examples showing exactly how to use common commands. It is available as a command-line client and a web application.
# Python client (recommended)
pipx install tldr
# Rust client
cargo install tldr --locked
# Node.js client
npm install -g tldr
# Or use the web client at https://tldr.inbrowser.app
Once installed, just run tldr <command> to get helpful examples. For instance, tldr tar shows practical archive examples instead of the hundreds of flags in the man page.
Linux, macOS, Windows, FreeBSD, OpenBSD, NetBSD, SunOS, Android
Creative Commons Attribution 4.0 International