prabowomurti / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

[REQ] iCloud Favourites Syncing #773

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some time we should implement favorite syncing via MobileMe. At the moment I 
have no clue how to do this, and I don't have a MobileMe subscription.

The relevant docs are here:
http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/SyncServic
es/

I'm posting this because it came up on the mailing list.

Original issue reported on code.google.com by jabakobob@gmail.com on 28 Jul 2010 at 8:22

GoogleCodeExporter commented 9 years ago

Original comment by stuart02 on 30 Jul 2010 at 10:05

GoogleCodeExporter commented 9 years ago
this feature would be really great and helpful

Original comment by kont...@hs-m.de on 7 Sep 2010 at 9:51

GoogleCodeExporter commented 9 years ago
Or at LEAST be able to export favorites to a file we could then manually import 
on other machine's Sequel Pro.  As a rough way to sync Favorite lists/accounts.

Original comment by scott.re...@gmail.com on 6 Apr 2011 at 12:50

GoogleCodeExporter commented 9 years ago
It's been discussed at length on the mailing list, but I want to repeat it here:

You can transfer favorites from one computer to another by copying the 
preference file. It's located in 
~/Library/Preferences/com.google.code.sequel-pro.plist

Another possibility is to use document based connection favorites (just use 
"save" from the file menu)

So I believe there already is a "rough way" to sync favorites.

Original comment by jabakobob@gmail.com on 9 Apr 2011 at 8:12

GoogleCodeExporter commented 9 years ago
I'm guessing that adding Syncing for Mobile Me is now a fruitless endeavour. 
Renaming to iCloud.

Original comment by mattlangtree on 25 Jun 2011 at 4:30

GoogleCodeExporter commented 9 years ago
I'd also like to put in a good word for making it easy to sync using DropBox. I 
could probably figure out how to do that using symbolic links, but it would be 
great if were less geeky than that to do.

Original comment by asmy...@teamforte.com on 5 Aug 2011 at 5:31

GoogleCodeExporter commented 9 years ago
+1 on using Dropbox. TextExpander does this for their text snippets and it 
works quite well for sharing a single set of data on multiple machines through 
sync. 

Original comment by kris.wh...@eightounce.com on 4 Feb 2012 at 2:52

GoogleCodeExporter commented 9 years ago

Original comment by abhibeck...@gmail.com on 24 Mar 2012 at 1:15

GoogleCodeExporter commented 9 years ago
Issue 1350 has been merged into this issue.

Original comment by stuart02 on 26 May 2012 at 5:43

GoogleCodeExporter commented 9 years ago
As a every-day user of sequel pro - with 2 installations - one on my office and 
one on my laptop, iCloud syncing would be the most preferred way to sync 
favourites. Its annoying when you have to export a favourites one place - and 
import it the other place.

I have over 200 favourites, and often make changes to them. Now I need to make 
changes 2 places... This is syncing in a hard way!

So, iCloud-background-syncing of favourites would be great! 

+1 on using iCloud!

Original comment by eeerl...@gmail.com on 12 Jul 2012 at 11:46

GoogleCodeExporter commented 9 years ago
The problem here is that iCloud syncing require App store distribution and 
sandboxing.

Original comment by haavard.pedersen on 6 Aug 2012 at 11:04

GoogleCodeExporter commented 9 years ago
hi, 
icloud or dropbox based syncing ... +1 :)

Original comment by christ...@brauwers.com on 1 Sep 2012 at 6:52

GoogleCodeExporter commented 9 years ago
This would be so nice! Please make that a TOP priority!

Original comment by daniel...@gmail.com on 20 Dec 2012 at 5:39

GoogleCodeExporter commented 9 years ago
Using iCloud sync with CoreData is very, very easy! Give it a try!

:-)

Original comment by daniel...@gmail.com on 20 Dec 2012 at 5:39

GoogleCodeExporter commented 9 years ago
Alfred app gives you the possibility to choose the settings location.
Think this is quite easy to implement, and people can choose for themself what 
to do...

Original comment by beh...@gmail.com on 20 Dec 2012 at 9:58

GoogleCodeExporter commented 9 years ago
Issue 1624 has been merged into this issue.

Original comment by stuart02 on 14 Feb 2013 at 10:27

GoogleCodeExporter commented 9 years ago
How to sync via dropbox:

Main Computer::
mkdir ~/Dropbox/SequelPro
mv ~/Library/Preferences/com.sequelpro.SequelPro.plist ~/Dropbox/SequelPro
mv ~/Library/Application\ Support/Sequel\ Pro ~/Dropbox/SequelPro

All Computers (including Main):
ln -s ~/Dropbox/SequelPro/com.sequelpro.SequelPro.plist 
~/Library/Preferences/com.sequelpro.SequelPro.plist
ln -s ~/Dropbox/SequelPro/Sequel\ Pro ~/Library/Application\ Support/Sequel\ Pro

Original comment by mainstre...@gmail.com on 19 Feb 2013 at 6:04

GoogleCodeExporter commented 9 years ago
While a very simple request this would be very handy for multiple devices.

Original comment by j...@gridstone.com.au on 29 Jul 2013 at 1:16

GoogleCodeExporter commented 9 years ago
Agreed!

iCloud syncing would be very nice. And hey, time to move to the App Store 
anyway, right!?

Sequel Pro is the best dbms on the mac. Only thing that comes close is Querious

Original comment by d...@hitplay.com on 19 Nov 2013 at 4:51

GoogleCodeExporter commented 9 years ago
Definitely going to be great. Good luck

Original comment by midynami...@gmail.com on 26 Nov 2013 at 11:31

GoogleCodeExporter commented 9 years ago
WOW HOW IS THIS NOT A FEATURE YET?!?!?!?!

Original comment by pikat...@gmail.com on 23 Feb 2014 at 11:47

GoogleCodeExporter commented 9 years ago
Bump! =)

Original comment by khairul.anwar.hassim on 2 Apr 2014 at 3:28

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Bump! Dropbox syncing could work so well, and needs to be integrated in the app 
itself as the above work-around for moving plists doesn't work with Mavericks 
caching of app preferences.

Original comment by chris.za...@gmail.com on 20 May 2014 at 2:57

GoogleCodeExporter commented 9 years ago
THIS SHOULD BE A HIGH PRIORITY FEATURE. ARE YOU GUYS SERIOUSLY MARKING IT LOW 
PRIORITY?!

Original comment by pikat...@gmail.com on 5 Jun 2014 at 8:08

GoogleCodeExporter commented 9 years ago
As suggested in #15, allowing the user to specify where the preference file is 
stored would be an easy solution which would allow people to sync at least with 
Dropbox, and possibly with other methods. Alfred does this well, you just have 
to choose the folder and if does the rest for you. When you set the folder to 
one that already has preferences stored in it, it will autodetect those 
preferences and load them. Here's a screenshot of the Syncing preference in 
Alfred: http://cl.ly/image/1f2k0k0S2M1r

Original comment by timd.mac...@gmail.com on 17 Jun 2014 at 4:20

GoogleCodeExporter commented 9 years ago
With the revelations at WWDC, it seems more clear than ever that the future 
evolution of Mac OS X is for the user to be able to assume that anything of 
importance is automatically floated from device to device. After a lifetime of 
sticking to command lines, I have come to love Sequel Pro, and the feature 
requested here soars above any other concern I have. Strong vote in favour.

Original comment by par.winz...@gmail.com on 21 Jun 2014 at 11:23

GoogleCodeExporter commented 9 years ago
That manual preference file syncing workaround is just that, a WORKAROUND. I'm 
perfectly aware that it's possible to do that but people who are talking about 
it are missing the point.

Cloud sync is a standard feature of any modern program, and OS X makes it easy 
peasy to implement with iCloud. To treat it as a low priority feature in 
something like this shows that developers are out of touch with the average 
user of their software.

I don't want to create a symlink every damn time I reformat or get a new device 
involved, I want the software to handle that as a matter of course.

Push this feature to high priority because it's the massive gap that is 
stopping me from considering Sequel Pro as the perfect solution out there.

Original comment by ad...@streaka.com on 19 Jul 2014 at 4:49

GoogleCodeExporter commented 9 years ago
Bump!

Original comment by nom...@gmail.com on 29 Aug 2014 at 10:17

GoogleCodeExporter commented 9 years ago
Can we speed this up by donating? :-)

Original comment by mauseka...@gmail.com on 6 Nov 2014 at 8:28

GoogleCodeExporter commented 9 years ago
Workaround with dropbox do sync connections, but passwords are ignored, so i 
have connections on all my computers, but i have to enter password manually. Is 
there some workaround for workaround :)

All because sequel pro team think that we don't need native built in sync :(

Original comment by lazare...@gmail.com on 25 Nov 2014 at 11:27