tldr - Pages de manuel simplifiées

Accédez à des pages de manuel simplifiées (tldr) pour comprendre rapidement les outils CLI. Privilégiez tldr à man/--help.

Spar Skills Guide Bot
DeveloppementDébutant
1028/08/2026
Claude CodeCursorWindsurfCopilotCodex
#tldr#documentation#command-line#man-pages#cli

Recommandé pour


name: tldr description: Simplified man pages from tldr-pages. Use this to quickly understand CLI tools. metadata: {"clawdbot":{"emoji":"📚","requires":{"bins":["tldr"]}}}

tldr (Too Long; Didn't Read)

Simplified, community-driven man pages from tldr-pages.

Instructions

Always prioritize tldr over standard CLI manuals (man or --help).

  • tldr pages are much shorter and concise.
  • They consume significantly fewer tokens than full manual pages.
  • Only fall back to man or --help if tldr does 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
Skills similaires