Go to file
Pierre Rudloff 23aa9a6a58
apport-bug: add page (#4027)
2020-05-08 00:38:43 +02:00
.github Move FUNDING.yml into .github (#3996) 2020-04-19 16:13:04 +02:00
contributing-guides Avoid title case (#3716) 2020-04-19 12:14:52 +02:00
images Add font files to the image folder and use them in the SVG images 2019-12-10 12:11:22 +05:30
pages apport-bug: add page (#4027) 2020-05-08 00:38:43 +02:00
pages.de/common multiple pages: add missing periods (#3799) 2020-01-25 11:49:48 -03:00
pages.es git-add: add Spanish translation of an example 2020-02-09 00:49:30 +00:00
pages.fr/common base64: fix missing French translation (#3968) 2020-04-10 12:59:10 +01:00
pages.hbs/common sha512sum: add hbs translation 2020-02-07 19:09:33 +00:00
pages.it/common git-init: add Italian translation. 2020-01-10 23:21:56 +00:00
pages.ja/common tldr: add japanese translation (#3774) 2020-01-22 23:58:26 +00:00
pages.ko/common multiple ch pages: remove trailing whitespace 2020-03-12 19:52:09 +00:00
pages.pl/common update vue 2020-04-19 13:31:16 +01:00
pages.pt_BR xkill: add missing final point 2020-03-12 19:52:09 +00:00
pages.pt_PT Update pages.pt_PT/linux/gedit.md 2020-04-03 21:41:52 +01:00
pages.ta/common ab, ack: add Tamil translation (revived) (#3761) 2020-01-16 00:22:16 +00:00
pages.zh sed: minor syntax fix (#3908) 2020-03-18 21:23:45 +00:00
scripts Remove unnecessary newlines in send-to-bot messages. (#3754) 2020-01-13 20:45:31 +01:00
.editorconfig Trim .editorconfig (#3678) 2019-12-31 13:39:27 +01:00
.gitignore Move FUNDING.yml into .github (#3996) 2020-04-19 16:13:04 +02:00
.markdownlintrc markdownlint: increase maximum line length to 250 2019-05-07 10:08:35 +02:00
.travis.yml Update Travis CI to run on Bionic Beaver 2020-03-10 15:53:57 +05:30
CLIENT-SPECIFICATION.md CLIENT-SPEC: Update #options href to #arguments (#4013) 2020-05-04 00:29:02 +01:00
COMMUNITY-ROLES.md COMMUNITY-ROLES: fix usage of angle brackets (#2911) 2019-04-15 13:07:25 +01:00
CONTRIBUTING.md Update the LICENSE information (#3997) 2020-04-22 19:02:32 +08:00
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 organization member: @schneiderl (#3766) 2020-01-19 16:39:24 -03:00
README.md Update the LICENSE information (#3997) 2020-04-22 19:02:32 +08:00
package-lock.json build(deps): bump minimist from 1.2.0 to 1.2.5 (#3921) 2020-03-18 21:17:46 +00:00
package.json Rework npm configuration (#3657) 2020-01-29 12:58:03 +01: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 and Windows 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.