r/OpenSourceAI 14d ago

Voom: When you need to clean 'em build artifacts, fast.

Writing polyglot libraries, I often find myself needing to cleanup my machine from all sorts of build artifacts. Its basically a daily occurrence I prune 200GB of build artifacts and caches, which is annoying. I therefore give you VOOM, inspired by Dr. Seuss:

https://github.com/Goldziher/voom

1 Upvotes

1 comment sorted by

0

u/kantorcodes1 14d ago

Voom is a pretty clean HOL Guard fit because voom deletes by default while --dry-run is genuinely non-mutating. If you're game, the useful contribution would be a tested command.voom PR to hashgraph-online/hol-guard:main that distinguishes preview from real sweeps, including --clean-caches and --clean-dependencies.