tomato

Crates.iotomato
lib.rstomato
version0.2.0
sourcesrc
created_at2021-10-29 10:07:07.962204
updated_at2021-10-31 08:42:17.531453
descriptionCommand line pomodoro timer.
homepagehttps://github.com/kironono/tomato
repositoryhttps://github.com/kironono/tomato
max_upload_size
id473883
size38,120
Junichi Kakisako (kironono)

documentation

README

tomato

build version license

Command line pomodoro timer.

Installation

cargo install:

cargo install tomato

Usage

USAGE:
    tomato [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -l, --long-break-time <long_break_time>      Duration of long break time (minutes) [default: 15]
    -s, --short-break-time <short_break_time>    Duration of short break time (minutes) [default: 5]
    -w, --work-time <work_time>                  Duration of work time (minutes) [default: 25]

License

tomato is distributed under the terms of the MIT license.

See the LICENSE files in this repository for more information.

Commit count: 16

cargo fmt