terenceng2010 / tldr-electron

Electron client for tldr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tldr-electron

Electron client for tldr

https://github.com/tldr-pages/tldr

Binary

Windows ia32 binary is available at https://www.dropbox.com/s/7bc29k8pkz18rj0/tldr-electron-win32-ia32.zip?dl=0

Windows x64 binary is available at https://www.dropbox.com/s/uwwklhvvsxt58ry/tldr-electron-win32-x64.zip?dl=0

Mac x64 binary is available at https://www.dropbox.com/s/y9h0mcwto631vyf/tldr-electron-darwin-x64.zip?dl=0

Linux x64 binary is available at https://www.dropbox.com/s/cam4tmc90q4q6w8/tldr-electron-linux-x64.zip?dl=0

Installation

  1. npm install
  2. npm install electron-packager -g
  3. for windows x64, electron-packager ./ --platform=win32 --arch=x64
  4. for linux, electron-packager ./ --platform=linux --arch=x64
  5. for mac, electron-packager ./ --platform=darwin --arch=x64

Ability

  • offline-use
  • can update index file and pages by clicking Update Database

Screenshot

alt tag alt tag alt tag alt tag alt tag alt tag

About

Electron client for tldr

License:MIT License


Languages

Language:JavaScript 74.4%Language:CSS 14.4%Language:HTML 11.2%