AppleScript
PulseAugur coverage of AppleScript — every cluster mentioning AppleScript across labs, papers, and developer communities, ranked by signal.
2 day(s) with sentiment data
-
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…
-
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…
-
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.
-
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…
-
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…