Crates.io | pomors |
lib.rs | pomors |
version | 0.2.3 |
source | src |
created_at | 2019-12-31 05:32:24.57888 |
updated_at | 2020-11-08 05:22:37.854059 |
description | A simple CLI pomodoro timer. |
homepage | https://github.com/yuizho/pomors |
repository | https://github.com/yuizho/pomors |
max_upload_size | |
id | 193736 |
size | 88,808 |
A simple CLI pomodoro timer for Mac and Linux 🍅
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:
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]
MIT