vote up 1 vote down star
1

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)

flag

40% accept rate

10 Answers

vote up 0 vote down

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

link|flag
Ah, I'm sorry. I didn't specify the OS. It should run on a unix-like OS. – johnswamps May 21 at 5:37
vote up 7 vote down

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.

link|flag
Does this work on UNIX? hehe – victor hugo May 21 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 at 7:46
+1 Sometimes you just can't beat pen and paper :) – Magnus Skog May 21 at 9:49
vote up 1 vote down

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.

link|flag
The is somthing I like very much about the "Private Reserve Lake Placid Blue Ink". Made me smile +1. – Copas May 21 at 6:20
vote up 0 vote down

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

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

Using redmine. You can install using bitnami stack

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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