Skip to content

aerkalov/sabbath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sabbath

Check how much you work on weekends.

Script assumes that Monday-Friday are working days and Saturday + Sunday are weekend. We look for a day with any commit activity. Number of commits is ignored. It is up to us to interpret the results.

Usage

$ sabbath.py -h

$ git log --date=short | grep "^Date:" | sabbath.py -s -c
$ git log --date=short --since="2013-01-01" | grep "^Date:" | sabbath.py -s

$ git log --date=short --author=Erkal | grep "^Date:" | sabbath.py -5
$ echo $?

Samples

About

Check how much you work on weekends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages