Skip to content

AHaldner/node-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Cleaner

Terminal UI to find and remove node_modules folders in a directory tree. It scans asynchronously, shows sizes and last modified times, and lets you trigger deletion from the list.

Install

cargo install --path .

Keys

  • Up/Down: navigate
  • Enter: confirm removal of the selected node_modules (with a popup)
  • Esc/n: cancel popup
  • q: quit

Usage

  • Build and install once using the command above.
  • From any folder you want to clean, run node-cleaner.
  • The scan starts in the current working directory.

Notes

  • Deletions run in a background thread so the UI stays responsive.
  • A deleting item is marked with (deleting...) while it is in progress.
  • Safety checks ensure only node_modules folders under the chosen root are removed.

About

🧹 Terminal UI to scan and safely delete node_modules folders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages