Basic Clock and timer maked with ncurses
$ cargo run
Keys | Description |
---|---|
Enter | Start the timer |
Espace | Stop the timer |
r | Reset the timer |
m, s | Increase in [m]inutes and [s]econd |
Shift+M, Shift+S | Decrease in [m]inutes and [s]econd |
Tab | Change to clock or timer |
q | Quit |