Go to file
Pierre Rudloff 2578372044 extrace: add page 2019-11-30 13:38:53 +05:30
.github style-guide and PR template: add web link guidelines to checklists (#3030) 2019-05-18 17:43:29 +02:00
contributing-guides style guide: update wording of the page link (#3060) 2019-05-30 22:07:00 +02:00
pages extrace: add page 2019-11-30 13:38:53 +05:30
pages.de/common mv: add german translation 2019-11-02 17:52:30 +00:00
pages.fr/common wc: order count types (#3565) 2019-11-14 17:58:45 +01:00
pages.it/common git-commands: add Italian translations (#3318) 2019-10-06 13:25:30 +02:00
pages.ko/common Add missing trailing newline to some Korean pages (#3633) 2019-11-28 21:16:38 +00:00
pages.pt_BR htop: add pt_BR translation (#3486) 2019-11-28 21:10:55 +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 format translation: update 2019-11-02 17:47:23 +00:00
scripts Scripts: use POSIX subcommand invocation 2019-11-29 16:01:25 +00: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 .gitignore: remove no more needed test_results rule 2019-11-29 16:01:25 +00: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 CONTRIBUTING: remove mention of BCP47 (#3255) 2019-08-26 09:43:23 +01:00
GOVERNANCE.md GOVERNANCE.md: link to the maintainer's guide 2018-11-27 17:34:47 +05:30
LICENSE.md unwrap copyright notice 2017-03-18 09:13:03 +00:00
MAINTAINERS.md MAINTAINERS.md: add Rudloff and Proscream (#3617) 2019-11-28 21:51:49 +00:00
README.md README: remove deprecated rust client (#3367) 2019-10-10 09:25:50 -03:00
logo.png add logo 2019-11-23 18:40:52 +05:30
package.json package.json: bump markdownlint-cli to 0.19.0 2019-11-29 16:01:25 +00:00
screenshot.png Optimize screenshot size (#2866) 2019-04-29 22:44:01 +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?

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.