An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

cpub
====

ncurses based epub reader for the command line.
Based on https://github.com/rupa/epub

![GIF](https://thumbs.gfycat.com/OblongSaneChimneyswift-size_restricted.gif)

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