Uploading to Gitea

This commit is contained in:
2026-04-01 14:04:31 +02:00
commit f8e09b2aed
3 changed files with 1319 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# Remember to Forget - A Time and Task Tracking Tool That doesn't surveil you.
---
It's a dead simple little doodad, mkay. You start a task, it takes a timestamp and puts a label, you end a task it stamps the time. You literally don't need much else. It's a little like interstitial journaling, but for me it's useful for making invoicing simpler.
I've packaged a python executable and an html version that work as standalones. The base python script is also included for them that feels like fiddling with it. I don't need to.
If you want to build your own from the .py, use pyinstaller --onefile. EZ PZ.