Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    "Having a matching editor configured for that file type" is non-trivial. You would have to have a list or array of data linking file types with apps, independent of LaunchServices database. You could just use an AppleScript with logic to check the file type and then open with <app>. Commented 12 hours ago
  • @benwiggy we must be speaking different languages because from where I sit, you're saying the same thing I did (check file type, open with given app based on type)? LOL. Anyway, question answered by Aivar Paalberg more or less on those lines. :) Commented 3 hours ago