
TimeLog
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a simple, stupid time tracker. It can be used to record time spent for an activity, for example, programming (might be useful if you're working at home or so).
To install:
Extract
cd timelog/
mkdir build
cd build/
cmake ..
make
Then run ./timelog
Depends only on Qt 4.6 (not KDE).
Features:
The application only shows as a systray icon.
Left-click to toggle recording on / off.
Right-click to reset time to 0.
Hover over the icon for a tooltip.
The app will automatically save time spent every minute (or if you toggle it on/off) and preserve this until you manually reset it; so if you, for example, shutdown your computer, the next time you start it up it'll recover the state it had on shutdown.
If you want to change the icon, just replace img/icon.png and img/icon2.png.
Wishes and ideas are welcome, but I can't guarantee I'll implement them, as I'm not too familiar with GUI programming. :)
Please login or register to add a comment or rating