From 2f155340ab0e95cfce6fe62d4312e4d4fae01ee5 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Thu, 13 Aug 2026 11:36:49 +0700 Subject: [PATCH] docs: index the merged tools in the root README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb039dd..f019913 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# MTTools \ No newline at end of file +# MTTools + +Personal toolbox — small utilities and scripts, each formerly a standalone +repository, merged here with full history. + +| Directory | Tool | Language | +| --- | --- | --- | +| [`utils/`](./utils/) | Utility batch and shell scripts to make life easier (or harder) | Batch/Shell | +| [`go-util/`](./go-util/) | Miscellaneous CLI scripts (Gitea org cleanup, etc.), multi-binary `cmd/` layout | Go | +| [`export-chrome-cookies/`](./export-chrome-cookies/) | Export Google Chrome cookies on Windows | Python | +| [`miti-scraper/`](./miti-scraper/) | Configurable single-site web scraper | Go | +| [`circular-dependency-checker/`](./circular-dependency-checker/) | Detects cyclic dependencies in Godot projects | Python | + +Unmerged Go-rewrite drafts live on `feature/export-chrome-cookies-go` and +`feature/circular-dependency-checker-go`.