logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tldr - Python client for tldr

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]...

See Also