Pomodoro timer plugin for Time Tracker application.
- Start/stop Pomodoro sessions (work, short break, long break)
- Track focus sessions
- View focus session history
- Integration with projects and tasks
This plugin is installed via the Time Tracker Marketplace or can be installed manually by downloading the release assets.
- Rust toolchain (latest stable)
- Time Tracker Plugin SDK
cargo build --releaseThis will create a dynamic library (.dll on Windows, .so on Linux, .dylib on macOS) in target/release/.
The plugin manifest (plugin.toml) defines:
- Plugin metadata (id, name, version)
- Backend configuration (crate name, library name, entry point)
- Frontend configuration (entry point, components)
- Build targets
MIT