rtimer

Crates.iortimer
lib.rsrtimer
version1.2.1
sourcesrc
created_at2024-01-27 14:08:03.490271
updated_at2024-07-24 14:25:07.933786
descriptionA tool for timer, a tip? or a cmd.
homepagehttps://github.com/fb0sh/rtimer
repositoryhttps://github.com/fb0sh/rtimer
max_upload_size
id1116742
size125,008
fb0sh (fb0sh)

documentation

https://github.com/fb0sh/rtimer

README

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;

Commit count: 0

cargo fmt