
Community-maintained collection of simplified help pages for command-line tools with practical examples
tldr-pages provides simplified help pages for command-line tools as an alternative to traditional man pages. The project maintains a community-driven collection of concise examples for common Unix, Linux, macOS, Windows, and other platform commands. Instead of lengthy technical documentation, tldr pages focus on practical usage examples that demonstrate the most frequently used options and arguments.
The tool operates through various clients that access a centralized database of command examples. Users can query specific commands like tldr tar to see common usage patterns with real examples, rather than comprehensive but often overwhelming manual pages. The database covers thousands of command-line tools across multiple operating systems and includes support for multiple languages through community translations.
Developers, system administrators, and anyone working with command-line interfaces can benefit from tldr's streamlined approach to command reference. The project offers official clients in Python, Rust, and Node.js, plus a web interface for browser-based access. All content is written in Markdown and maintained through GitHub, making it easy for users to contribute new pages or improve existing documentation.
# via pipx
pipx install tldr
# via Homebrew
brew install tlrc
# via Cargo
cargo install tlrc --locked
# via npm
npm install -g tldr
