Commit Graph

18 Commits

Author SHA1 Message Date
Daniel Jones
d79f2658d4 fixed Cargo.toml field 2023-11-20 08:54:11 -06:00
Daniel Jones
a5400a841e updated documentation to get ready to publish to crates.io 2023-11-20 08:49:44 -06:00
Daniel Jones
93eadf68c8 set termion as backend, curses as frontend.
setup for new page turning system to accomodate cursive
2023-10-14 22:06:56 -05:00
Daniel Jones
af933bbc0b Created initial display 2023-10-14 18:23:13 -05:00
Daniel Redd Jones
3d8bc47cf3 - figured out TUIkit printing 2023-07-24 18:36:08 -05:00
Daniel Jones
2fe2421e6d - Refactored code to return text
- This is to make sending data to the TUI easier
2023-07-20 10:28:40 -05:00
Daniel Jones
addc510b73 Merge branch 'master' into scraper_framework 2023-06-28 12:59:00 -05:00
Daniel Jones
65b7e5ecc0 Commit to scraper_framework branch
- changing framework from Soup to Scraper
 - removed ncurses library. Will use different library instead.
2023-06-28 12:16:04 -05:00
Daniel Redd Jones
13d6b85165 Updated epub library to latest version 2023-05-29 17:41:05 -05:00
Daniel Jones
d70f3aa14a added ncurses library, module, and documentation. 2023-05-20 20:03:54 -05:00
Daniel Redd Jones
31fcab91e5 removed regex library, as I thought I would need it but did not 2023-05-19 18:47:21 -05:00
Daniel Redd Jones
f491225902 Getting error "assertion failed" when running. Backing up to github until I figure something out. 2023-05-19 18:15:48 -05:00
Daniel Jones
e7dfddc8f8 Added HTML framework and module.
Found HTML crate. This crate will allow me to render the HTML syntax to the TUI.
2023-05-15 13:33:14 -05:00
Daniel Jones
0dc6e19dd1 grab epub text
Got it to grab the text. It is formatted as HTML so next step is to parse that.
2023-05-01 19:26:22 -05:00
Daniel Jones
eb76e8a8ca epub function
Decided that I am focusing too widely on too many things. Working on bare functionality before menus or extra features. Erased old code and will work exclusively on epub reading until basic functionality is added.
2023-05-01 11:24:26 -05:00
Daniel Jones
395b1d1ce0 termsize library added
Used termsize to find size of the terminal and display a box properly. Changes depending on size of terminal upon start.
2023-03-18 12:48:14 -05:00
Daniel Jones
16234e8958 Added ncurses dependency 2023-03-16 21:44:16 -05:00
Daniel Jones
cddf66d9cf Initial Commit
initial commit
2023-03-16 20:11:57 -05:00