I wanted a simple terminal count down timer, No sounds, no noise Just desktop notifications. So I created this one
- Run
cargo build --release
& use/open thebinary/executable
file - When you see the
rdy_>
sign on your terminal, this means it is working - Write the track command to start counting down in minutes
track 10 minutes
, This for example will count down for 10 minutestrack 10 seconds
, This for example will count down for 10 seconds- Once it is done, You will receive a notification on your desktop
- If you wanna close it just write
exit
- You're welcome to contribute and modify the code as much as you want
- Please report any suggestions to modify it or enhance it through the repo's issues
- I'm still learning RUST, I love it & I'm sure there is a better code for the same functionality, I'm getting there ...