Commit Graph

25 Commits

Author SHA1 Message Date
SadlyNotSappho 340f3572d5 gui 2023-09-12 12:07:24 -07:00
SadlyNotSappho 8b414b5181 my brain isnt work 2023-09-05 11:56:00 -07:00
SadlyNotSappho 7a6134b075 caching, i think (i genuinely dont remember what half of this does but i know it works) 2023-09-05 11:50:14 -07:00
SadlyNotSappho 5b69c68f24 start reworking cache system (it will not compile and my brain has died) 2023-09-01 11:56:12 -07:00
SadlyNotSappho ce75fe6572 stop it from redownloading already cached files (or pages but i guess you could use the function for anything) 2023-09-01 11:49:03 -07:00
SadlyNotSappho 90a305f55f stop it from recreating config folder every time (was it even doing that? who knows!) 2023-09-01 11:33:37 -07:00
SadlyNotSappho 1912b7bcb8 fix bug and also some other stuff that i dont remember 2023-08-30 12:19:13 -07:00
SadlyNotSappho 2a8cca37e5 error handling and get clippy to stop yelling at me (it all still compiles so who cares !!!) 2023-08-29 14:50:03 -07:00
SadlyNotSappho d8d3311d25 remove some comments and add some horrible error handling 2023-08-29 14:20:11 -07:00
SadlyNotSappho 1367f2d684 add image downloading (nightmare nightmare nightmare i hate reqwest aaaaaaaaaaaaAA) 2023-08-29 11:59:02 -07:00
SadlyNotSappho f2d40849db .clone() is a crime against humanity, but sometimes those can be a good thing 2023-08-25 12:52:08 -07:00
SadlyNotSappho d55c600eee add ability to update config file, implement debug for Config, and add a utility function 2023-08-25 12:42:32 -07:00
SadlyNotSappho b9def3324e get_page() now returns the actual page data (and will probably crash if you give it an invalid page) 2023-08-25 12:27:39 -07:00
SadlyNotSappho ac4f30ce9e change types in Page and change variable names to align better with the intended struct 2023-08-23 12:45:56 -07:00
SadlyNotSappho de4fece245 clean up get_home() and improve several error messages 2023-08-23 12:37:51 -07:00
SadlyNotSappho 04893105df format 2023-08-22 11:47:35 -07:00
SadlyNotSappho 86963dcb76 remove windows hate (sadly) 2023-08-22 11:41:53 -07:00
SadlyNotSappho b4982722a7 fix cargo.toml 2023-08-22 11:26:19 -07:00
SadlyNotSappho ce1a08975b git is the worst thing to ever be invented 2023-08-18 15:59:58 -07:00
SadlyNotSappho 7fff3a4ceb get rid of useless newlines 2023-07-09 15:14:41 -07:00
SadlyNotSappho 2fec70e307 my code is so goddamn jank 2023-06-23 09:31:44 -07:00
SadlyNotSappho d9b34538c1 read config, ensure cache exists, fuck lifetimes 2023-06-16 12:56:13 -07:00
SadlyNotSappho eea467fc9a add a function that hopefully gets the home folder, and a function that *should* make the config file 2023-06-09 13:24:41 -07:00
SadlyNotSappho c6eb64eb7e init rust project 2023-06-09 11:46:26 -07:00
SadlyNotSappho 77b3f0344e Initial commit 2023-06-09 11:45:10 -07:00