PHP Client for tldr

Installs: 193

Dependents: 0

Suggesters: 0

Security: 0

Stars: 20

Watchers: 2

Forks: 2

Open Issues: 2

pkg:composer/brainmaestro/tldr

1.1.0 2017-12-05 14:47 UTC

This package is not auto-updated.

Last update: 2025-10-06 12:26:31 UTC


README

Travis Packagist

A PHP based command-line client for tldr.

tldr screenshot

Installing

composer global require brainmaestro/tldr

Usage

To see tldr pages:

  • tldr <command> show examples for this command
  • tldr <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 --update download latest version of pages in your local cache
  • tldr --clear-cache delete the entire local cache

Related

License

MIT © Ezinwa Okpoechi