console-timer 0.1.0

Simple timer in your terminal.
[![Version](https://img.shields.io/crates/v/console-timer)](https://crates.io/crates/console-timer)
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-red)](https://github.com/pchchv/console-timer/blob/main/LICENSE)
[![Downloads](https://img.shields.io/crates/d/console-timer)](https://crates.io/crates/console-timer)

# console-timer

A simple timer that allows to start a countdown from N seconds.

## Usage

#### Time in seconds:
```sh
console-timer 180
```

#### Time in minutes:
```sh
consoletimer 3m
```