Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kommits

Generate HTML from daily commits in several Git or Hg repositories.

Installation

Just copy this project to any folder in your computer.

Configuration

Copy kommits/config.py.sample to kommits/config.py and fill with your repositories.

Usage

Print HTML in your terminal:

./report.py

Or you can send it to your mail:

./report.py | /usr/sbin/sendmail -f from@domain.com -i to@domain.com

Or put it on crontab:

55 23 * * * LANG=en_US.UTF-8 /path/to/kommits/report.py | /usr/sbin/sendmail -f from@domain.com -i to@domain.com 2>&1

Contributing

Do the usual github fork and pull request dance.

License

Released under the MIT license. Read LICENSE.md for more information.

About

Generate HTML from your daily commits in hg or git repository.

Resources

Stars

1 star

Watchers

6 watching

Forks

Releases

Packages

Contributors

Languages