| Crates.io | timewatch |
| lib.rs | timewatch |
| version | 0.1.1 |
| created_at | 2025-05-07 20:24:35.749154+00 |
| updated_at | 2025-05-26 18:59:31.397911+00 |
| description | A terminal based stopwatch with optional messages |
| homepage | |
| repository | https://github.com/Foxicution/timewatch |
| max_upload_size | |
| id | 1664430 |
| size | 162,489 |
A terminal-based countdown timer with adaptive layout.

q, ESC or Ctrc+CSPACEhh:mm:ss, mm:ss or just ss time formatcargo install timewatch
# Reminder to take a break
timewatch 1:00:00 "Break in:"
# Pomodoro
timewatch 25:00 "Pomodoro Session"
# Combine with sounds (or other commands)
timewatch 10 && play ding.wav
Can stop the timewatch anytime using q, ESC or Ctrl+C. Can pause it using
SPACE.
PRs and Issues are welcome!
MIT