Crates.io | rtimer |
lib.rs | rtimer |
version | 1.2.1 |
source | src |
created_at | 2024-01-27 14:08:03.490271 |
updated_at | 2024-07-24 14:25:07.933786 |
description | A tool for timer, a tip? or a cmd. |
homepage | https://github.com/fb0sh/rtimer |
repository | https://github.com/fb0sh/rtimer |
max_upload_size | |
id | 1116742 |
size | 125,008 |
Usage: rtimer.exe [OPTIONS] [PATTERN]
Arguments:
[PATTERN] !1h:1m:30s !12h:1m:30s !1h:1m !1m:30s !1h:30s !1h !2m !3s @12:33
Options:
-c, --cmd <CMD> till the end, execute a system script or command
-h, --help Print help
-V, --version Print version
pub use util::exec_shell;
pub use util::play_sound;
pub use util::select_pattern;
pub use util::Cli;
use rtimer::exec_shell;
use rtimer::play_sound;
use rtimer::select_pattern;
use rtimer::Cli;