3 releases
0.1.3 | Oct 16, 2024 |
---|---|
0.1.2 |
|
0.1.1 | Sep 5, 2024 |
0.1.0 | Sep 3, 2024 |
#821 in Command line utilities
263 downloads per month
14KB
309 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]
-n, --session-title <SESSION_TITLE> [default: "Working on Stuff"]
-m, --minimal-version
-h, --help Print help
Dependencies
~1–25MB
~359K SLoC