mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
6cd9bbb8cb
initial
354 B
354 B
tldr
Command-line client for tldr pages. Displays simplified and community-driven man pages. More information: https://tldr.sh.
- Get typical usages of a command (hint: this is how you got here!):
tldr {{command}}
- Show the tar tldr page for Linux:
tldr -p {{linux}} {{tar}}
- Get help for a git subcommand:
tldr {{git-checkout}}