So i recently installed mint as i had a leftover 240gb ssd in my system from an old windows install after moving things over to the nvme. So I figured i would install linux onto it and build it out as a recovery suite for my pc. Well after updating the 470+ updates after install i got hit with the firmware issue and my system kept crashing display manager kept dropping out and having issues. And overall it was really annoying to deal with. Decided to start building a recovery tui. Something simple nothing crazy.
And I recently figured out i could use ai coding tools to help build the program for me so I gave it a shot.
What i have now is a tui that has automated timeshift backups tied into updates. So when you use the command or click on the update button in the updates menu it takes a snapshot of the system before deleting the old one.
Another thing it has is a built in fairly lightweight watchdog that drops you into tty3 to tell you what crashed when the system crashes and asks if you would like to review recovery options where you can navigate through the main tui from there.
The main tui has a few simple options like timeshift restore, a display reinitialization utility, hardware and kernel diagnostic screen, and system logs.
I like the tool for my system but im wondering if this is something the community would be interested in. Ive already pushed it to github with an mit license.
Here it is if anyone wants to do anything with it
https://github.com/henuemphuse/ProjectAnthony