From 71e2ed859ed40115f7b5e1851bdf57d117ae67c1 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Wed, 10 Sep 2025 13:21:49 +0530 Subject: [PATCH] feat: rename project --- README.md | 8 ++++++-- go.mod | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1eb03c..e14b50b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# modify-history +# The Time Keeper Warp time with the magic of Git @@ -8,10 +8,14 @@ Clone this repo and run the following in the working directory: ```sh go build . -./modify-history open "path/to/your/repo" +./timekeeper open "path/to/your/repo" ``` ### Features - [x] Wipes reflog entries corresponding to the interactive rebase - [x] Adds jitter to amend timestamp - [x] Respects the original commit's timezone + +--- + +Also, yes. Dead cells reference. diff --git a/go.mod b/go.mod index dff4c75..cdaaa74 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/lavafroth/modify-history +module github.com/lavafroth/timekeeper go 1.24.5