All Projects → hezi → syncTabs

hezi / syncTabs

Licence: MIT license
Sync your firefox tabs with Safari on iOS

Programming Languages

objective c
16641 projects - #2 most used programming language
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to syncTabs

Iclouddocumentsync
Integrate iCloud into iOS document projects with one-line code methods. Sync, upload, manage, and remove documents from iCloud quickly and easily. Helps to make iCloud "just work" for developers too.
Stars: ✭ 1,124 (+4396%)
Mutual labels:  sync, icloud
Zephyr
Effortlessly synchronize UserDefaults over iCloud.
Stars: ✭ 722 (+2788%)
Mutual labels:  sync, icloud
Icloud Drive Docker
Dockerized iCloud drive
Stars: ✭ 33 (+32%)
Mutual labels:  sync, icloud
Syncthing Macos
Frugal and native macOS Syncthing application bundle
Stars: ✭ 1,096 (+4284%)
Mutual labels:  mac, sync
Dotfiles
Setup your Mac and sync it with your other machines.
Stars: ✭ 61 (+144%)
Mutual labels:  mac, sync
Ultratabsaver
The open source Tab Manager Extension for Safari.
Stars: ✭ 178 (+612%)
Mutual labels:  mac, safari
Automator
Various Automator and AppleScript workflow and scripts for simplifying life
Stars: ✭ 68 (+172%)
Mutual labels:  mac, safari
GithubTower
This browser extension allows you to use Github's "Clone in Desktop" button with Tower
Stars: ✭ 48 (+92%)
Mutual labels:  mac, safari
openconnect-gui-menu-bar
OpenConnect Menu Bar - Connect/Disconnect/Status - for Mac OS X (supports Duo push/sms/phone, or Yubikey, Google Authenticator, Duo, or any TOTP)
Stars: ✭ 56 (+124%)
Mutual labels:  mac
evernote-backup
Backup & export all Evernote notes and notebooks
Stars: ✭ 104 (+316%)
Mutual labels:  sync
github-toc
📖 Browser extension that adds a table of contents to GitHub repos, wikis and gists.
Stars: ✭ 71 (+184%)
Mutual labels:  safari
Open-iTerm-or-Terminal-Here...
Generates an Applescript app that you can put in your Finder toolbar which will open an iTerm or Terminal tab at the current directory.
Stars: ✭ 122 (+388%)
Mutual labels:  mac
browserexport
backup and parse browser history databases (chrome, firefox, safari, and other chrome/firefox derivatives)
Stars: ✭ 54 (+116%)
Mutual labels:  safari
vscode-syncify
A reliable way of syncing your VSCode settings and extensions
Stars: ✭ 13 (-48%)
Mutual labels:  sync
serverless-s3bucket-sync
Serverless Plugin to sync local folders with an S3 bucket
Stars: ✭ 24 (-4%)
Mutual labels:  sync
sleepover
💤 Sleep, snooze & step methods
Stars: ✭ 13 (-48%)
Mutual labels:  sync
Notarize
Notarization status monitoring tool for macOS, supporting multiple developer accounts.
Stars: ✭ 90 (+260%)
Mutual labels:  mac
xcloud-keyboard-mouse
Chrome extension for controlling Xbox Cloud Gaming (Project xCloud) using a keyboard and mouse
Stars: ✭ 78 (+212%)
Mutual labels:  safari
userscripts
Userscripts and Userstyles
Stars: ✭ 18 (-28%)
Mutual labels:  safari
curry
curry is a framework built to enhance and compliment Foundation and UIKit.
Stars: ✭ 47 (+88%)
Mutual labels:  mac

syncTabs

Sync your firefox tabs with MobileSafari on iOS.

Found this usful?

Follow me on twitter @jorgewritescode

Installation

  1. Make sure you have an iCloud account with safari syncing turned on: icloud

  2. Build and install the native helper app:

cd app
make build
make install

This will build the helper app and push a "native messaging" manifest to firefox so it knows how to run our helper.

  1. Install the Firefox add-on, located in ./add-on/synctabs-1.0.1-fx.xpi (this is a pre-signed copy of the add-on)

Or you can package the add-on yourself, using

cd add-on
zip -r -FS ./syncTabs.xpi * --exclude '*.git*' '*.xpi'

That will create an unsigned add-on. Firefox will refuse to install it until you sign it. It's a very annoying (but short) process you can read about here

  1. Use firefox normally. Tabs will start to appear on your MobileSafari tabs overview screen! screenshot
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].