Skip to content

Instantly share code, notes, and snippets.

@melangue
melangue / CountOpenSafariTabs.scpt
Last active February 8, 2021 13:45 — forked from edenwaith/CountOpenSafariTabs.scpt
AppleScript: Count the number of open tabs in Safari and show a notification
-- CountOpenSafariTabs.scpt
-- Author: Chad Armstrong
-- Date: 13 May 2016
-- Description: Count the number of open tabs in Safari
-- To run from CLI: osascript CountOpenSafariTabs.scpt
--
-- Modified by V on 4 February 2017 to show a system notification with the number
tell application "Safari"