Go to file
Waldir Pimenta 7f25a31267 COMMUNITY-ROLES: streamline the How-to section (#2881) 2019-04-11 00:57:49 +02:00
.github Pull request template: change "folder" to "directory". 2019-02-08 19:43:24 +00:00
contributing-guides Style guide: change "folder" to "directory". 2019-02-08 19:43:24 +00:00
pages alias: wrap rm command in backticks (#2888) 2019-04-10 23:39:39 +01:00
pages.it/common cmark: add Italian translation. 2019-03-03 22:44:18 +00:00
pages.pt-BR alias: wrap rm command in backticks (#2888) 2019-04-10 23:39:39 +01:00
pages.ta/common cp,ls,mkdir,mv,rm,rmdir: add translations [Tamil] (#2512) 2018-11-05 22:46:16 +00:00
pages.zh refactor: fix newlines removing carriage returns (#2880) 2019-04-10 10:49:16 +01:00
scripts deploy: use top-level index.json 2019-04-03 17:21:57 +05:30
.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 Update macOS references 2017-07-28 21:13:30 +05:30
.markdownlintrc Use NodeJS NPM package markdownlint instead of Ruby gem mdl 2016-01-19 22:28:54 +02:00
.travis.yml TravisCI: don't clean build dir needed for deployment. 2019-02-04 23:15:37 +05:30
CLIENT-SPECIFICATION.md clieent spec: Add messaage to page resolution section 2019-04-01 20:24:42 +01:00
COMMUNITY-ROLES.md COMMUNITY-ROLES: streamline the How-to section (#2881) 2019-04-11 00:57:49 +02:00
CONTRIBUTING.md Contributing: simplify translation guidelines. 2019-01-15 15:32:58 +00: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: update @mebeim status (#2882) 2019-04-10 08:03:07 +01:00
README.md Add pacman line for installing tldr-python-client on arch (#2877) 2019-04-09 20:06:18 +05:30
package.json build-index: generate top-level copy of the index 2019-04-03 17:21:57 +05:30
screenshot.png Updating screenshot (#957) 2016-07-16 09:12:59 +01:00

README.md

tldr

Build status Gitter chat Merged PRs Issue stats GitHub contributors Number of files 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.