Skip to content

BreD1810/pomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <long_break>      Number of minutes for a long break. [default: 20]
    -p, --pomdoro <pomodoro>     Number of minutes for each Pomodoro. [default: 25]
    -s, --short <short_break>    Number of minutes for a short break. [default: 5]