epr icon indicating copy to clipboard operation
epr copied to clipboard

CLI Epub Reader

Results 24 epr issues
Sort by recently updated
recently updated
newest added

I noticed that the regex/search window currently does not support navigation with arrow keys (left, right). I had a go at it, and it works quite well on multiple terminals...

It would be nice to have a footnote viewer. Perhaps as a floating window popping out when you press some keybind (similar to the ToC window when you press TAB)....

Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/epr", line 8, in sys.exit(main()) File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/epr.py", line 1253, in main curses.wrapper(preread, file) File "/data/data/com.termux/files/usr/lib/python3.10/curses/__init__.py", line 94, in wrapper return func(stdscr, *args, **kwds) File...

If I go to the second chapter, then use \ (up on keyboard) to get to the first chapter, epr.py shows as an indication that I've changed chapters. 1. when...

It would be nice to have some indication about the current position. I am aware that it is difficult to get the relative position since that require pre-reading the rest....

I am using iTerm2 on Max OS Big Sur. I often use imgcat: https://iterm2.com/documentation-images.html Would it be possible to integrate this directly into epr?

sometimes got this error when opening my ebook, > Traceback (most recent call last): File "epr.py", line 1240, in File "epr.py", line 1236, in main File "curses\__init__.py", line 102, in...