Skip to content

litianqi1996/tldr-cli

Repository files navigation

tldr-cli

Go Report Card

Tldr client for golang

Installation

OS X & Linux:

brew install litianqi1996/taps/tldr

Usage example

tldr [command]
tldr -u/--update  //update tldr pages from gitrepo
tldr -c/--clean   //clean tldr local repo

Configure

$HOME/.tldrtmp/tldr.yaml
# set tldr-pages by yourself
gitrepo: https://github.com/tldr-pages/tldr

# set language, default "" means english.
# languagse: "de", "es", "fr", "hbs", "it", "ja", "ko", "pt_BR", "pt_PT", "ta", "zh"
language: ""

# no need to pay attention
updatetime: 1588094105

Built With