Skip to content

Instantly share code, notes, and snippets.

@francisfeng
Last active March 28, 2024 22:29
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save francisfeng/11bb59ccd9d6fb30fa038c780e7ea2c0 to your computer and use it in GitHub Desktop.
Save francisfeng/11bb59ccd9d6fb30fa038c780e7ea2c0 to your computer and use it in GitHub Desktop.
Save all tabs of Safari’s current window to Anybox
tell application "Safari"
repeat with tabItem in tabs of window 1
set link to URL of tabItem
tell application id "cc.anybox.Anybox"
save link
end tell
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment