pomodoro
is Pomodoro Timer CLI.
You can install pomodoro
with the following:
$ cargo install --git https://github.com/thekuwayama/pomodoro.git --branch main
$ pomodoro --help
pomodoro 0.1.0
command-line pomodoro timer
USAGE:
pomodoro [ARGS]
ARGS:
<WORKING_TIME> working time (minutes) [default: 25]
<BREAK_TIME> break time (minutes) [default: 5]
<CYCLE> cycle [default: 4]
OPTIONS:
-h, --help Print help information
-V, --version Print version information
The CLI is available as open source under the terms of the MIT License.