Darkyen's Time Tracker

for IntelliJ (and other Jetbrains IDEs)

Track the time spent on a project through a lightweight status bar widget.

Overview

Features

Internals

The time in IDE is stored in IDE's workspace XML, typically at .idea/workspace.xml. The section looks roughly like this:

<component name="DarkyenusTimeTracker">
    <option name="totalTimeSeconds" value="162561" />
    <option name="gitIntegration" value="true" />
</component>

The exact format is controlled by the IDE and may change in the future.

Git integration files are:

Installing

Download from plugin repository or from releases.

Building from source

There are no dependencies, this is a pure IntelliJ plugin. PR's are welcome!