Skip to content

Instantly share code, notes, and snippets.

View jenikm's full-sized avatar

Eugene Magdel jenikm

View GitHub Profile
@jenikm
jenikm / dismiss_notifications
Last active November 14, 2020 04:58
Dismiss notifications - MacOS: Big Sur
#!/usr/bin/env osascript
tell application "System Events"
tell process "NotificationCenter"
tell window 1
tell scroll area 1
tell UI element 1
tell group 1
if exists then
set current_mouse_xy to (do shell script "/usr/local/bin/cliclick p")