Read ebooks in terminal with nano. With this config, nano will look easy on the eyes. It remembers last possition of cursor in the text. Ebook must be converted into txt.
- copy svaml.nanorc into .config/nano/
cp ./svaml.nanorc ~/.config/nano/
- put this alias into your
~/.bashrcfile:
alias svaml='nano -Svaml_q -f ~/.config/nano/svaml.nanorc'
OR this alias if you wish to be able to write notes into the book:
alias svaml='nano -Saml_q -f ~/.config/nano/svaml.nanorc'
- conver a book into txt, for example with ebook-convert which comes with Calibre
ebook-convert mybook.epub mybook.txt
- open file
svaml mybook.txt
