Skip to content

structnull/Pom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Pomodoro App 🍅

A Pomodoro timer app built with Rust and egui.

image

Features

  • 🕒 Simple Pomodoro timer functionality.
  • 🎨 Built with egui, a blazingly fast GUI library for Rust.
  • Notification support

Getting Started

Prerequisites

  • Rust (1.5x or later)
  • Cargo

Installation

Clone the repository:

bash
git clone https://github.com/chiefdinkan/Pom.git
cd Pom

Build and run the application:

cargo build --release
cargo run --release

Or install from releases

todo

  • code refactoring
  • notification support
  • mutiple timer options
  • user input for timer
  • [] and more...

Usage

  • Start, pause, and reset the timer.
  • Enjoy increased productivity using the Pomodoro technique.

Contributing

Contributions are welcome! Feel free to open a pull request or an issue.