From af979db1b0c4dafc60f2a91e30454469e388f31a Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 20 May 2026 20:59:09 -0400 Subject: [PATCH] docs(readme): add scrub function to Miscellaneous table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f8f74c..fe41f0b 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,7 @@ Install method priority: **git+cargo source build** (fish) → **cargo** (other |---|---| | `upgrade` | System upgrade via paru | | `zellij` | Zellij with `--theme catppuccin-mocha` | +| `scrub` | Recursively purge OS/editor/compiler garbage from CWD; `-a` aggressive mode adds logs, `node_modules`, IDE dirs; `-d` dry-run preview; requires `fd` | | `antigravity` | Wrapper for `agy` (antigravity-cli) that suppresses a noisy warning | | `antigravity-ide` | Wrapper for `antigravity-ide` binary that suppresses a noisy warning | | `bash` | Drop into bash (raw Fish session via `rawfish`) |