tldr

CLI

Community-maintained help pages (simplified man pages).

Simplified, example-based man pages for common commands

3 curated recipes · not yet executed by the harness#help#man#cheatsheet#docs

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

Look up a command

~99% est.
tldr git

Update local cache

~97% est.
tldr --update

Look up platform-specific page

~95% est.
tldr --platform osx brew

Install

npmnpm install -g tldr
Homebrewbrew install tlrc

Agent notes

When to use
Quickly looking up common usage examples for a CLI tool
Quick examples
  • tldr git
  • tldr docker run

Use from an agent

curl -s https://clihub.com/api/tools/tldr | jq '.agentHints.provenRecipes[] | {task, command, verified}'

Or call get_tool with slug tldr on the MCP server at https://clihub.com/mcp.

Homepage ↗Repository ↗MIT0 views