Skip to content

Estimate worked hours per author in a git repo. Python 3, no dependencies.

License

Notifications You must be signed in to change notification settings

giovannipcarvalho/git-timespent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-timespent

Estimate worked hours per author in a git repo. Python 3, no dependencies.

Installation

pip install git-timespent

Usage

# defaults to current directory
$ python -m timespent
#  1. Giovanni Paolo                35m51s (   7 commits)

# or specify a path and number of authors
$ python -m timespent /tmp/numpy -k 5
#  1. Charles Harris                  5w3d (7030 commits)
#  2. Travis Oliphant                2w22h (2047 commits)
#  3. Eric Wieser                    1w12h (1288 commits)
#  4. Pearu Peterson                  1w3h (1126 commits)
#  5. Mark Wiebe                     5d15h ( 798 commits)

About

Estimate worked hours per author in a git repo. Python 3, no dependencies.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages