Integrate Hamster with Trac
For a long time now I've used Project Hamster on Ubuntu Linux to keep track of time I spend on (mainly) development tasks - starting back in the good old Gnome 2.x days and now within Gnome 3.x.
I've also always liked Trac for project management - I've used and enjoyed Unfuddle and other project management apps but I've always liked the simplicity and features of Trac and the raft of excellent plugins - for instance the Timing and Estimation plugin.
So... I wanted to track my time with Hamster and have it create a time entry on a Trac ticket.
I built two two components to accomplish this;
- hamster-trac-syncr - sync's time entries in hamster to Trac
- trac-hamster-plugin - Trac plugin that hamster-trac-syncr talks to.
For those on Gnome 3.x once you've installed both of the above, you'll probably also want to install the Project Hamster Extension for Gnome shell integration.
The dev team at my work and myself have been using the above since early 2013 however if you have any issues or suggestions please feel free to fork it and create a push request.