I created this because my Downloads folder was a graveyard of mixed images, PDFs, and audio files. I wanted a way to fix it without doing manual tasks.<p>How it works:<p>- It’s a CLI tool built with Node.js. You just navigate to any cluttered directory and run 'npx auto-organize'. It analy...
Stories by chris-corner
I built a small CLI tool that organizes files in the current directory based on their extensions.<p>The idea came from staring at my messy “Downloads” folder and thinking: what if I could fix this with a single command?<p>The tool is intentionally minimal and opinionated:<p>- It groups files into pr...