Count the number of Safari tabs
Tiniest TIL, using AppleScript to count the number of open browser tabs in Safari:
osascript -e 'tell application "Safari" to count tabs of every window'
Tags: safari, til, applescript
Like
0
Liked
Liked
Tiniest TIL, using AppleScript to count the number of open browser tabs in Safari:
osascript -e 'tell application "Safari" to count tabs of every window'
Tags: safari, til, applescript