1
0
git-time-tracker/README.md
Jon Michael Aanes 9511bd3697
Some checks failed
Test Python / Test (push) Failing after 22s
Image and updated README
2024-06-04 00:47:44 +02:00

26 lines
519 B
Markdown

# Git-based Time Tracker
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:
```
Jmaa/git-time-tracker.git 3.18 hours
```
And the ([Hamster](https://github.com/projecthamster/hamster)) manual time tracker reports:
![](docs/obligatory-hamster.png)