brainmaestro / tldr
PHP Client for tldr
1.1.0
2017-12-05 14:47 UTC
Requires
- symfony/console: ^3.3
Requires (Dev)
- phpunit/phpunit: ^6.2
This package is not auto-updated.
Last update: 2026-03-09 14:25:17 UTC
README
A
PHPbased command-line client for tldr.
Installing
composer global require brainmaestro/tldr
Usage
To 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
Related
- tldr-node-client - source of documentation and cache functionality
License
MIT © Ezinwa Okpoechi
