Skip to content

Instantly share code, notes, and snippets.

@sergiitk
Last active March 24, 2019 17:14
Show Gist options
  • Save sergiitk/6f1a67df8fbb1afc4b246d81105d524b to your computer and use it in GitHub Desktop.
Save sergiitk/6f1a67df8fbb1afc4b246d81105d524b to your computer and use it in GitHub Desktop.
Save all opened Safari tabs from your iPhone (and other iCloud devices) to csv
sqlite3 ~/Library/Safari/CloudTabs.db "SELECT device.device_name, tab.url FROM cloud_tabs AS tab JOIN cloud_tab_devices AS device ON tab.device_uuid=device.device_uuid"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment