Pomodoro
Pomodoro copied to clipboard
A terminal based pomodoro application written in Rust
waiting for 10ms reduces the cpu load to essentially zero without noticable downside. This should fix #1
Was thinking about writing a rust pomodo as a learning exercise, but found yours so thought maybe I could just help work on it or something. Bug I noticed was...
https://github.com/michaelfletchercgy/romodoro has a visual progress bar that I liked. maybe some users would not prefer? I could try to borrow some of that implementation into this project as an option...