man Page / TLDR Command Reference
Instant, offline-capable, example-first TLDR reference for 60+ common CLI commands (ls, grep, find, tar, ssh, curl, docker, kubectl, git, …) — searchable by command name or by task ('compress a folder' → tar/zip examples), with platform variants (common / linux / osx / windows / sunos), related-commands see-also links, deep-links to the full man7.org man page, favorites and recent history (localStorage), and a shareable deep-link to any command. 100% client-side — the tldr corpus is bundled, nothing is uploaded. No ads.
About man Page / TLDR Command Reference
Instant, offline-capable, example-first TLDR reference for 60+ common CLI commands (ls, grep, find, tar, ssh, curl, docker, kubectl, git, …) — searchable by command name or by task ('compress a folder' → tar/zip examples), with platform variants (common / linux / osx / windows / sunos), related-commands see-also links, deep-links to the full man7.org man page, favorites and recent history (localStorage), and a shareable deep-link to any command. 100% client-side — the tldr corpus is bundled, nothing is uploaded. No ads. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.
FAQ
How does the TLDR command reference work?
Type a command name in the search bar (e.g. `tar`, `grep`, `find`) and the tool instantly shows an example-first TLDR page: a one-line description, the 3–6 most common invocations with plain-English explanations, a see-also list of related commands, and a deep-link to the full man7.org man page. The whole corpus is bundled — no install, no cache update, no network.
Can I search by task instead of command name?
Yes. Type a task phrase like 'compress a folder', 'find a file', 'download a url', or 'show running processes' and the tool matches against each command's keywords list. For example, 'compress a folder' returns tar, zip, gzip, 7z, and zstd with the exact flags you need. This is the feature the standard `man` cannot do.
What about platform differences (Linux vs macOS vs Windows)?
Each command lists which platforms it applies to (common / linux / osx / windows / sunos). Use the platform selector to filter — for example, switching to `osx` shows BSD variants of `sed`, `find`, and `tar` while hiding Linux-only flags. Commands that exist on every platform are tagged `common`.
Is the corpus up to date?
The corpus is a bundled community snapshot — see the snapshot date shown in the toolbar. It may lag the very latest `tldr-pages` updates, but the common invocations rarely change. For authoritative flags and edge cases, click the 'Open full man page' link to man7.org (or your system's `man <cmd>`).
What extra features does this tool have versus the tldr CLI?
(1) No install or cache update — the corpus is bundled. (2) Search by command name OR by task ('compress a folder'). (3) Platform filter (common / linux / osx / windows / sunos). (4) Deep-link to the full man7.org man page for every command. (5) Copy any example with one click. (6) See-also related-commands chips. (7) Favorites (star a command, stored in localStorage). (8) Recent history (last 20 viewed). (9) Snapshot date displayed in the toolbar (honesty clause). (10) Shareable deep-link to any command. (11) Category filter (files, text, network, process, system, archive, package, user, git, misc). (12) Grouped results by category. (13) Graceful fallback ('command not in tldr, here is the man page link + contribute a page note') for unknown commands. 100% client-side — no ads.
Related tools
.bashrc / .zshrc Alias & Config Manager
Build shell aliases, functions, exports, and PATH edits in a visual editor, then export a clean, commented .aliases file sourced from both .bashrc and .zshrc — with shadowing detection against shell builtins and common CLI tools, function suggestions when args are needed, starter packs (git, docker, kubectl, navigation, safety, ls, dev, devops, data science), import of existing rc files, dedupe, history (localStorage), and shareable URL. 100% client-side.
Add / Subtract Date Calculator
Add or subtract years, months, weeks, days, hours, minutes and seconds from a starting date/time. Calendar-day or business-day mode with custom weekend + holiday list. Month-end policy toggle (clamp to last day vs overflow). Repeat/series mode (e.g. every 2 weeks x 10) with CSV export. Shareable URL. 100% client-side.
Age Calculator
Calculate exact age from a birth date in calendar years/months/days (no negative-day bugs) plus totals in months/weeks/days/hours/minutes/seconds. Next-birthday countdown with weekday. Feb-29 birthday policy toggle. Milestones (1,000 days, 10,000 days, 1 billion seconds). Zodiac sign + Chinese zodiac. Age gap comparison. Shareable URL. 100% client-side.