letsFocus 0.0.2

Pomodoro Timer application
# LetsFocus - Pomodoro CLI


A simple command-line Pomodoro timer written in Rust.

## Installation


```bash
cargo install letsfocus
```

## Usage


```bash
letsfocus
```

## Features


- 25 minute work sessions
- 5 minute breaks
- 15 minute long breaks(every 4 sessions)
- Custom timer option
- Terminal notifications (To be fixed in next patch)

## Building from source


```bash
git clone https://github.com/Kunal-Bhandari/letsfocus.git
cd letsfocus
cargo build --release
```

## License

This project is licensed under MIT license (LICENSE-MIT)