6 releases (stable)
1.3.0 |
|
---|---|
1.2.1 | Jul 24, 2024 |
1.2.0 | Jan 30, 2024 |
0.3.0 | Jan 27, 2024 |
0.2.0 | Jan 27, 2024 |
#1333 in Command line utilities
23 downloads per month
90KB
961 lines
rtimer
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;
Dependencies
~5–38MB
~535K SLoC