Open in typora Check if Typora is Installed: mdfind "kMDItemCFBundleIdentifier == 'abnerworks.Typora'" If not found, notify user to install it. Open the File: Replace [FILE_PATH] with the absolute path to the file. open -a Typora "[FILE_PATH]"