2024-01-04 23:22:47 -05:00
2023-11-10 23:02:43 -05:00
2024-01-04 23:22:47 -05:00
2024-01-04 23:22:47 -05:00
2024-01-04 23:07:37 -05:00
2024-01-04 23:06:30 -05:00

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.

Description
No description provided
Readme 88 KiB
Languages
Rust 100%