|
|
|
Show HN: Zpace – See which node_modules, venvs, and caches are eating your disk
(github.com)
|
|
2 points
by azisk1
148 days ago
|
|
I built Zpace to find what's hogging my disk — not just which files are big, but what kind (node_modules, venvs, ML models, caches). It shows deletable units so you know what to clean. Recent improvements: - Streaming heap-based filtering — constant memory regardless of drive size - Iterative traversal — no more stack overflow on deeply nested directories - Trash reporting — see how much your Trash is consuming - Symlink skipping — avoids endless loops and double counting brew install AzisK/zpace/zpace # or: pipx install zpace zpace GitHub: https://github.com/AzisK/Zpace |
|