Last active
March 24, 2019 17:14
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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