TL;DR — Quick Summary
tealdeer is a fast tldr client that shows concise, practical examples for CLI commands. Forget man pages — get answers instantly.
tealdeer gives you instant, practical command examples. No more scrolling through man pages.
Installation
# Cargo
cargo install tealdeer
# Homebrew
brew install tealdeer
# Arch
pacman -S tealdeer
# After install, update the cache
tldr --update
Usage
# Look up a command
tldr tar
tldr curl
tldr git-rebase
# Update the page cache
tldr --update
# List all available pages
tldr --list
# Platform-specific pages
tldr --platform linux systemctl
tldr --platform osx brew
# Search by keyword
tldr --list | grep docker
Summary
- tealdeer: fast Rust-based tldr client
- Concise, practical examples for common commands
- Offline cache — works without internet
- Covers thousands of commands across all platforms
- Written in Rust — starts instantly