1
0

🤖 Repository layout updated to latest version
Some checks failed
Test Python / Test (push) Failing after 24s

This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
This commit is contained in:
Takunomi Automaticus, The 2nd 2024-10-13 14:34:07 +02:00
parent f1221868a1
commit 872b040cab
2 changed files with 6 additions and 2 deletions

View File

@ -6,12 +6,12 @@
# 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.

View File

@ -15,6 +15,10 @@ PACKAGE_DESCRIPTION = """
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
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.