1
0
git-time-tracker/README.md

26 lines
519 B
Markdown
Raw Normal View History

2024-06-03 20:36:54 +00:00
# Git-based Time Tracker
2024-06-03 21:01:45 +00:00
2024-06-03 22:46:15 +00:00
Quick and dirty time tracker on git histories.
Uses the simple heuristics that each commit takes precisely one hour of work.
It will automatically trim commits below one hour if another commit occurred
less than an hour ago.
Usage:
```
python -m git_time_tracker
```
# Obligatory
This tool reports:
```
2024-06-03 22:47:26 +00:00
Jmaa/git-time-tracker.git 3.18 hours
2024-06-03 22:46:15 +00:00
```
And the ([Hamster](https://github.com/projecthamster/hamster)) manual time tracker reports:
![](docs/obligatory-hamster.png)