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