pomc

Crates.iopomc
lib.rspomc
version
sourcesrc
created_at2024-01-05 04:26:45.319243
updated_at2024-12-11 20:18:37.155188
descriptionClient program for pomd pomodoro daemon
homepage
repositoryhttps://git.exvacuum.dev/pomc
max_upload_size
id1089279
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Silas Bartha (exvacuum)

documentation

README

pomc: pomodoro daemon client

Crates.io Version

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          Start the pomodoro timer
  pause          Pause the pomodoro timer
  stop           Stop the pomodoro timer
  skip           Skip the current timer
  get-iteration  Retrieve the current iteration of the pomodoro
  get-remaining  Get remaining timer duration (MM:SS)
  is-running     Get whether the timer is running
  is-on-break    Get whether the current timer is a 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.

Commit count: 0

cargo fmt