Minimal, terminal-based, cross-platform pomodoro timer. (Tested on Windows 11 and Linux)
Ships with sensible defaults:
- Working time: 25 minutes
- Short break time: 5 minutes
- Long break time: 10 minutes
- Interval: [short] [short] [short] [long]
Usage: paradeiser [OPTIONS]
Options:
-w, --work <work> Working time (minutes) [default: 25]
-s, --short <short_break> Short break time (minutes) [default: 5]
-l, --long <long_break> Long break time (minutes) [default: 10]
-h, --help Print help
-V, --version Print version
The application may be terminated using Esc
, Q
, or CTRL-C
.
- Specifying the interval.
- More appealing GUI.
- Colors are hardcoded, meaning readabilty may be affected by terminal color scheme
- Lack of tests
- Some structs are not named well
- Scuffed application architecture