version of Mac Finder built in electron for Mac that is way more similar to Windows File Explorer because i prefer that UI a lot more after moving to mac. has most of the core features.
- similar Windows navigation/toolbar
- global search with Cmd+F
- drag and drop
- customizable sidebar
- actually accurate recently updated tab
- folder sizes (kind of. not fully yet)
- multiple view modes
- basic keyboard shortcuts for cut,copy,paste,delete,rename etc.
If you want to launch from Dock easily:
- clone repo
- move File Explorer Launcher.app folder to Applications
- run the app there
- clone repo
- navigate to File Explorer Launcher.app / Contents / Resources / app
- npm install
- npm run dev
thanks claude