PulseAugur
EN
LIVE 01:04:42

How to count open Safari browser tabs using AppleScript

Simon Willison shared a brief tip on how to count open Safari browser tabs using AppleScript. The command `osascript -e 'tell application "Safari" to count tabs of every window'` can be used to achieve this. AI

RANK_REASON The item is a personal blog post sharing a technical tip, not a major industry event.

Read on Simon Willison →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

How to count open Safari browser tabs using AppleScript

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Commentary
The item is a personal blog post sharing a technical tip, not a major industry event.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
other
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
Low
Off-topic or adjacent — cluster remains reachable but doesn't surface in AI-industry rankings.
Story freshness
84 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. Simon Willison TIER_1 English(EN) ·

    Count the number of Safari tabs

    <p>Tiniest TIL, using AppleScript to count the number of open browser tabs in Safari:</p> <pre><code>osascript -e 'tell application "Safari" to count tabs of every window' </code></pre> <p><img alt="I ran it in a terminal window and got back 370." src="https://static.simonwilliso…