Miau Labs / Insight
Count the number of Safari tabs
Simon Willison shared a useful tip for counting the number of Safari tabs using AppleScript. This can be helpful for builders and operators who need to automate simple tasks.
Simon Willison shared a useful tip for counting the number of Safari tabs using AppleScript. This can be helpful for builders and operators who need to automate simple tasks. AppleScript can be used to automate simple tasks, such as counting the number of open browser tabs in Safari.
Simon Willison shared a useful tip for counting the number of Safari tabs using AppleScript. This can be helpful for builders and operators who need to automate simple tasks.
- Counting the number of Safari tabs can be useful for builders and operators who need to automate simple tasks.
- AppleScript can be used to automate simple tasks, such as counting the number of open browser tabs in Safari.
- The command to count the number of Safari tabs is 'osascript -e 'tell application 'Safari' to count tabs of every window''.
Miau Labs takeAppleScript can be used to automate simple tasks, such as counting the number of open browser tabs in Safari.