shytikov / goreader

Terminal epub reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goreader

Terminal epub reader

Build Status 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
j / Up arrow Scroll up
k / 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

About

Terminal epub reader

License:MIT License


Languages

Language:Go 100.0%