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