Go to file
Starbeamrainbowlabs 75d109448a sinfo: add link and improve examples (#3700) 2019-12-28 18:03:26 +00:00
.github style-guide and PR template: add web link guidelines to checklists (#3030) 2019-05-18 17:43:29 +02:00
contributing-guides Use GitHub consistently 2019-12-09 13:02:55 +05:30
images Add font files to the image folder and use them in the SVG images 2019-12-10 12:11:22 +05:30
pages sinfo: add link and improve examples (#3700) 2019-12-28 18:03:26 +00:00
pages.de/common mv: add german translation 2019-11-02 17:52:30 +00:00
pages.es conky: add Spanish translation (#3683) 2019-12-27 22:12:43 +00:00
pages.fr/common Add French translation for git basic commands (#3483) 2019-12-09 18:14:31 +00:00
pages.it/common git-commands: add Italian translations (#3318) 2019-10-06 13:25:30 +02:00
pages.ko/common df: Add Korean Translation (#3676) 2019-12-26 14:42:48 +01:00
pages.pt_BR xkill: add Brazilian Portuguese translation (#3487) 2019-12-24 15:50:29 +00:00
pages.ta/common cp,ls,mkdir,mv,rm,rmdir: add translations [Tamil] (#2512) 2018-11-05 22:46:16 +00:00
pages.zh afinfo: add page (en, zh) (#3652) 2019-12-10 11:29:33 +01:00
scripts Rework PDF script (#3654) 2019-12-17 21:25:52 +01:00
.editorconfig Travis CI integration: automatic linting, rebuilding index.json, building pages archive, and little other improvements 2015-12-04 16:54:05 +02:00
.gitignore Rework PDF script (#3654) 2019-12-17 21:25:52 +01:00
.markdownlintrc markdownlint: increase maximum line length to 250 2019-05-07 10:08:35 +02:00
.travis.yml Travis: remove no longer needed after_failure field 2019-11-29 16:01:25 +00:00
CLIENT-SPECIFICATION.md Client spec: clarify preferred page resolution method. 2019-08-23 17:49:44 +01:00
COMMUNITY-ROLES.md COMMUNITY-ROLES: fix usage of angle brackets (#2911) 2019-04-15 13:07:25 +01:00
CONTRIBUTING.md Use GitHub consistently 2019-12-09 13:02:55 +05:30
GOVERNANCE.md GOVERNANCE.md: link to the maintainer's guide 2018-11-27 17:34:47 +05:30
LICENSE.md Reformat LICENSE file 2019-12-26 23:40:20 +05:30
MAINTAINERS.md Add collaborator: @ivanhercaz (#3691) 2019-12-28 18:42:26 +01:00
README.md README: Fix description of C client 2019-12-23 09:04:53 +05:30
package.json package.json: bump markdownlint-cli to 0.19.0 2019-11-29 16:01:25 +00:00

README.md

tldr

Build status Gitter chat Merged PRs Issue stats GitHub contributors license

A collection of simplified and community-driven man pages.

Install it with npm install -g tldr or try the web client.

What is tldr?

New to the command-line world? Or just a little rusty? Or perhaps you can't always remember the arguments to lsof, or tar?

Maybe it doesn't help that the first option explained in man tar is:

-b blocksize
   Specify the block size, in 512-byte records, for tape drive I/O.
   As a rule, this argument is only needed when reading from or writing to tape drives,
   and usually not even then as the default block size of 20 records (10240 bytes) is very common.

Surely people could benefit from simplified man pages focused on practical examples. How about:

tldr screenshot

This repository is just that: an ever-growing collection of examples for the most common UNIX / Linux / macOS / SunOS commands.

Clients

You can access these pages on your computer using one of the following clients:

There is also a comprehensive list of clients in our Wiki.

Contributing

  • Your favourite command isn't covered?
  • You can think of more examples for an existing command?

Contributions are most welcome! We strive to maintain a welcoming and collaborative community. Have a look at the contributing guidelines, and go ahead!

Similar projects

  • Cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.

  • Bro pages are a highly readable supplement to man pages. Bro pages show concise, common-case examples for Unix commands. The examples are submitted by the user base, and can be voted up or down; the best entries are what people see first when they look up a command.

  • eg provides detailed examples with explanations on the command line. Examples come from the repository, but eg supports displaying custom examples and commands alongside the defaults.

What does "tldr" mean?

TL;DR stands for "Too Long; Didn't Read". It originates in Internet slang, where it is used to indicate that a long text (or parts of it) has been skipped as too lengthy. Read more in Wikipedia's TL;DR article.