Looking for feedback on urordo, a local-first Windows file organiser with preview-before-move and full rollback
I’m looking for early feedback on urordo, a Windows desktop app I’ve been building for file organisation.
Instead of sorting files only by extension, it reads filename context and proposes where files should go. For example, invoice_may_2024.pdf and CS301_week4_notes.pdf are both PDFs, but they clearly belong in different places.
Current behaviour:
- scans a folder and builds a proposed move plan
- shows every proposed move before anything is executed
- requires explicit approval before moving anything
- logs operations so every action can be rolled back
- never moves .lnk shortcuts
- detects and protects Git repos and project folders
- optional Smart Mode for ambiguous files using Gemini, opt-in with your own API key
Built with Tauri v2, Rust, and React.
The feedback I’d value most:
- whether the proposed destinations feel sensible
- what edge cases should always be protected
- anything in the UX that feels risky or unclear
Project:
Source: