barretov / CodeTimeTracker

Sublime plugin to measure the time spent on projects
https://barretov.github.io/CodeTimeTracker/
GNU General Public License v3.0
7 stars 4 forks source link

How does it work + one suggestion #7

Open qcol opened 5 years ago

qcol commented 5 years ago

Hi. It's nice to see any WakaTime alternative. Could You write some more info about how exactly is time calculated? Initiated when project is opened, stopped every time when focus is lost in SublimeText (switching to browser)? When exit, when project changes? How does the "heartbeat" look exactly like here?

In applications of this type I always lack such functionality that the project also includes time spent in the browser, e.g. Chrome at a specific address. For example, the setting that spending time at "http://myproject1.loc" (testing app) and http://phpmyadmin/myproject1". (working with the application database) is also included in the project work time. But this would require a data connection, maybe a plugin to Chrome?

Thank You for You work!