Pomo

pipeline statuscrates.io

A Pomodoro CLI tool written in Rust.

Installation

To install, run: cargo install pomo

Usage

``` pomo

USAGE: pomo [OPTIONS]

FLAGS: -h, --help Prints help information

OPTIONS: -l, --long Number of minutes for a long break. [default: 20] -p, --pomdoro Number of minutes for each Pomodoro. [default: 25] -s, --short Number of minutes for a short break. [default: 5] ```