#计时器 #模式 #命令 #CLI #执行 #播放 #声音

bin+lib rtimer

一个计时器工具,一个提示?或者一个命令

6 个版本 (稳定)

1.3.0 2024 年 1 月 29 日
1.2.1 2024 年 7 月 24 日
1.2.0 2024 年 1 月 30 日
0.3.0 2024 年 1 月 27 日
0.2.0 2024 年 1 月 27 日

#1531命令行工具

Download history 91/week @ 2024-07-21 61/week @ 2024-07-28

每月 152 次下载

MIT 许可证

90KB
961

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;

依赖

~5–36MB
~535K SLoC