| Crates.io | lazytimer |
| lib.rs | lazytimer |
| version | 0.1.0 |
| created_at | 2025-07-03 08:30:15.85163+00 |
| updated_at | 2025-07-03 08:30:15.85163+00 |
| description | A terminal-based speedcubing timer |
| homepage | https://github.com/xyzyx4546/lazytimer |
| repository | https://github.com/xyzyx4546/lazytimer |
| max_upload_size | |
| id | 1736013 |
| size | 165,677 |
A terminal-based speedcubing timer written in Rust.

# Clone the repository
git clone https://github.com/xyzyx4546/lazytimer.git
cd lazytimer
# Install and run the application
cargo install --path .
lazytimer
| Key | Action |
|---|---|
| ? | Show keybinds |
| q | Quit |
| Esc | Close popup |
| Enter | Confirm |
| Space | Start/stop timer |
| h / ← | Previous session |
| j / ↓ | Previous solve |
| k / ↑ | Next solve |
| l / → | Next session |
| g | Go to first solve |
| G | Go to last solve |
| i | Show solve details |
| + | Toggle +2 penalty |
| - | Toggle DNF penalty |
| d | Delete selected solve |
| D | Delete selected session |
| n | Create new session |