tldr — skill0
Quick command reference with real-world examples. Better than man pages for "how do I use this command?"
Quick Start
# With x-cmd
x tldr git # Git usage examples
x tldr --lang zh python # Chinese docs
x tldr --fz # Interactive search
# Without x-cmd — use curl
curl -s "https://raw.githubusercontent.com/tldr-pages/tldr/main/pages/common/git.md"
# Or install a tldr client
pip install tldr
npm install -g tldr
tldr tar
What's Available
x tldr <cmd>— Show examples for a commandx tldr --lang zh <cmd>— Chinese languagex tldr --fz— Interactive fzf searchx tldr --cat <cmd>— Raw markdown displayx tldr --ls— List all available commandsx tldr --update— Update page cache
Standalone Alternatives
- Online: https://tldr.sh
- Python:
pip install tldr - Node:
npm install -g tldr - Raw pages: github.com/tldr-pages/tldr
This skill0 grows
Starting with the essentials. Will add:
- Common command patterns
- Platform-specific notes
- Integration with agent workflows