5 releases
| 0.1.5 | Sep 21, 2025 |
|---|---|
| 0.1.4 | Mar 9, 2025 |
| 0.1.3 | Oct 16, 2024 |
| 0.1.1 | Sep 5, 2024 |
#2249 in Command line utilities
267 downloads per month
22KB
607 lines
Rustime
A simple to use cli based pomodoro timer.
Installation
- Install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Use cargo to install
cargo install rustime
Usage commands
->rustime -h
Usage: rustime [OPTIONS]
Options:
-s, --session-time <SESSION_TIME> [default: 25]
-b, --break-time <BREAK_TIME> [default: 5]
-t, --session-title <SESSION_TITLE>
-m, --minimal-version
-l, --list-sessions
-n, --new-session <NEW_SESSION>
-h, --help Print help
Things to work on
- move the infra to a bit more structured framework (ratatui or something)
- add discord presence to this
Dependencies
~24–45MB
~807K SLoC