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.