epr an ePub Reader
epr is a CLI epub reader written in Python 3.6, is very simple and functional. The only problem with epr is that only support epub files, but that is ok for my use.
Download epr script
There are different way to install epr, you can install it via pip3, PyPi. If you are in Arch Linux is in the AUR epr-git.
I like to install/download just the epr.py scrip it works well, the dependency is python 3.6
After you download the script, make it executable
Then you can rename it to epr
How to use epr
Let's say that you rename it to epr and is in your home directory, open a terminal
You read a ebook (epub) and you close it, next time you run just ./epr without arguments it will remember the last book and chapter
I like to do almost everything in the terminal, but this time i don't want to type the full path were my books are. Here is were **dmenu** is awesome for this, I create this silly script to work with dmenu
This is the directory structure i used for this
- my-reading
* books (directory for all the books)
* spr (i rename it)
* dmenu-reading.sh (dmenu to list all books and open them with spr)
This dmenu/script is working fine for me and works in **Arch Linux** and **Void Linux**
Key binding
Check the repo for epr.py in Github
----------
----------
© DarknessCode