#focus #pomodoro #break #work #pomodoro-timer #timer #desktop-notifications

app pom-rs

一个轻量级的番茄工作法专注工具,支持跨平台的桌面通知,适用于 Linux、MacOS 和 Windows

3 个版本

0.1.2 2022 年 4 月 6 日
0.1.1 2022 年 4 月 6 日
0.1.0 2022 年 4 月 6 日

#11 in #work

GPL-3.0 许可证

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