Package: wnpp Severity: wishlist * Package name : git-hours Version : ... Upstream Author : multiple * URL : https://github.com/kimmobrunfeldt/git-hours * License : various Programming Lang: C or Javascript or Python Description : Tool for count the time spent on code via git.
Those tools analyse your git history, look at commit dates and try to guess how much time it took to make those commits... There's actually three such tools... The javascript version: https://github.com/kimmobrunfeldt/git-hours A rewrite in C: https://github.com/ceigh/git-hours A pastebin in Python: https://gist.github.com/leandropls/6db26df3939b094dd321 I actually found the latter the most useful because it allows you to restrict your search to a path within the repository.