Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm not looking for anything complicated or enterprisey. I'm wondering if there exists something simple where I can "punch" in an out and say what I was working on. I'm interested in both how long I spend on different projects and how much I actually work per day. A command line tool would be preferable, but feel free to recommend anything you find useful. It must run on Unix-line OSes (at least Linux, Mac would be good too but not crucial)

share|improve this question
How about just using a web-based project time tracking tool like toggl.com or protimesapp.com? – anka Apr 5 at 20:28

10 Answers

I still use, and prefer, the Big Red Book method of time monitoring. I never managed to find any application that was as portable as that method.

It involves carrying around a big red book (no, seriously) and just writing down what you're working on.

Then, if it needs to go into an application, I do that at the end of the day. That way, I'm not bothered by switching apps or having to make sure I take my laptop everywhere. My Big Red Book still puts even the slimline Macs to shame in terms of:

  • weight.
  • power management.
  • boot times.
  • reliability (always carry a spare pen).

Sometimes the best application is no application. That's my opinion, it works for me, but others may be different.

share|improve this answer
Does this work on UNIX? hehe – victor hugo May 21 '09 at 7:44
Yes, I even have it working on the System z with a 3270-based timesheet package written in Rexx. The import/export facility is one of the cleverest wetware applications I've ever seen in action :-) – paxdiablo May 21 '09 at 7:46
+1 Sometimes you just can't beat pen and paper :) – Magnus Skog May 21 '09 at 9:49

You might like this: Timelog. The project page is here.

share|improve this answer
Ah, I'm sorry. I didn't specify the OS. It should run on a unix-like OS. – swampsjohn May 21 '09 at 5:37
Tasktop runs on both Linux and MacOS. – Kaitlin Duck Sherwood Mar 29 at 0:58

Like Pax I use a one-click text messaging system. My preferred tools are a project notebook (one for each project/client) and a fountain pen filled with Private Reserve Lake Placid Blue ink.

I've tried automated systems, online programs, and at one point customized an ASP.Net Starter Kit. I always come back to the notebooks.

share|improve this answer
The is somthing I like very much about the "Private Reserve Lake Placid Blue Ink". Made me smile +1. – Copas May 21 '09 at 6:20

There's a really interesting Eclipse based product that you might want to check out. It's called Tasktop.

share|improve this answer

I use bug tracking software at work called FogBugz. It allows me to log time against the cases that I add into it. It is also completly web based.

share|improve this answer

Eclipse's Mylyn. It integrates with several issue tracking systems.

share|improve this answer

I use Hour Guard.
Features:
1- Log time sheets.
2- Generate periodical reports in PDF or CSV
3- FREE

share|improve this answer

Using redmine. You can install using bitnami stack

share|improve this answer

I've started using the Pomodoro Technique. The 25m timeboxes make it real easy to track time. At the end of the day while doing my review, I simply count the number of timeboxes completed on each project/assignment etc.

I actually log my day to paper (and later read through them for a high-level review), but you could easily download the source code for PomodoroTimer and improve it to log data to a file etc.

share|improve this answer

Sometime I use Microsoft Office Outlook Journal to see where My time is gone but It seems that Journal automatically record only Office docs. It will be nice if it can log time spend ed using visual studio.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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