Quantcast
Channel: Hacker News
Viewing all articles
Browse latest Browse all 737

TLDR pages

$
0
0
TLDR pages

Simplified and community-driven man pages

Usage

Run in live demo or your terminal.

tldr tar

tldr tar command output

Installation

Install the NodeJS client

npm install -g tldr

You can also try other TLDR clients

ClientInstallation instruction
Web clienttry tldr on your browser here!
Node.js clientnpm install -g tldr
Ruby clientgem install tldrb
Python clientpip install tldr.py
C++ clientbrew tap tldr-pages/tldr
brew install tldr
Android clientavailable on Google Play

There are more clients listed in README.md.

Contribute

Fork project’s Github repo.

This repository is just that: an ever-growing collection of examples for the most common UNIX / Linux / OSX / SunOS commands.

Just edit some page from pages/ folder and submit a pull request.

Best practices:

  • Focus on the 5-6 most common usages.
  • When in doubt, keep new command-line users in mind.
  • Introduce examples gradually, from the simplest to more complex.
  • Don’t explain general UNIX concepts.
  • Have a look at a few existing pages.

Check more detailed Contributing Guidelines.

License

MIT License


Viewing all articles
Browse latest Browse all 737

Trending Articles