Skip to main content

tldr Cheatsheet

tldr is a community-maintained simplified man page client with practical command examples. Perfect for quickly looking up command usage, covering 140K+ commands.

Updated: 2026-07-20·11 commands

Quick Start

``bash tldr tar # Show tar command examples tldr --search zip # Search for zip commands tldr --update # Update local cache tldr --language zh # Chinese version ``

Startup & Modes(11)

CommandLevel
tldr --help
Show tldr help
Basic
tldr cmd
View simplified help for a command
Basic
tldr --update
Update local cache
Basic
tldr --list
List all available commands
Basic
tldr --search
Search for commands
Basic
tldr --language
Display in specified language
Basic
tldr --platform
Specify platform (linux/osx/windows)
Intermediate
tldr --render
Render a markdown file as help page
Expert
pip install tldr
Install tldr Python client
Basic
npm install -g tldr
Install tldr via npm
Basic
brew install tldr
Install tldr via Homebrew
Basic

FAQ

This cheatsheet is compiled from official tool documentation. Last updated: 2026-07-20.