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