Pomodoro and ToDo application, inspired by pomofocus.io, using the Iced GUI library written in Rust.
- Pomodoro timer with customizable durations and themes
- Tasks, settings, and reports are saved automatically
- Tracks daily focused time, completed sessions, and calculates streaks
- Import/export functionality for report
Compile and run from the source:
cargo run --releaseOr install the standalone binary:
cargo-binstall icemodoroNote: Download is available on 64-bit Linux (glibc), Intel or Apple Silicon Macs (via Rosetta), and 64-bit Windows PCs (GNU toolchain).
| Key | Action |
|---|---|
| Space | Start/Stop timer |
| r | Reset timer |
| f | Finish session (skip to next) |
| n | Focus new task input |
| a | Activate/Deactivate first task |
| ↑ / ↓ | Navigate active task |
| s | Complete active task |
| e | Edit active task |
| d | Delete active task |
| x | End day (generates daily report) |
| Ctrl + Tab | Next tab |
| Shift + Tab | Previous tab |
