code-settings-sync icon indicating copy to clipboard operation
code-settings-sync copied to clipboard

Adding Support for Import / Export Sync Settings to File System

Open shanalikhan opened this issue 8 years ago • 13 comments

Issuehunt badges

Sync Local Settings File can have more enhancements like adding path from which to export and import settings.

Modes will be provided to use to select either from GitHub Gist or File System via UI.

  1. Existing Command will be changed to Import and Export a. By Export means to Upload in Gist and Import means to Download b. Similar for File System respectively.
  2. Folder Path will be defined in the LocalSettings file.
  3. UI will be changed accordingly.

User can set a path inside OneDrive, Dropbox or other folder to view them and email them.

This feature will be developed upon user requests priority in this issue page Also when alot of other core features are shipped with extension.


IssueHunt Summary

Backers (Total: $100.00)

Become a backer now!

Or submit a pull request to get the deposits!

Tips


IssueHunt has been backed by the following sponsors. Become a sponsor

shanalikhan avatar Mar 11 '17 19:03 shanalikhan

I am happy you made an issue for that already.

I was interested to sync settings to a simple disk file to mimic sublimetext Package Sync plugin Then an end-user can use any number of systems to sync these files with a cloud or just send them over email, if they want so

colthreepv avatar Mar 15 '17 17:03 colthreepv

Syncing to a folder will be a great addition. People can use a git repo on a drive, onedrive, network share, email a zip file of settings or whatever.

Any update on progress on this. Seems like it would be way easier than the current git sync!

waynebrantley avatar Aug 16 '17 13:08 waynebrantley

That would be great!

I would finally be able to sync it using my dotfiles repo.

If you need any help with this, let me know.

thevtm avatar Mar 13 '18 21:03 thevtm

If you need any help with this, let me know.

I am open for PR, anyone wants to implement, feel free to discuss. Code is little tightly coupled, we need to make it loosely coupled to implement the file system instead of github or gitlab

shanalikhan avatar Jul 18 '18 09:07 shanalikhan

@shanalikhan, when will your PR be released? I can't wait for that

zzzgit avatar Jul 23 '18 08:07 zzzgit

I'm not able to help with a PR, but I really needed this feature today when my primary work laptop lost internet access and I wasn't able to export the latest settings. Perhaps if the setup process asked the user whether they wanted to automatically upload changes this would be less likely to happen. I for one didn't realize that settings don't sync automatically by default.

parkerault avatar Jan 04 '19 20:01 parkerault

I'm not able to help with a PR, but I really needed this feature today

Settings Sync welcomes adding bounty for tickets. If you think you can add bounty for this ticket and will be given to the person who does a complete PR. here : https://issuehunt.io/repos/47984369/issues/256

shanalikhan avatar Jan 06 '19 18:01 shanalikhan

@issuehunt has funded $100.00 to this issue.


issuehunt-oss[bot] avatar Jul 02 '19 03:07 issuehunt-oss[bot]

Being able to pass this through via a command line argument would make automated setup much easier.

indo-dev-0 avatar Jul 26 '19 06:07 indo-dev-0

Here is another inspiration. A VS Code extension that allow to save file system: https://marketplace.visualstudio.com/items?itemName=golf1052.code-sync

leocaseiro avatar Apr 28 '20 02:04 leocaseiro

Hi folks! I want to try and implement it. Is it still actual?

Xaz16 avatar Feb 07 '21 11:02 Xaz16

Feel free to start.

Have a look on upcoming branch.

Get Outlook for iOShttps://aka.ms/o0ukef


From: Aleksey [email protected] Sent: Sunday, February 7, 2021 4:22:01 PM To: shanalikhan/code-settings-sync [email protected] Cc: Shan Khan [email protected]; Assign [email protected] Subject: Re: [shanalikhan/code-settings-sync] Adding Support for Import / Export Sync Settings to File System (#256)

Hi folks! I want to try and implement it. Is it still actual?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHubhttps://github.com/shanalikhan/code-settings-sync/issues/256#issuecomment-774657057, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACC6HHGGWIRWBJHIQLKINDDS5ZZVTANCNFSM4DDJGZWA.

shanalikhan avatar Feb 07 '21 11:02 shanalikhan

@shanalikhan in the meanwhile that this is tackled. Could you share if the settings can be imported manually? My use case is that I cannot make my settings public and I can't login on Github on the new PC.

So I downloaded my private gist file, and tried to place the files in /Users/user/Library/Application Support/Code/User but it didn't really work. Do you know where this files would need to be placed?

a-w-e-s-o-m-e avatar Dec 23 '21 14:12 a-w-e-s-o-m-e