tldr

tldr
Login

A TLDR Client

tldr is a TLDR client written in Jim TCL.

An example

tldr is invoked as follows:

tldr tar

Table of contents

Installation

tldr requires:

Once you have the dependencies installed on *nix, run

fossil clone https://chisselapp.com/arthurb/tldr tldr.fossil
mkdir tldr
cd tldr
fossil open ../tldr.fossil
make
sudo make install

Local Copy of TLDR Pages

tldr expects to find a copy of the TLDR pages on your local file system. Clone the TLDR-pages repository to $XDG_DATA/tldr.

If your $XDG_DATA environment variable is not defined, use the first entry in $XDG_DATA_DIRS if that exists, or $HOME/.local/share otherwise:

cd $XDG_DATA
git clone https://github.com/tldr-pages/tldr

Usage

tldr [options] man-page

Options

License

MIT.

(C) 2020 Barry Arthur barry.arthur@gmail.com