feat: rename project

This commit is contained in:
Himadri Bhattacharjee
2025-09-10 13:21:49 +05:30
parent db3b3b896c
commit 71e2ed859e
2 changed files with 7 additions and 3 deletions

View File

@@ -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.

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/lavafroth/modify-history
module github.com/lavafroth/timekeeper
go 1.24.5