3 个版本
0.1.2 | 2022 年 4 月 6 日 |
---|---|
0.1.1 | 2022 年 4 月 6 日 |
0.1.0 | 2022 年 4 月 6 日 |
#11 in #work
23KB
83 行
Pom
使用 Rust 构建的轻量级专注命令行工具
pom-rs 0.1.1
A lightweight pomodoro focus tool with cross-platform desktop notifications on Linux, MacOS and
Windows.
USAGE:
pom-rs [OPTIONS]
OPTIONS:
-b, --break-duration <BREAK_DURATION> Break period duration (Minutes) [default: 5]
-d, --duration <DURATION> Focus period duration (Minutes) [default: 25]
-h, --help Print help information
-n, --name <NAME> Name of task [default: "a task"]
-V, --version
安装
简单运行 cargo install pom-rs
安装 CLI 应用程序,然后使用 pom-rs
命令来使用它。
构建
安装完 cargo 后,克隆此仓库并进入它
cd pom
然后安装可执行文件
cargo install --path .
依赖项
~3–28MB
~387K SLoC