
Simplified and community-driven man pages. Get practical examples for common commands.
tldr-pages is a community-maintained collection of simplified help pages for command-line tools that serves as a more approachable alternative to traditional man pages. Instead of lengthy technical documentation, tldr provides concise, practical examples that show you exactly how to use common commands. The project focuses on real-world usage patterns with clear examples, making it perfect for developers who need quick reminders or are learning new command-line tools.
The tool covers commands across multiple platforms including UNIX, Linux, macOS, Windows, and various other systems. Rather than wading through dense manual pages to find the one flag you need, tldr gives you the most common use cases upfront with simple, copy-paste examples. This makes it invaluable for both newcomers to the command line and experienced users who just need a quick refresher on syntax.
With multiple official clients available in Python, Rust, and Node.js, plus a web interface for browser-based access, tldr integrates seamlessly into any workflow. The project is entirely community-driven, with contributors constantly adding new commands and improving existing examples, making it a living resource that grows with the needs of its users.
# via Homebrew
brew install tlrc
# via pipx
pipx install tldr
# via Cargo
cargo install tlrc --locked
