From 90c9ef3546cce0b21e44fee1e96cf60f551c8c29 Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 23 Jul 2026 09:08:28 +0700 Subject: [PATCH] Record remote setup and v0.0.1 tag in TODO.md --- TODO.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 4927066..f9b1099 100644 --- a/TODO.md +++ b/TODO.md @@ -14,10 +14,13 @@ # Next Step -- add a remote on git.eeqj.de and push (`main` plus tags) +- convert Makefile targets to scripts-to-rule-them-all `script/` + entrypoints like the other managed repos # Completed Steps +- add the `origin` remote (`git@git.eeqj.de:sneak/sfdupes.git`), tag + `v0.0.1`, and push `main` plus tags (2026-07-23) - `scan` CLI rework (2026-07-23, branch `scan-required-paths`): required `PATH...` operands via cobra flags replacing the `/srv` `-root` default; new `-x`/`--one-file-system` flag (GNU convention) to stop @@ -30,9 +33,6 @@ # Future Steps -- convert Makefile targets to scripts-to-rule-them-all `script/` - entrypoints like the other managed repos -- tag `v0.0.1` once the compliance branch is merged - possible later features (explicitly out of scope per README): full-content verification of candidates, removal-script helpers