Launched this week

Purge Modules
Trace and remove unwanted dev folders. Free & open source
6 followers
Trace and remove unwanted dev folders. Free & open source
6 followers
A Command-Line utility made to helps developers trace, select and remove unwanted development folders on their system (node_modules, venv etc). Built using Go's (Golang) concurrency for speed and BubbleTea for the TUI.




honestly this looks super handy for cleaning up all those random node_modules and venv folders eating up disk space. one thing that would be really useful is adding a dry-run mode so you can preview exactly which folders and how much space will be freed before actually deleting anything. basically a safety net for those moments when you're not 100% sure if a directory is safe to remove.
@julian_fairchildΒ Thank you so much for the kind words!
Technically this works as a dry run by default in the following steps (As shown in the demo vid)
Lists out all of the folders and their location
Toggle the ones to delete, press enter and then it'll warn what you'll delete and the size
Hit enter and only then it'll begin the deleting them