A macOS application for intelligently renaming untitled files and folders based on their content and metadata.
The project is organized into 7 main phases:
-
phase1/- Core File Processing- FileScanner
- FilenameAnalyzer
-
phase2/- Renaming & Safety- RenameExecutor
- Dry-Run Mode
-
phase3/- LLM / Model Integration- LLMIntegration
- LocalModelFallback
-
phase4/- User Interface- CLI Component
- macOS App (SwiftUI)
-
phase5/- Subscription & Billing- SubscriptionManager
- Server-Side Billing API
-
phase6/- Distribution & Marketing- Apple App Store Packaging
- Website & Landing Page
-
phase7/- Logging, Analytics & CI/CD- LoggingAnalytics
- CI/CD Pipeline
- Clone the repository
- Follow the setup instructions in each phase's README.md
- Run the test suite:
swift test
- macOS 13+
- Swift 5.7+
- Python 3.10+
- Xcode 14+
MIT License