psugihara / FreeChat

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

Register app as .gguf file opener #35

Closed psugihara closed 5 months ago

psugihara commented 7 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