Skip to content

rupa/epub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

usage: epub [-h] [-d] EPUB

python/curses epub reader. Requires BeautifulSoup

Keyboard commands:
    Esc/q          - quit
    Tab/Left/Right - toggle between TOC and chapter views
    TOC view:
        Up         - up a line
        Down       - down a line
        PgUp       - up a page
        PgDown     - down a page
    Chapter view:
        Up         - up a page
        Down       - down a page
        PgUp       - up a line
        PgDown     - down a line

positional arguments:
  EPUB        view EPUB

optional arguments:
  -h, --help  show this help message and exit
  -d, --dump  dump EPUB to text

About

python/curses cli epub reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages