Sublime Forum

Project Timer [Plugin?]

#1

Hello guys,
as an freelance programmer tracking your working time is an important issue. There are hundreds of ways doing that, but how cool would it be if your favourite editor is tracking the time for each file you’r working on? :smile:

  • When working on a project Sublime is checking every X seconds what file got focus
  • In the sublime project file there is a list of all project files, behind each file you got the total time in seconds you were working on that particular file
  • After the X seconds you add the X seconds to the time value of the active file
  • When the cursor stayed on the same position for Y seconds you stop adding the time X

What do you guys think about this idea? In my opinion this feature should’t be too complicated to code. Is there anybody willing to code this? Or do I have to learn Phyton :confused:

0 Likes

#2

We did our first version on our own, it can be found here: Timer - Sublime does your timetracking

0 Likes

#3

Nice, I might use this in the future if I start freelancing again :smile:

0 Likes