From f1221868a1ca321e775785871b87f5f2536ff8e8 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sun, 13 Oct 2024 14:34:05 +0200 Subject: [PATCH] Fix archived readme --- README.md | 4 ++++ git_time_tracker/__init__.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6540aae..073fe17 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/git_time_tracker/__init__.py b/git_time_tracker/__init__.py index 4f04de8..741baab 100644 --- a/git_time_tracker/__init__.py +++ b/git_time_tracker/__init__.py @@ -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.