Tracking How long have I been doing programming (on Linux, particularly Emacs)

I am looking for a way to automatically track development time, as this question asks for sure, but I would like to do it on Linux (Ubuntu).

My preferred IDE is Emacs, so there may be a time tracking solution that matches Emacs.

Basically, I would like the timer to measure inactivity (pause, say, 1 minute of keyboard outage).

Project Hamster is an example of a good clean, manual Linux tracking application that I am aware of.

+4
source share
2 answers

Since you are using Emacs, you can try the orgmode synchronization functions.

+3
source
+1
source

All Articles