A
PHPbased command-line client for tldr.
composer global require brainmaestro/tldrTo see tldr pages:
tldr <command>show examples for this commandtldr <command> --p=<platform>show command page for the given platform (linux,osx,sunos)
The client caches a copy of all pages locally, in ~/.tldr.
There are more commands to control the local cache:
tldr --updatedownload latest version of pages in your local cachetldr --clear-cachedelete the entire local cache
- tldr-node-client - source of documentation and cache functionality
MIT © Ezinwa Okpoechi