Skip to content

Instantly share code, notes, and snippets.

@ans-4175
Created August 17, 2021 18:14
Show Gist options
  • Save ans-4175/f3923822e3579b9e6610066ac32e74c8 to your computer and use it in GitHub Desktop.
Save ans-4175/f3923822e3579b9e6610066ac32e74c8 to your computer and use it in GitHub Desktop.
Show All Tabs from Safari on iOS and MacOs
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 order by device_name ASC"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment