#pomodoro #productivity #daemon #cli-client

app pomc

Client program for pomd pomodoro daemon

1 stable release

1.1.2 Jan 5, 2024

#8 in #pomodoro

MIT/Apache

18KB
149 lines

pomc: pomodoro daemon client

This program provides a basic CLI client for the pomd pomodoro daemon.

Installation

Via crates.io

cargo install pomc

From Source

cargo install --path .

Usage

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

This program could be used in statusbars to monitor pomd status, as well as used directly from a terminal to control the timer.

Dependencies

~15–26MB
~402K SLoC