Skip to content

Simple script i created for myself to (very roughly) calculate the time i have spent on a project from the timing of my commits. This only kinda works if you have a frequent approach to committing. (Managers: this should not be used to measure developer productivity, its really not accurate enough for that)

Notifications You must be signed in to change notification settings

binarythinktank/code_timing_from_commits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple script i created for myself to (very roughly) calculate the time i have spent on a project from the timing of my commits. This only kinda works if you have a frequent approach to committing. (Managers: this should not be used to measure developer productivity, its really not accurate enough for that).

copy the py file to your project root and run it with python estimate_coding_time.py

The project you copy it into does not have to be python, but you should have python installed to run the script.

About

Simple script i created for myself to (very roughly) calculate the time i have spent on a project from the timing of my commits. This only kinda works if you have a frequent approach to committing. (Managers: this should not be used to measure developer productivity, its really not accurate enough for that)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages