Skip to content

mattLLVW/termepub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Epub Reader

demo

Features

  • Read epub files directly in your terminal.
  • Images rendering.
  • Save reading position.

Download and install

Pre-compiled executables are available via Github releases.

wget https://github.com/mattLLVW/termepub/releases/download/latest/termepub-linux-amd64.tar.gz
tar -zxf termepub-linux-amd64.tar.gz -C /usr/local/bin
chmod +x /usr/local/bin/termepub

Build from sources

git clone https://github.com/mattLLVW/termepub.git
cd termepub
go build main.go -o termepub

Usage

termepub your_book.epub

Controls

Quit: q

Line Up/Down: ↑/↓

Next/Previous chapter: ←/→

Page Up/Down: ⇞/⇟