# pomors
[![Actions Status](https://github.com/yuizho/pomors/workflows/build/badge.svg)](https://github.com/yuizho/pomors/actions)
[![crate-name at crates.io](https://img.shields.io/crates/v/pomors.svg)](https://crates.io/crates/pomors)
A simple CLI pomodoro timer for Mac and Linux 🍅
# Getting Started
If you haven't installed cargo, follow the procedure below to install it.
https://doc.rust-lang.org/cargo/getting-started/installation.html
```
$ cargo install pomors
$ pomors
```
## Usage
```
USAGE:
pomors [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-l, --long-break-sec [default: 1200]
-s, --short-break-sec [default: 300]
-w, --work-sec [default: 1500]
```
## License
MIT