Crates.io | snail-countdown |
lib.rs | snail-countdown |
version | 1.1.0 |
source | src |
created_at | 2020-07-19 07:42:35.470233 |
updated_at | 2022-07-08 18:25:24.958459 |
description | Sends a system-wide notification after a countdown. |
homepage | |
repository | https://github.com/PowerSnail/countdown |
max_upload_size | |
id | 266771 |
size | 34,449 |
The program sleeps for a specified time, and send a system notification.
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