psugihara / FreeChat

llama.cpp based AI chat app for macOS
https://www.freechat.run
MIT License
438 stars 41 forks source link

Register app as .gguf file opener #35

Closed psugihara closed 10 months ago

psugihara commented 11 months ago

CFBundleDocumentTypes CFBundleTypeRole: Viewer LSHandlerRank: Default LSItemContentTypes: [".gguf"]

https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623112-application

when gguf is opened

Edit: Rather than this, I want FreeChat to open and load the GGUF as if I had set it in the menu.

Screenshot 2024-01-10 at 11 01 49 AM