Skip to content

Instantly share code, notes, and snippets.

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 kevin-funderburg/3971c9f4f450dcee2043f1aafd21e896 to your computer and use it in GitHub Desktop.
Save kevin-funderburg/3971c9f4f450dcee2043f1aafd21e896 to your computer and use it in GitHub Desktop.
Close front document of front app with saving.
tell application "System Events" to set frontapp to name of first process whose frontmost is true
tell application frontapp
tell front document
close saving yes
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment