Total Pageviews

Tuesday, 17 February 2026

EBReader

 A epub reader.

Install

  • With GO:
go install github.com/hardo/ebreader@latest

ebreader

Usage

  • Type ebreader file.epub on terminal:
ebreader OReilly.Introducing.Go.2016.1.epub 

# Opening file......
# Extracting file to working directory......
# Listening on 127.0.0.1:4444 ......
# Please visit http://localhost:4444 to view the book......
  • Then open browser,visit http://localhost:4444

Options

-a string
    The address to listen. (default "127.0.0.1")
-p int
    The port ebreader will listen on. (default 4444)
-w string
    The working directory of ebreader. (default "/tmp")

Example

  • Run:

  • browse:

 from https://github.com/noobnooc/ebreader

No comments:

Post a Comment