sleep-interactive 1.0.2

A sleep like cli application that features a progress indicator and more meaningfull argument names
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Sleep Interactive

Like sleep but with a visual progress indicator and more explicit param names.


## Usage Example
    cargo r --release -- --minutes 30 && osascript -e 'display notification "Check your MRs build status" with title "MR" sound name "Submarine"'


## Install
    cargo install sleep-interactive

## Release/Publish to crates.io
    cargo bump --git-tag && git push --tags