snail-countdown

Crates.iosnail-countdown
lib.rssnail-countdown
version1.1.0
sourcesrc
created_at2020-07-19 07:42:35.470233
updated_at2022-07-08 18:25:24.958459
descriptionSends a system-wide notification after a countdown.
homepage
repositoryhttps://github.com/PowerSnail/countdown
max_upload_size
id266771
size34,449
Power Snail (PowerSnail)

documentation

README

Countdown

The program sleeps for a specified time, and send a system notification.

Usage

Send a system-wide notification after a countdown

USAGE:
    countdown [FLAGS] <time> [text]

ARGS:
    <time>    A float number for the countdown, unit being second, unless --minute is specified.
    <text>    A short message to show in the notification. [default: Timer]

FLAGS:
    -h, --help       Prints help information
    -m, --minute     Change the unit of time to minute, instead of second.
    -V, --version    Prints version information
Commit count: 7

cargo fmt