A command line ebook reader
Go to file
2023-06-28 13:53:05 -05:00
.github/workflows Create rust.yml 2023-06-28 13:45:31 -05:00
.idea Merging scraper branch to main. 2023-06-28 13:07:21 -05:00
src - str_content is now a tuple as required by the epub library update 2023-06-28 13:15:01 -05:00
.gitignore Modified .gitignore 2023-05-20 20:51:03 -05:00
Cargo.toml Merge branch 'master' into scraper_framework 2023-06-28 12:59:00 -05:00
LICENSE Create LICENSE 2023-03-16 21:16:42 -05:00
README.md - Updated README.md formatting 2023-06-28 13:53:05 -05:00

Bibliofile

A TUI-based ebook reader that hopefully doesn't suck!

A long long time ago, I was in college. I frequently bought the ebook versions of my textbooks, but to my dismay...most ebook readers sucked. The user interface was complicated, dark mode was unavailable for most readers until I neared graduation, dark mode usually looked terrible even if it was available, etc. I hope to change that. What better dark mode that running it on the TUI? What better way to make a simple UI than to design one myself that I like?

This is very much a personal project. Rust isn't exactly used for big companies besides Mozilla just yet, and progress is slow-going due to my personal and work commitments. Still, when it is done, I will attempt to release it on several popular repositories such as Flatpack so that others can use it.

Feel free to check up on progress on my blog, www.whoisthisjoker.com. I post there periodically to talk about what direction I want the project to go.