Jump to content

kmarchand

Member
  • Posts

    17
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    kmarchand got a reaction from chartractegg in Workflow request: Show iCloud tabs & open all   
    I saw this yesterday and couldn't find any other workflows for that functionality so I put one together.  It just copies the local plist file on the mac and parses it so it's pretty straightforward and works fine for me, showing tabs from two iOS devices with the device name shown.
     
    https://github.com/kmarchand/iCloudTabsAlfredWorkflow
     
     
    Kevin
  2. Like
    kmarchand got a reaction from Jono in iCloudTabs   
    Loads iCloud tabs from all connected devices and lists them as links.  Current device is excluded.
     
    It works by copying the ~/Library/SyncedPreferences/com.apple.Safari.plist file to a temp location, converting to XML then parsing the result.
     
    https://github.com/kmarchand/iCloudTabsAlfredWorkflow    
  3. Like
    kmarchand got a reaction from jesselperry in iCloudTabs   
    I think I figured out what's going on.  If the plist had multiple devices, but some of the devices in the list didn't have tabs, it caused the script to fail.  I just modified it to try to find the Tabs key but to keep going if it didn't find it and it seems to work for me.  It should now ignore devices that don't have tabs in that list.
     
    There's an updated copy here:
     
    https://github.com/kmarchand/iCloudTabsAlfredWorkflow
×
×
  • Create New...