Terminal epub reader
Goreader is an ereader application that runs in the terminal. Images are displayed as ASCII art. Commands are based on less.
go install github.com/taylorskalyo/goreadergoreader [epub_file]| 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 |
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.
