Home
Softono
goreader

goreader

Open source MIT Go
101
Stars
25
Forks
0
Issues
1
Watchers
1 year
Last Commit

About goreader

Terminal epub reader

Platforms

Web Self-hosted

Languages

Go

Links

goreader

Terminal epub reader

Go Report Card

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

screenshot

Installation

go install github.com/taylorskalyo/goreader

Usage

goreader [epub_file]

Default Keybindings

Action Key
Exit q / Escape
Up k / Up arrow
Down j / Down arrow
Top g / Home
Bottom G / End
Backward b / PgUp
Forward f / PgDn
ChapterPrevious H
ChapterNext L

Configuration

Custom keybindings and themes can be set by creating a config file at $XDG_CONFIG_HOME/goreader/config.yml.

See example/config.yml for an example configuration.