TimeLogger
I wrote TimeLogger decades ago when I was developing a course on the Personal Software Process. I kept it closed source because of a vague aspiration to turn the course into a commercial offering. Now I realize that is probably never going to happen, so I'm releasing it as open source.
It's nifty little tool that I use now and then for phase-based time tracking. It avoids complexity of many mainstream time logging tools and is quite simple to operate. Just click a button to start timing a specific phase, and click again when you stop. It has a sweet little floating timer window.
Source: https://github.com/jdalbey/timelogger/tree/master

