Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexito4/gathertabs
Gathers all the open tabs in Safari from remote devices and opens them in the current Mac.
https://github.com/alexito4/gathertabs
Last synced: 1 day ago
JSON representation
Gathers all the open tabs in Safari from remote devices and opens them in the current Mac.
- Host: GitHub
- URL: https://github.com/alexito4/gathertabs
- Owner: alexito4
- License: mit
- Created: 2016-02-06T12:59:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-06T12:59:11.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T21:24:05.367Z (about 2 months ago)
- Language: Swift
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GatherTabs
This script gathers all the open tabs in Safari from remote devices (iOS or OS X) and opens them in the current Mac.
Also check out [srly.swift](https://github.com/alexito4/srly.swift) for more Safari scripts ;)
## WARNING
The script modifies the PLIST with the current Safari session. Make a copy in case something goes wrong or you may lose all your open tabs.
## TODO
- Figure out a way to remove the Tabs form the remote devices. I tried a way but doesn’t seem to work so it’s disabled for now. (code is commented in the script).
# Requirements
- Apple Swift version 2.1.1 (Xcode 7.2.1)