thekuwayama / pomodoro

command-line pomodoro timer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pomodoro

CI MIT licensed dependency status

pomodoro is Pomodoro Timer CLI.

Install

You can install pomodoro with the following:

$ cargo install --git https://github.com/thekuwayama/pomodoro.git --branch main

Usage

$ 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

License

The CLI is available as open source under the terms of the MIT License.

About

command-line pomodoro timer

License:MIT License


Languages

Language:Rust 100.0%