Popularity
8.9
Stable
Activity
0.0
Declining
91
5
13

Monthly Downloads: 97
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     CLI    
Latest version: v0.9.3.rc1

tldr alternatives and similar packages

Based on the "Web" category.
Alternatively, view tldr alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of tldr or a related project?

Add another 'Web' Package

README

tldr

Build Status

Hackage Stackage Nightly Stackage LTS

Haskell client for tldr

Installation

See Github releases: https://github.com/psibi/tldr-hs/releases

Executables are available for all the three major platforms: Linux, Windows and MacOS.

Or

  1. Install stack
  2. stack install tldr

Usage

$ tldr --help
tldr - Simplified and community-driven man pages

Usage: tldr [-v|--version] ((-u|--update) | [-p|--platform PLATFORM]
            [-L|--language LOCALE] COMMAND | (-a|--about))
  tldr Client program

Available options:
  -h,--help                Show this help text
  -v,--version             Show version
  -u,--update              Update offline cache of tldr pages
  -p,--platform PLATFORM   Prioritize specfic platform while searching. Valid
                           values include linux, osx, windows, sunos
  -L,--language LOCALE     Preferred language for the page returned
  COMMAND                  name of the command
  -a,--about               About this program

Or a much better example of the usage:

$ tldr tldr
tldr
Simplified man pages.More information: https://tldr.sh.

 - Get typical usages of a command (hint: this is how you got here!):
   tldr {{command}}

 - Show the tar tldr page for linux:
   tldr -p {{linux}} {{tar}}

 - Get help for a git subcommand:
   tldr {{git checkout}}

Snapshot

tldr