copo 0.1.2

A command line pomodoro timer
Documentation
# copo
A **co**mmand line **Po**modoro timer written in Rust.
More information about this project can be found [here](https://gcmacneil.com/copo.html).

## Features
 *  Fast
 *  Simple
 *  Offline

## Installation
Via cargo;
```
cargo install copo
```

## Screenshot
![copo example](example.png)

## Usage
```
USAGE:
    copo <work> <rest>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <work>    Duration of work timer in minutes
    <rest>    Duration of rest timer in minutes
```
### With thanks to...
 * [DanielRivasMD]https://github.com/DanielRivasMD -> System agnostic notifications.


## License:
This project is licensed under the [Apache-2.0](LICENSE.md) license.