Skip to content

Ramashvili/svaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

svaml

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.

itisjustnano

how to

  1. copy svaml.nanorc into .config/nano/
cp ./svaml.nanorc ~/.config/nano/
  1. put this alias into your ~/.bashrc file:
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'
  1. conver a book into txt, for example with ebook-convert which comes with Calibre
ebook-convert mybook.epub mybook.txt
  1. open file
svaml mybook.txt

About

nano config for reading ebooks and other long text

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors