Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1000 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 1000 Bytes

goreader

Terminal epub reader

Go Report Card

Goreader is a minimal ereader application that runs in the terminal. Images are displayed as ASCII art. Commands are based on less.

Installation

go get github.com/taylorskalyo/goreader

Usage

goreader [epub_file]

Keybindings

Key Action
q Quit
k / Up arrow Scroll up
j / Down arrow Scroll down
h / Left arrow Scroll left
l / Right arrow Scroll right
b Previous page
f Next page
H Previous chapter
L Next chapter
g Top of chapter
G Bottom of chapter