Mike@piefed.chrisco.me to Linux@programming.devEnglish · 4 days agoGood command line ebook reader?message-squaremessage-square25linkfedilinkarrow-up151arrow-down11file-text
arrow-up150arrow-down1message-squareGood command line ebook reader?Mike@piefed.chrisco.me to Linux@programming.devEnglish · 4 days agomessage-square25linkfedilinkfile-text
Im looking for something that would be a good ebook reader from the command line? Anyone know of a good one?
minus-squaresolrize@lemmy.mllinkfedilinkarrow-up12·4 days agoI use pandoc to convert the epub to a .txt file and read it with emacs or “less”. There are much more efficient ways to do the conversion but I haven’t bothered scripting one.
I use pandoc to convert the epub to a .txt file and read it with emacs or “less”. There are much more efficient ways to do the conversion but I haven’t bothered scripting one.