https://github.com/thekuwayama/pomodoro
command-line pomodoro timer
https://github.com/thekuwayama/pomodoro
cli pomodoro rust timer
Last synced: 5 months ago
JSON representation
command-line pomodoro timer
- Host: GitHub
- URL: https://github.com/thekuwayama/pomodoro
- Owner: thekuwayama
- License: mit
- Created: 2022-08-30T09:59:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T18:19:00.000Z (over 1 year ago)
- Last Synced: 2025-10-20T07:30:52.173Z (9 months ago)
- Topics: cli, pomodoro, rust, timer
- Language: Rust
- Homepage:
- Size: 462 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# pomodoro
[](https://github.com/thekuwayama/pomodoro/actions/workflows/ci.yml)
[](https://raw.githubusercontent.com/thekuwayama/pomodoro/main/LICENSE.txt)
[](https://deps.rs/repo/github/thekuwayama/pomodoro)
`pomodoro` is Pomodoro Timer CLI.

## Install
You can install `pomodoro` with the following:
```sh-session
$ cargo install --git https://github.com/thekuwayama/pomodoro.git --branch main
```
## Usage
```sh-session
$ pomodoro --help
pomodoro 0.1.0
command-line pomodoro timer
USAGE:
pomodoro [ARGS]
ARGS:
working time (minutes) [default: 25]
break time (minutes) [default: 5]
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](http://opensource.org/licenses/MIT).