# Zilean
Zilean is a TUI application written in Rust for working with the [Pomodoro Technique](https://todoist.com/productivity-methods/pomodoro-technique).
## Demo
TODO: Insert gif
## Installation
Ubuntu
```bash
sudo apt install zilean
```
Install Zilean with cargo
```bash
cargo install zilean
```
## Usage
```bash
zln start
```
## Run Locally
Clone the project
```bash
git clone https://github.com/i4o-dev/zilean
```
Go to the project directory
```bash
cd zilean
```
Run
```bash
cargo run -- start
```