1
0

Fix archived readme

This commit is contained in:
Jon Michael Aanes 2024-10-13 14:34:05 +02:00
parent 1893504d45
commit f1221868a1
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
2 changed files with 6 additions and 2 deletions

View File

@ -6,6 +6,10 @@
# Git-based Time Tracker.
**This is an archived project. Functionality have been merged into [Personal Data](https://gitfub.space/Jmaa/personal-data)**
# Old Description
Quick and dirty time tracker on git histories.
Uses the simple heuristics that each commit takes precisely one hour of work.

View File

@ -1,11 +1,11 @@
"""# Git-based Time Tracker.
Quick and dirty time tracker on git histories.
**This is an archived project. Functionality have been merged into [Personal Data](https://gitfub.space/Jmaa/personal-data)**
# Old Description
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.