A Pomodoro timer app built with Rust and egui.
- 🕒 Simple Pomodoro timer functionality.
- 🎨 Built with egui, a blazingly fast GUI library for Rust.
- Notification support
- Rust (1.5x or later)
- Cargo
Clone the repository:
bash
git clone https://github.com/strcutnull/Pom.git
cd Pom
Build and run the application:
cargo build --release
cargo run --release
- code refactoring
- notification support
- mutiple timer options
- user input for timer
- break timer with automatic timer resume
- [] and more...
- Start, pause, and reset the timer.
- Enjoy increased productivity using the Pomodoro technique.
Contributions are welcome! Feel free to open a pull request or an issue.