A terminal-based countdown timer with adaptive layout.
- Displays time in large ASCII digits
- Optional message bellow the target
- Automatically chooses horizontal or vertical layout based on terminal size
- Adapts to terminal resizes
- Can exit early with
q,ESCorCtrc+C - Can pause the timer using
SPACE - Accepts
hh:mm:ss,mm:ssor justsstime format
cargo 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.wavCan stop the timewatch anytime using q, ESC or Ctrl+C. Can pause it using
SPACE.
PRs and Issues are welcome!
MIT
