tldr - Python client for tldr
Contents
Commands
find Find the command usage.
init Init config file.
reindex
Rebuild the index.
update Update to the latest pages.
Description
Yet another Python client for tldr. tldr is a collection of simplified and community-driven man pages.
Examples
Downloadtldrpagesandinitconfig
$ 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
Updatetldrpages
$ tldr update
Showtartldrpage
$ tldr find tar
Python client for tldr November 2017 TLDR(1)
Name
tldr - Python client for tldr
Options
-V, --version
Show the version and exit.
-h, --help
Show the help and exit.
Synopsis
tldr [OPTIONS] COMMAND [ARGS]...
