I'm looking for a way to automatically track development time as this question asks exactly, but I would specifically like to do it in Linux (Ubuntu).

My IDE of choice is Emacs, so perhaps there's an Emacs-specific time tracking solution.

Basically, I would like the timer to measure non-idle activity (pause after say 1 minute of the keyboard being idle).

Project Hamster is an example of a nice clean non-automated tracking app for Linux that I'm aware of.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Since you use Emacs, you might want to try orgmode clocking features.

link|improve this answer
feedback

Wakoopa?

link|improve this answer
Wow, great one. It looks to be working perfectly. Let's see if it's actually accurate. – Lex Fridman May 22 '11 at 1:02
1  
That wouldn't work for me: I start up one emacs session and it usually runs for a few months before I quit and restart. – Bryan Oakley May 23 '11 at 20:08
it doesn't track background/idle (well it does, but it categorizes it as background, in it's own section) – Andreas May 24 '11 at 10:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.