An open source CLI TOTP generator in Rust.
The AI reviewers like coderabbit & copilot made suggestions and I committed them. The suggestions didn’t impact the functionality or anything major, literally some were just grammar fixes for the README
An open source CLI TOTP generator in Rust.
The AI reviewers like coderabbit & copilot made suggestions and I committed them. The suggestions didn’t impact the functionality or anything major, literally some were just grammar fixes for the README
Added colours and better errors!
Added colours to the TOTP times so now it shows the colours so you can easily & visually see how much time is left!
Log in to leave a comment
It took ages to figure this stuff out, and I almost forgot how to write Rust. I had so many problems that AI reviewers raised which were so annoying, but after A LOT of work I fixed them all.
HUGE & Final devlog. I know 2 devlogs doesn’t look very trustworthy but man that took a lot of work cuz the AI reviewers like Coderabbit & Copilot found SO MANY problems
. Ugh. Anyways, after getting through all that, TOTP-Generator is ready to ship, supports multiple tokens, and loading through env variables, and I wrote a README! 
https://github.com/Spacexplorer11/TOTP-Generator/releases/tag/v1.0.0 has all the info
Log in to leave a comment
Initial stuff, it can actually generate your codes! I also spent a long time figuring out how to show the time left for each code, regardless of when you start the program and I remembered modulus to save the day!
I’m gonna add storage of your secrets (The file will be password-locked) and I’m gonna add multiple secrets typing too, and ofc it will be able to show multiple codes concurrently!
Log in to leave a comment