Quick start¶
After installing:
# Open a book directly. Gets added to your library on first open.
bookreader path/to/book.epub
# Or land on the library home and pick a book with Enter.
bookreader
# One-off read without touching the library.
bookreader --no-library path/to/book.epub
That's it. Position, bookmarks, and reading time persist automatically.
First five minutes¶
- Open a book.
bookreader ~/Documents/whatever.epub - Scroll.
j/kfor one line,space/bfor a page,n/pfor the next/previous chapter. - Try the two-page spread. Press
2to toggle. - Bookmark something interesting. Press
m, type a note, Enter. - Quit and reopen. Position restores automatically.
CLI subcommands¶
# Add a book without opening
bookreader add path/to/book.epub
# Track a TBR title before you have the file
bookreader add --wishlist --title "Project Hail Mary" --author "Andy Weir"
# Later, attach the EPUB to that wishlist entry
bookreader attach 5 path/to/project-hail-mary.epub
# Inspect your library
bookreader list
bookreader stats # minutes read per book
bookreader --version