Skip to content

karthiks-oss/tldr-java-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLDR Java Client

This is a Java client for tldr-pages

Building

Prerequisite

  • Java Development Kit 1.8.
  • Maven 3.6.X.

Build.

Run mvn clean package to build the project and extract ./target/tldr.zip and add the $EXTRACTED_FOLDER\bin to the path.

Usage

Usage: tldr [options] SEARCH

  Options:
    --help, -h
      Print help information and exit
    --platform, -p
      Platform [windows, macos|osx, linux]
    --version
      Print version and exit

Work in progress.

Download

Download tldr from releases