macos/count_tabs
- 462 bytes
- JXA (JavaScript for Automation)
- View raw
1#!/usr/bin/env osascript -l JavaScript
2// Counts the number of windows I have open in Safari.
12}
18}macos/count_tabs1#!/usr/bin/env osascript -l JavaScript
2// Counts the number of windows I have open in Safari.
12}
18}