#pomodoro #productivity #daemon #cli-client

app pomc

为pomd番茄钟守护进程的客户端程序

1 个稳定版本

1.1.2 2024年1月5日

#10#pomodoro

MIT/Apache

18KB
149

pomc: 番茄钟守护进程客户端

此程序为pomd 番茄钟守护进程提供基本的命令行界面客户端。

安装

通过crates.io

cargo install pomc

从源码

cargo install --path .

用法

Usage: pomc <COMMAND>

Commands:
  start          
  pause          
  stop           
  skip           
  get-iteration  
  get-remaining  
  is-running     
  is-on-break    
  help           Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

此程序可用于状态栏中监控pomd状态,以及直接从终端控制计时器。

依赖项

~14–29MB
~412K SLoC