DOKK / manpages / debian 11 / tldr-py / tldr-py.1.en
TLDR(1) General Commands Manual TLDR(1)

tldr - Python client for tldr

tldr [OPTIONS] COMMAND [ARGS]...

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

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

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

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