Scroll to navigation

TLDR(1) General Commands Manual TLDR(1)

NAME

tldr - Python client for tldr

SYNOPSIS

tldr [OPTIONS] COMMAND [ARGS]...

DESCRIPTION

Yet another Python client for tldr. tldr is a collection of simplified and community-driven man pages.

OPTIONS

Show the version and exit.
Show the help and exit.

COMMANDS

Find the command usage.
Init config file.
Rebuild the index.
Update to the latest pages.

EXAMPLES

Download tldr pages and init config
$ git clone git@github.com:tldr-pages/tldr.git ~/.tldr
$ tldr init
Input the tldr repo path(absolute path): /home/<user>/.tldr
Input your platform(linux, osx or sunos): linux
$ tldr reindex
Update tldr pages
$ tldr update
Show tar tldr page
$ tldr find tar
November 2017 Python client for tldr