Skip to content

Instantly share code, notes, and snippets.

@hkitago
Created May 27, 2022 00:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkitago/cb5de18c73eea5a87461972cb21dfea8 to your computer and use it in GitHub Desktop.
Save hkitago/cb5de18c73eea5a87461972cb21dfea8 to your computer and use it in GitHub Desktop.
try
tell application "BBEdit" to set theFile to file of document 1
tell application "Finder" to open theFile using (path to application "Google Chrome")
on error
try
return theFile
on error errorMessage
return errorMessage
end try
end try
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment