🦞🌯 Lobster Roll

Stories by chris-corner

Show HN: Auto-organize – Clean up messy folders with a single npx command (github.com)
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 &#x27;npx auto-organize&#x27;. It analy...
Show HN: I built a minimal file organizer CLI and underestimated filesystem case (github.com)
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...