#timer #pattern #cmd #cli #exec #play #sound

bin+lib rtimer

A tool for timer, a tip? or a cmd

5 releases (3 stable)

1.3.0 Jan 29, 2024
1.2.0 Jan 30, 2024
0.3.0 Jan 27, 2024
0.2.0 Jan 27, 2024

#1093 in Command line utilities

MIT license

91KB
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–40MB
~569K SLoC