v0.2.0 — 2026-07-26
Added
- 39 new cleanup rules across the catalog: JS tooling (Bun, Deno, Yarn
Berry, npm logs, Turborepo, nvm), Python (pipenv, conda), Ruby gems,
Composer, NuGet, Carthage, Go module cache, JVM (Gradle native, Ivy, sbt),
Bazel, AWS CLI and Terraform plugin caches, Android (build cache, unused
AVDs, stale system images), Xcode (Previews, device logs, CoreSimulator
caches, IPSW firmware), fvm stale Flutter SDKs, editors (Cursor, Windsurf,
Zed, VS Code logs, JetBrains logs), Docker (system prune, buildx cache),
Colima/Lima VMs, Cypress, Prisma, and the Dart analysis server cache. - New "Testing tool caches" category (Playwright, Cypress).
- New rule capabilities:
detect_commandgates a rule on a probe command
exiting 0 (e.g. only showdocker system prunewhen the daemon responds),
action: shellruns a vendor-supplied cleanup command instead of deleting
paths, andwarn_if_runningskips deletion while any listed app is open. okey in the picker TUI opens the highlighted folder in Finder
(xdg-openon Linux) so you can inspect contents before deleting.- Scroll indicator below the list showing how many rows are hidden
off-screen (e.g.… ↑ 5 more above · ↓ 19 more below). - One-command releases:
scripts/release.sh vX.Y.Zhandles the CHANGELOG
rename, commit, tag, and push; the release workflow now also updates the
Homebrew tap formula automatically (newhomebrewjob inrelease.yml).
Full Changelog: v0.1.1...v0.2.0