tlrc Plugin
Official Rust client for tldr pages — concise, example-driven command help. Faster and more readable than man for everyday CLI tasks.
Installation
brew install tlrc
# or
cargo install tlrc --locked
Basic Usage
# Look up a command
tldr tar
tldr git rebase
# Platform-specific page
tldr --platform linux chmod
# Update local cache
tldr --update
# List all cached pages
tldr --list
Usage Examples
- "Show me practical tar examples"
- "How do I use git stash?"
- "Update my tldr cache"
SuperCLI
sc tldr page show tar
sc tldr cache list
sc plugins learn tlrc