Skip to content

vmf91/git-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git-time

Estimate time spent on a git repository.

Install

npm install -g git-time

Usage

git-time <path>

Help

Usage: git-time <path>

Where <path> is the path of your Git repository.

Options:
  -h, --help	output usage information
  -v, --version	get the current version
  --max	    	maximum time diff in minutes between two consecultive commits. Default: 90
  --min	    	minimum time in minutes for the start commit. Default: 25
  --author      filter out authors. Value(s) are passed to the git log command.

Output

Output is grouped by author

John Doe <[email protected]>
102 commits found
Total time spent: 103.84 hours

Jane Doe <[email protected]>
321 commits found
Total time spent: 183.11 hours

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published