Start Timer
Utility to Start a Timer
[![Crates.io](https://img.shields.io/crates/v/start-timer.svg)](https://crates.io/crates/start-timer)
[![Documentation](https://docs.rs/start-timer/badge.svg)](https://docs.rs/start-timer)
![Build](https://github.com/EstebanBorai/start-timer/workflows/build/badge.svg)
![Clippy](https://github.com/EstebanBorai/start-timer/workflows/clippy/badge.svg)
![Formatter](https://github.com/EstebanBorai/start-timer/workflows/fmt/badge.svg)
![Tests](https://github.com/EstebanBorai/start-timer/workflows/test/badge.svg)
## Usage
Install binary using `cargo install`
```bash
cargo install start-timer
```
Create a new timer
```bash
# Starts a new timer with a duration of 1:30:10
start-timer new 1h30m10s
```