A simple time tracker extension. -Multiple timers - Start/Stop: easily 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 lock integration: automatically pauses all active timers when the screen is locked - Keyboard navigation: easily edit timers using keyboard shortcuts (e.g., Tab, Enter, and Escape for editing) - Export current timers to CSV
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Bad xml filename: [EGO Review Guidelines: GSettings Schemas](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#gsettings-schemas) 2. Use `console.*` instead of `log()`: [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) 3. Extensions cannot use `run_dispose()` (line 947 `extension.js`): [EGO Review Guidelines: run_dispose](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-should-not-force-dispose-a-gobject) 4. Timeout should be removed on destroy (line 727 `extension.js`): [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions