Skip to content

Instantly share code, notes, and snippets.

@Koze
Last active November 1, 2022 17:11
Show Gist options
  • Save Koze/2e1a9bf967b2bf865fc9 to your computer and use it in GitHub Desktop.
Save Koze/2e1a9bf967b2bf865fc9 to your computer and use it in GitHub Desktop.
Close all windows with AppleScript
tell application "Finder" to close windows
# index 1 is frontmost window
tell application "Finder" to close window 1
@yoland68
Copy link

Gotcha, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment