pomors

Crates.iopomors
lib.rspomors
version0.2.3
sourcesrc
created_at2019-12-31 05:32:24.57888
updated_at2020-11-08 05:22:37.854059
descriptionA simple CLI pomodoro timer.
homepagehttps://github.com/yuizho/pomors
repositoryhttps://github.com/yuizho/pomors
max_upload_size
id193736
size88,808
yuizho (yuizho)

documentation

README

pomors

Actions Status crate-name at crates.io

A simple CLI pomodoro timer for Mac and Linux 🍅

Getting Started

If you haven't installed cargo, follow the procedure below to install it.

https://doc.rust-lang.org/cargo/getting-started/installation.html

$ cargo install pomors
$ pomors

Usage

USAGE:
    pomors [OPTIONS]

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

OPTIONS:
    -l, --long-break-sec <long_break_sec>       [default: 1200]
    -s, --short-break-sec <short_break_sec>     [default: 300]
    -w, --work-sec <work_sec>                   [default: 1500]

License

MIT

Commit count: 76

cargo fmt