2025-10-15 14:43:34 +02:00
|
|
|
# epuppy - terminal epub reader
|
|
|
|
|
|
|
|
|
|
This is a little TUI epub ebook reader. This is a work in progress and
|
|
|
|
|
may not work for all EPUB files yet. It uses a modified version of the
|
|
|
|
|
[epub module](https://github.com/kapmahc/epub/), which seems to be
|
|
|
|
|
unmaintained but the best I could find to parse EPUBs. Find it in the
|
|
|
|
|
`pkg/epub/` directory.
|
|
|
|
|
|
2025-10-15 21:41:32 +02:00
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
|
|
- Viewing an ebook in dark mode
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
- Viewing an ebook in light mode
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
- You can interactively adjust text width
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
- Showing the help
|
|
|
|
|

|
|
|
|
|
|
2025-10-15 14:43:34 +02:00
|
|
|
## Installation
|
|
|
|
|
|
|
|
|
|
### Installation from source
|
|
|
|
|
|
|
|
|
|
Check out the repository and execute `go build`, then copy the
|
|
|
|
|
compiled binary to your `$PATH`.
|
|
|
|
|
|
|
|
|
|
# Report bugs
|
|
|
|
|
|
|
|
|
|
[Please open an issue](https://github.com/TLINDEN/gfn/issues). Thanks!
|
|
|
|
|
|
|
|
|
|
# License
|
|
|
|
|
|
|
|
|
|
This work is licensed under the terms of the General Public Licens
|
|
|
|
|
version 3.
|
|
|
|
|
|
|
|
|
|
# Author
|
|
|
|
|
|
|
|
|
|
Copyleft (c) 2024 Thomas von Dein
|