Go to file
WnndGws a5eca83cca
watchexec: add page (#4061)
2020-05-27 20:47:48 +01:00
.github Move FUNDING.yml into .github (#3996) 2020-04-19 16:13:04 +02:00
contributing-guides Change all occurrences of file_name to filename (#4059) 2020-05-22 09:31:24 -03: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 watchexec: add page (#4061) 2020-05-27 20:47:48 +01: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-21 12:30:19 +01: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 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 Add subcommand section to contributing guidelines (#4025) 2020-05-10 00:10:23 +01: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 readme: add ExTldr client (#4039) 2020-05-12 14:22:04 +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 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.