Go to file
Waldir Pimenta 37634b36f7 Harmonize project name (lowercase tldr, no semicolon, hyphen-separated) 2020-05-27 22:22:32 +02:00
.github Harmonize project name (lowercase tldr, no semicolon, hyphen-separated) 2020-05-27 22:22:32 +02:00
contributing-guides Harmonize project name (lowercase tldr, no semicolon, hyphen-separated) 2020-05-27 22:22:32 +02:00
images Harmonize project name (lowercase tldr, no semicolon, hyphen-separated) 2020-05-27 22:22:32 +02:00
pages Harmonize project name (lowercase tldr, no semicolon, hyphen-separated) 2020-05-27 22:22:32 +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 rsync: add French translation (#4015) 2020-05-10 14:45:44 +02:00
pages.hbs/common sha512sum: add hbs translation 2020-02-07 19:09:33 +00:00
pages.it/common date: fix typo (#4069) 2020-05-27 11:46:20 +08:00
pages.ja/common tldr: add japanese translation (#3774) 2020-01-22 23:58:26 +00:00
pages.ko/common date: fix typo (#4069) 2020-05-27 11:46:20 +08:00
pages.pl/common update vue 2020-04-19 13:31:16 +01:00
pages.pt_BR multiple pages: Github -> GitHub (#4060) 2020-05-22 18:11:09 +02: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 date: fix typo (#4069) 2020-05-27 11:46:20 +08:00
scripts Harmonize project name (lowercase tldr, no semicolon, hyphen-separated) 2020-05-27 22:22:32 +02:00
.editorconfig Trim .editorconfig (#3678) 2019-12-31 13:39:27 +01:00
.gitignore Harmonize project name (lowercase tldr, no semicolon, hyphen-separated) 2020-05-27 22:22:32 +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 Harmonize project name (lowercase tldr, no semicolon, hyphen-separated) 2020-05-27 22:22:32 +02:00
COMMUNITY-ROLES.md Harmonize project name (lowercase tldr, no semicolon, hyphen-separated) 2020-05-27 22:22:32 +02:00
CONTRIBUTING.md Harmonize project name (lowercase tldr, no semicolon, hyphen-separated) 2020-05-27 22:22:32 +02:00
GOVERNANCE.md GOVERNANCE.md: link to the maintainer's guide 2018-11-27 17:34:47 +05:30
LICENSE.md Harmonize project name (lowercase tldr, no semicolon, hyphen-separated) 2020-05-27 22:22:32 +02:00
MAINTAINERS.md Add organization member: @schneiderl (#3766) 2020-01-19 16:39:24 -03:00
README.md Harmonize project name (lowercase tldr, no semicolon, hyphen-separated) 2020-05-27 22:22:32 +02: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 Harmonize project name (lowercase tldr, no semicolon, hyphen-separated) 2020-05-27 22:22:32 +02: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-pages?

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:

screenshot of the tldr-node-client displaying the tldr page for the tar command

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.