https://github.com/pyropy/pomo
CLI Pomodoro timer made with Rust 🍅
https://github.com/pyropy/pomo
cli pomodoro pomodoro-clock pomodoro-technique pomodoro-timer timer
Last synced: 9 months ago
JSON representation
CLI Pomodoro timer made with Rust 🍅
- Host: GitHub
- URL: https://github.com/pyropy/pomo
- Owner: pyropy
- Created: 2023-02-09T19:30:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T14:32:32.000Z (over 3 years ago)
- Last Synced: 2025-07-19T11:45:23.624Z (11 months ago)
- Topics: cli, pomodoro, pomodoro-clock, pomodoro-technique, pomodoro-timer, timer
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pomo
CLI Pomodoro timer made with Rust 🍅
### Usage
```
Usage: pomo [COMMAND]
Commands:
init Init default config
daemon starts pomo daemon
start starts pomo timer
stop stops pomo timer
info Info prints current countdown state
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
```