frixaco / codesync

Codesync (WIP) - VS Code extension to synchronize uncommitted code changes across devices
MIT License
3 stars 1 forks source link
codesync express javascript prisma solid typescript vscode

Codesync (WIP)

Synchronize your changes across devices. No need to commit, stash, copy-paste your changes when switching between devices (laptop, PC, tablet, etc.).

Currently, I work both on my laptop and PC and regularly switch between them (switch to laptop at University, then switch back to PC at home, switch to PC when I want to do some heavy testing/development). I couldn't find any quick and easy way to switch between devices without losing any progress (transferring edited/created/deleted files to other device) and it's pretty annoying to: stash the changes using a git command => save to file as a patch => send to other device using some service (notion) => download, move to project folder => apply the patch by running a git command.

So I deciced to make this extension which will, hopefully, solve this problem of mine.

TODO

Demo

https://user-images.githubusercontent.com/37442533/193995535-3672ea71-0553-40c8-8862-8ea2e92914f3.mp4

Local developement

Features

Requirements

Extension Settings

Known Issues

Release Notes

0.0.0