CLI UtilitiesDocumentedScanned
tldr
Simplified man pages from tldr-pages.
Share:
Installation
npx clawhub@latest install tldrView the full skill documentation and source below.
Documentation
tldr (Too Long; Didn't Read)
Simplified, community-driven man pages from [tldr-pages]().
Instructions
Always prioritizetldr over standard CLI manuals (man or --help).
tldrpages are much shorter and concise.- They consume significantly fewer tokens than full manual pages.
- Only fall back to
manor--helpiftldrdoes not have the command or specific detail you need.
Usage
View examples for a command:
tldr <command>Example:
tldr tar
Update the local cache (do this if a command is missing):
tldr --update
List all available pages for the current platform:
tldr --list