1
0
This repository has been archived on 2024-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
git-time-tracker/README.md

26 lines
552 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:
```
2024-06-03 22:48:54 +00:00
python -m git_time_tracker REPO1 REPO2...
2024-06-03 22:46:15 +00:00
```
# Obligatory
This tool reports:
```
2024-06-08 13:22:13 +00:00
project Jmaa/git-time-tracker.git 3h 33m (2024)
2024-06-03 22:46:15 +00:00
```
And the ([Hamster](https://github.com/projecthamster/hamster)) manual time tracker reports:
![](docs/obligatory-hamster.png)