tldr gives you instant, example-focused help for any CLI command — no scrolling through dense man pages, no searching Stack Overflow. TypeDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/tldr-pages/tldr/llms.txt
Use this file to discover all available pages before exploring further.
tldr <command> and you get the most practical usage patterns right in your terminal, with clear placeholders showing exactly what to substitute.
Install a tldr client
Choose the client that fits your environment. The official Rust client (Requires pipx. Also available via other package managers — see the Python client repository for the full list.
tlrc) and Python client are the most actively maintained.- Python (pipx)
- Rust / Homebrew
- Rust / Cargo
- Windows / Winget
- Node.js (npm)
Look up a command
Once installed, look up any command by passing its name to You’ll see output like this:Editable values are shown without braces — replace them with your actual paths and filenames.
tldr. For example:Update your local cache
tldr clients cache pages locally so you can use them offline. Keep your cache up to date with:Or using the short flag:The client downloads the latest ZIP archive from the tldr-pages GitHub Releases and stores it locally.
Explore by platform
By default, tldr shows pages for your current platform. You can explicitly target a different platform with Use
--platform (or -p), and list all available pages with --list (or -l):common as the platform name to see the cross-platform version of a command even when a platform-specific variant exists:Common usage patterns
Offline PDF
Prefer a printable reference? The entire tldr-pages collection is compiled into a downloadable PDF at every release: Download tldr-book.pdf PDFs for translated languages are also available — check the assets section of the latest release for your language.Clients
Browse all official and community tldr clients for the command line, web, mobile, and desktop.
Introduction
Learn how tldr-pages is organized, what platforms it supports, and how the page format works.