Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save kevin-funderburg/b969d1023b4355a1243f4033352ef3ee to your computer and use it in GitHub Desktop.

Select an option

Save kevin-funderburg/b969d1023b4355a1243f4033352ef3ee to your computer and use it in GitHub Desktop.
Close front document of front app without 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 no
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment