clock-cli 0.1.1

Clock utilities (stopwatch, timer) on the command line with TUI (text user interface)
Documentation
## 0.1.0 2010-10-10

### Bugfix

Fix the issue that, when `show_lap_offset` is not zero, ugly output of the stopwatch was produced upon stopping.

## 0.1.0 2010-10-10

### New Features

- use `crossterm` to provide windows support
- use mouse scroll or arrow keys to nagivate around the lap history

## 0.0.7 

Change the icon of the notification to `clock`

## 0.0.6

Notification when timer finishes via the `notify` crate

## 0.0.5

Add basic timer support