| Crates.io | oxitime |
| lib.rs | oxitime |
| version | 0.1.0 |
| created_at | 2025-06-04 12:29:37.781627+00 |
| updated_at | 2025-06-04 12:29:37.781627+00 |
| description | Oxitime is a fast, minimal, and terminal-native Pomodoro time tracker built with the Rust programming language. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1700276 |
| size | 245,919 |
Oxitime is a fast, minimal, and terminal-native Pomodoro time tracker built with the Rust programming language. Stay focused, beat procrastination, and reclaim your time — one oxidized session at a time.
Coming soon: Precompiled binaries and cargo install.
For now, clone and build manually:
git clone https://github.com/yourusername/oxitime.git
cd oxitime
cargo build --release
Then run it from target/release/oxitime.
oxitime start # Start a Pomodoro session
oxitime short-break # Start a short break
oxitime long-break # Start a long break
Customize durations and preferences with a simple config file at ~/.config/oxitime/config.toml:
pomodoro_duration = "30m"
short_break_duration = "5m"
long_break_duration = "30m"
Pull requests are welcome! If you find a bug or want a new feature, open an issue.
MIT License © Iago Bozza