patrick295767 patrick295767 said:
> Would you know a good EPUB reader for our Linux terminal (in C
> language coded, ncurses)?
I use ebook-tools (
https://sourceforge.net/projects/ebook-tools/).
There is no curses interface, but the flow is pretty much suckless:
$ einfo -pp book.epub | lynx -stdin
I didn't look into their code, but they use cmake, which suggests that
they may do other things wrong as well.
--
Dmitrij D. Czarkoff
Received on Tue May 26 2015 - 19:12:45 CEST