Add a flag to filter node_modules folders by minimum size.
Example:
📦 Only show (and optionally delete) node_modules larger than 500MB.
Why
- 🧹 Focus on folders that free the most space
- âš¡ Faster cleanup in large projects / monorepos
- 🔎 Reduce noise from many small node_modules
Add a flag to filter
node_modulesfolders by minimum size.Example:
📦 Only show (and optionally delete)
node_moduleslarger than 500MB.Why