A terminal time tracker. Start sessions, label them, and review your time as a bar chart — all from the keyboard.
cargo install stazeRequires no system dependencies (SQLite is bundled).
staze| Key | Action |
|---|---|
← → |
Navigate menu |
Enter |
Select |
Q |
Quit / back |
Sessions are stored in ~/.local/share/staze/staze.db.
Optional config at ~/.config/staze/config.toml:
db_path = "/custom/path/to/staze.db"MIT