BrainMaestro / tldr-php

PHP Client for tldr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tldr-php

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

About

PHP Client for tldr

License:MIT License


Languages

Language:PHP 95.8%Language:Shell 1.9%Language:Dockerfile 1.5%Language:Makefile 0.7%