Simple time tracking extension for Gnome 45-49. Features: - Multiple timers - Start/Stop: start or pause individual timers with one click - Reset: reset individual timers or all of them at once - Edit name and time - Selection: choose specific timers or display the total time - Persistent storage: timers are automatically saved and restored between sessions - Screen locking and sessions: automatically pauses all active timers when the screen is locked or a session ends - Workspace-based tracking: optionally associate timers with specific workspaces to automatically start/pause them upon switching - Keyboard navigation: edit timers using keyboard shortcuts (e.g., Tab, Enter, and Escape for editing) - Export current timers to CSV manually - Automatic backup: automatically export timers to CSV at configurable intervals - Associate timers with specific workspaces to automatically start/pause them upon switching - Timers associated with workspaces automatically pause/resume on screen locking/unlocking and logout/login
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 15 | Active |
| 14 | Inactive |
| 13 | Rejected |
| 12 | Rejected |
| 11 | Inactive |
| 10 | Rejected |
| 9 | Inactive |
| 8 | Rejected |
| 7 | Rejected |
| 6 | Inactive |
| 5 | Active |
| 4 | Active |
| 3 | Inactive |
| 2 | Active |
| 1 | Rejected |
1. Please remove `schemas/gschemas.compiled`. Not needed for 45+ packages. 2. You don't need to send anything to `this.getSettings()` since you use `settings-schema` in `metadata.json`: [Extensions Guide: `settings-schema`](https://gjs.guide/extensions/overview/anatomy.html#settings-schema) 3. You should call `this._stopBackupTimer()` on `Tracker.destroy()`.
Thanks for remarks!