Skip to content

ChiaMiner44/untitled-folder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Untitled Folder

A macOS application for intelligently renaming untitled files and folders based on their content and metadata.

Project Structure

The project is organized into 7 main phases:

  1. phase1/ - Core File Processing

    • FileScanner
    • FilenameAnalyzer
  2. phase2/ - Renaming & Safety

    • RenameExecutor
    • Dry-Run Mode
  3. phase3/ - LLM / Model Integration

    • LLMIntegration
    • LocalModelFallback
  4. phase4/ - User Interface

    • CLI Component
    • macOS App (SwiftUI)
  5. phase5/ - Subscription & Billing

    • SubscriptionManager
    • Server-Side Billing API
  6. phase6/ - Distribution & Marketing

    • Apple App Store Packaging
    • Website & Landing Page
  7. phase7/ - Logging, Analytics & CI/CD

    • LoggingAnalytics
    • CI/CD Pipeline

Getting Started

  1. Clone the repository
  2. Follow the setup instructions in each phase's README.md
  3. Run the test suite: swift test

Requirements

  • macOS 13+
  • Swift 5.7+
  • Python 3.10+
  • Xcode 14+

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Makefile 83.5%
  • C++ 8.8%
  • Swift 6.5%
  • Other 1.2%