From 89802bc86d9b9c4e4fa92ccc0a1aa9348a1201bd Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Mon, 11 May 2026 21:47:26 +0700 Subject: [PATCH] docs(readme): add scripts index table at top --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 69dbea4..f862eeb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ Some useful (or useless) scripts written in Go. +## Scripts index + +| Script | Description | Key env vars | +|--------|-------------|-------------| +| `gitea-delete-orgs` | Delete all Gitea organisations except a keep-list | `GITEA_URL`, `GITEA_TOKEN`, `GITEA_KEEP_ORGS` | + ## Structure Each script lives in its own directory under `cmd/`, so multiple `main` packages coexist without conflicts.