BSD-3-Clause licensed by Sibi
Maintained by [email protected]
This version can be pinned in stack with:tldr-0.5.1@sha256:b698068138cbc4e45ccf747deb31dde751cc53362a50055cf729170f44f49f35,1690

Module documentation for 0.5.1

tldr

Build Status

Hackage Stackage Nightly Stackage LTS

Haskell client for tldr

Installation

  1. Install stack
  2. stack install tldr

Usage

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

Usage: tldr [-v|--version] [--update] COMMAND
  tldr Client program

Available options:
  -h,--help                Show this help text
  -v,--version             Show version
  --update                 Update tldr pages
  COMMAND                  name of the command

Snapshot

tldr

Changes

0.5.1

  • Proper options handling

0.5.0

  • Obey XdgData for storing the files.
  • Also search pages from sunos directory now.
  • Support subcommansds ie. tldr git submodule will now work.

0.4.0.2

  • Fix double initialization bug. Credits to @Kove-W-O-Salter

0.4.0

  • Add proper coloring back
  • Update gitignore rule
  • Update travis and appveyor configuration

0.3.1

  • Add golden testing using tasty
  • Fix grep render #11
  • Fixes #2

0.3.0

  • Add default completion support from optparse-applicative
  • Add windows support. Credits to @ShrykeWindgrace.

0.2.5

  • Fix eager cloning

0.2.4

  • Don’t do cloning unnecessarily #7
  • Fix Paths_tldr warning from cabal

0.2.3

  • Fix coloring bug under bash during some circumstances #6

0.2.2

  • Fix --version option

0.2.1

  • Fix background color bug

0.2.0

  • Compliance with the tldr spec
  • Fix --update flag bug
  • Backported till GHC 7.8.3 and lts-2.22