A minimal macOS menubar app to quickly review and organize files on your Desktop and Downloads folder.
- Menubar app - Lives in your menubar, always accessible
- Quick preview - See file previews with pinch-to-zoom for images
- Fast decisions - Delete or Keep files with one click
- Smooth animations - Satisfying swipe animations when organizing
- Custom folders - Monitor any folder you want
- Smart organization - Kept files are organized by year/month
- Click the menubar icon
- Preview your files
- Delete → Moves to Trash
- Keep → Moves to
~/Documents/Kept/2025/January/
- Download the latest release from Releases
- Drag
Tidey.appto your Applications folder - Open Tidey from Applications
git clone https://github.com/YOUR_USERNAME/tidey.git
cd tidey
open tidey.xcodeprojThen press ⌘R to build and run.
- macOS 14.0 (Sonoma) or later
- Apple Silicon or Intel Mac
Tidey needs access to:
- Desktop folder - To monitor and manage files
- Downloads folder - Optional, can be enabled in settings
- Documents folder - To save kept files
- SwiftUI
- Quick Look for file previews
- No external dependencies
Contributions are welcome! Feel free to:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
MIT License - see LICENSE for details.
Created by Salih Gün
Made with ☕ and SwiftUI