File Tidy & Download Organizer
These are pretty basic tools, but figured if it solved my problem, it might solve someone else's too. Both are free and open source, and I plan to keep doing this: fix my own annoyances.
๐งน File Tidy
An open-source Windows app for cleaning up a folder that's already a disaster โ Downloads, Desktop, wherever loose files pile up.
Core features:
Review before you commit โ see every proposed move as a plan before a single file actually moves
One-click Undo โ reverses the last run using stable file identity, timestamps, and size โ not guesswork
Smart categorization โ sorts into Images, Documents, Archives, Code, and more, with fully customizable rules per category
Safety-first by design โ never overwrites files, skips hidden/system files and symlinks, and journals every move so nothing is lost if something interrupts it
100% local. No accounts, no analytics, no uploads.

๐ฅ Download Organizer
Another open-source Manifest V3 extension for Chrome and Edge that routes downloads into subfolders the moment you click download โ no dragging, no cleanup scripts.
Core features:
Intercepts at the source โ uses the browser's native filename-routing hook, so files land in the right folder before they're written to disk
Zero tracking โ no analytics, no remote code, no network requests of any kind
Custom rules โ define your own categories, folders, and file extensions to match your workflow
Lightweight by design โ event-driven service worker that only runs while a download is active
Pairs naturally with File Tidy for one-time cleanup of what's already there.

I would love to hear your feedback! Let me know if you have any suggestion to make it even better.
Replies