All Projects → zhiqing-lee → Ebreader

zhiqing-lee / Ebreader

Licence: apache-2.0
一个让你可以在浏览器中阅读Epub电子书的CLI程序,使用Golang编写

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Ebreader

Gocurrency
Simple currency converter. Insert an amount, what currency to convert from and what currency to convert to.
Stars: ✭ 26 (-48%)
Mutual labels:  golang-tools
Publ Cg
EPUB 3 Community Group Repository
Stars: ✭ 40 (-20%)
Mutual labels:  epub
Webpub Manifest
📜 A JSON based Web Publication Manifest format used at the core of the Readium project
Stars: ✭ 46 (-8%)
Mutual labels:  epub
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (+1622%)
Mutual labels:  epub
Save As Ebook
Save a web page/selection as an eBook (.epub format) - a Chrome/Firefox/Opera Web Extension
Stars: ✭ 959 (+1818%)
Mutual labels:  epub
Readium Cfi Js
Stars: ✭ 42 (-16%)
Mutual labels:  epub
Stegify
🔍 Go tool for LSB steganography, capable of hiding any file within an image.
Stars: ✭ 927 (+1754%)
Mutual labels:  golang-tools
Golang Plugin
Automatically installs the Go tools on Jenkins build agents
Stars: ✭ 49 (-2%)
Mutual labels:  golang-tools
Readingcloud
An ebook reader written in Rails.
Stars: ✭ 33 (-34%)
Mutual labels:  epub
Owasp Masvs
The Mobile Application Security Verification Standard (MASVS) is a standard for mobile app security.
Stars: ✭ 1,030 (+1960%)
Mutual labels:  epub
Mangareader To Ebook
download mangareader and make epub
Stars: ✭ 12 (-76%)
Mutual labels:  epub
Readimension
eBook server supporting ePub and Authentication
Stars: ✭ 29 (-42%)
Mutual labels:  epub
Interact
Question/answer and multiple choice by command line
Stars: ✭ 43 (-14%)
Mutual labels:  golang-tools
Quran Epub
Al Qur'an Terjemah Bahasa Indonesia
Stars: ✭ 10 (-80%)
Mutual labels:  epub
Gogeom
This is a Geometrical library for Go Language. Which includes multiple Geometrical calculations like Circle, Lines etc in different forms
Stars: ✭ 47 (-6%)
Mutual labels:  golang-tools
Ebreader
A minimal Ebook reader for Android/IOS made with flutter.
Stars: ✭ 25 (-50%)
Mutual labels:  epub
Rest Epub
Roy Fielding's REST dissertation in .epub
Stars: ✭ 40 (-20%)
Mutual labels:  epub
Koreader
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
Stars: ✭ 9,467 (+18834%)
Mutual labels:  epub
Thiefmd
The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter
Stars: ✭ 48 (-4%)
Mutual labels:  epub
Elixirbooks
List of Elixir books
Stars: ✭ 1,021 (+1942%)
Mutual labels:  epub

EBReader

一个让你可以在浏览器中阅读Epub电子书的Linux CLI程序,使用Golang编写

安装

有Go语言环境:

$ cd $GOPATH/src
$ git clone https://github.com/zhiqing-lee/ebreader.git
$ cd ebreader
$ go install

没有Go语言环境:

  • 下载目录中的ebreader二进制文件并添加到PATH变量

使用

  • 打开终端,输入ebreader file.epub:
$ ebreader file.epub
正在打开文件......
正在解析文件......
开始监听本地端口......
正在开始监听0.0.0.0:4444 请用浏览器访问http://127.0.0.1:4444
  • 打开浏览器,访问http://localhost:4444

选项

-p          将要绑定的本地端口号(默认为4444)
-P          EBReader的临时工作目录(默认为/tmp)     

示例

  • 运行:

  • 浏览:

声明

本程序为作者学习Go语言时的练习项目,使用途中出现任何问题均与作者本人无关

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].