https://github.com/udiboy1209/cpub
commandline epub reader using python/curses
https://github.com/udiboy1209/cpub
cli curses epub-reader python
Last synced: 5 months ago
JSON representation
commandline epub reader using python/curses
- Host: GitHub
- URL: https://github.com/udiboy1209/cpub
- Owner: udiboy1209
- Created: 2019-03-04T20:09:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T08:28:05.000Z (about 5 years ago)
- Last Synced: 2025-05-07T23:07:04.460Z (5 months ago)
- Topics: cli, curses, epub-reader, python
- Language: Python
- Size: 8.79 KB
- Stars: 29
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cpub
====ncurses based epub reader for the command line.
Based on https://github.com/rupa/epub
Install
-------```
usage: cpub
```Copy the `cpub` binary to any directory which is in `$PATH`, preferably
`$HOME/bin`.Controls
--------- **q** - quit
### Table of contents
- **j/k** - up/down navigation of table of contents
- **o** - open chapter### Chapter
- **j** - next page in chapter (or next chapter if on last page)
- **k** - prev page in chapter (or prev chapter if on first page)
- **b** - back to table of contents