All Projects → BrainMaestro → tldr-php

BrainMaestro / tldr-php

Licence: MIT license
PHP Client for tldr

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to tldr-php

tldr
Simplified and community-driven man pages (tldr-pages) in a single binary.
Stars: ✭ 33 (+83.33%)
Mutual labels:  tldr, tldr-pages
tldr-flutter
simplified man-pages, a tldr.sh client
Stars: ✭ 65 (+261.11%)
Mutual labels:  tldr, tldr-pages
alfred-tldr
tldr with alfred workflow written in Go
Stars: ✭ 77 (+327.78%)
Mutual labels:  tldr, tldr-pages
Tldr Sh Client
Simplified and community-driven man pages
Stars: ✭ 583 (+3138.89%)
Mutual labels:  tldr
Tldr
📚 Collaborative cheatsheets for console commands
Stars: ✭ 36,408 (+202166.67%)
Mutual labels:  tldr
Tachyons Tldr
quick lookup for tachyon classes, scales and colour palette
Stars: ✭ 170 (+844.44%)
Mutual labels:  tldr
Tldrlfs
Too Long; Didn't Read Linux From Scratch
Stars: ✭ 139 (+672.22%)
Mutual labels:  tldr
Tldr Node Client
Node.js command-line client for tldr pages
Stars: ✭ 292 (+1522.22%)
Mutual labels:  tldr
Manpages Tldr
Short, practical manpages for everyday usage
Stars: ✭ 108 (+500%)
Mutual labels:  tldr
Tldr
Text summarizer for golang using LexRank
Stars: ✭ 92 (+411.11%)
Mutual labels:  tldr
Dilettantes-Guide-to-Linting
Setting up ESLint, Prettier, VS Code, and the AirBnB style guide in beautiful harmony.
Stars: ✭ 18 (+0%)
Mutual labels:  tldr
Tealdeer
A very fast implementation of tldr in Rust.
Stars: ✭ 1,189 (+6505.56%)
Mutual labels:  tldr
Tldr
fast and interactive tldr client written with go
Stars: ✭ 984 (+5366.67%)
Mutual labels:  tldr
Tldr C Client
C command-line client for tldr pages
Stars: ✭ 180 (+900%)
Mutual labels:  tldr
Cheat.sh
the only cheat sheet you need
Stars: ✭ 27,798 (+154333.33%)
Mutual labels:  tldr
vscode-tldr
Provides tldr hover information for common commands in bash/dockerfiles/powershell files.
Stars: ✭ 44 (+144.44%)
Mutual labels:  tldr-pages
Tldr Python Client
Python command-line client for tldr pages
Stars: ✭ 317 (+1661.11%)
Mutual labels:  tldr
Tldr Alfred
Alfred workflow for TLDR
Stars: ✭ 70 (+288.89%)
Mutual labels:  tldr
tldr.el
tldr client for Emacs
Stars: ✭ 118 (+555.56%)
Mutual labels:  tldr
red-tldr
red-tldr is a lightweight text search tool, which is used to help red team staff quickly find the commands and key points they want to execute, so it is more suitable for use by red team personnel with certain experience.
Stars: ✭ 159 (+783.33%)
Mutual labels:  tldr

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].