PulseAugur
EN
LIVE 02:10:48
ENTITY AppleScript

AppleScript

PulseAugur coverage of AppleScript — every cluster mentioning AppleScript across labs, papers, and developer communities, ranked by signal.

Show in brief
Total · 30d
2
5 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
0
0 over 90d
TIER MIX · 90D
TOPICS
RELATIONSHIPS
SENTIMENT · 30D

2 day(s) with sentiment data

RECENT · PAGE 1/1 · 5 TOTAL
  1. TOOL · CL_130503 ·

    New tool `claude-sessions` restores lost terminal state after crashes

    A new tool called `claude-sessions` has been developed to address the issue of losing terminal state after a machine crash, specifically when using Claude Code sessions. Unlike macOS's built-in window restoration, which…

  2. TOOL · CL_127895 ·

    Developer creates script to recover lost Claude Code sessions

    A developer created a bash script named `claude-sessions` to help manage multiple Claude Code sessions, especially after experiencing data loss when their Mac crashed with seven sessions open. The script leverages the J…

  3. COMMENTARY · CL_116592 ·

    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.

  4. TOOL · CL_102522 ·

    Developer creates tool for Claude to reliably control Mac with self-correction

    A developer has created a new tool called mcp-osascript that allows Claude to reliably control a Mac by breaking down complex commands into 12 specific, function-based tools. This approach prevents Claude from generatin…

  5. TOOL · CL_70621 ·

    Browser tool bug returns '[object Promise]' due to sync/async mismatch

    A bug in a browser automation tool caused it to return the literal string "[object Promise]" instead of actual webpage content. This occurred because the tool used AppleScript to execute JavaScript, and the JavaScript c…