{"id":22191713,"url":"https://github.com/frixaco/codesync","last_synced_at":"2026-02-11T22:05:38.520Z","repository":{"id":40350254,"uuid":"452132462","full_name":"frixaco/codesync","owner":"frixaco","description":"Codesync (WIP) - VS Code extension to synchronize uncommitted code changes across devices","archived":false,"fork":false,"pushed_at":"2022-11-05T16:34:19.000Z","size":5508,"stargazers_count":3,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-31T15:41:04.552Z","etag":null,"topics":["codesync","express","javascript","prisma","solid","typescript","vscode"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frixaco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-26T03:49:37.000Z","updated_at":"2023-03-08T21:45:01.000Z","dependencies_parsed_at":"2022-07-13T15:59:18.568Z","dependency_job_id":null,"html_url":"https://github.com/frixaco/codesync","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frixaco%2Fcodesync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frixaco%2Fcodesync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frixaco%2Fcodesync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frixaco%2Fcodesync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frixaco","download_url":"https://codeload.github.com/frixaco/codesync/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227724155,"owners_count":17810036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codesync","express","javascript","prisma","solid","typescript","vscode"],"created_at":"2024-12-02T12:17:24.765Z","updated_at":"2026-02-11T22:05:33.499Z","avatar_url":"https://github.com/frixaco.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codesync (WIP)\n\nSynchronize your changes across devices. No need to commit, stash, copy-paste your changes when switching between devices (laptop, PC, tablet, etc.).\n\nCurrently, 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:\n`stash the changes using a git command =\u003e save to file as a patch =\u003e send to other device using some service (notion) =\u003e download, move to project folder =\u003e apply the patch by running a git command`.\n\nSo I deciced to make this extension which will, hopefully, solve this problem of mine.\n\n[TODO](./TODO.md)\n\n## Demo\n\nhttps://user-images.githubusercontent.com/37442533/193995535-3672ea71-0553-40c8-8862-8ea2e92914f3.mp4\n\n## Local developement\n\n-   Create `.env` file in `api/` folder. Example: [.env.example](./api/.env.example)\n-   `pnpm install` (or run `./clean-install.sh` for clean install)\n-   `pnpm dev` to run everything in dev mode\n-   Press `F5` to start working with the extension\n\n## Features\n\n-   [x] Github OAuth for authorization/authentication\n-   [x] Synchronize staged, unstaged, tracked and untracked file changes\n-   [ ] Manage multiple projects\n-   [ ] Manual two-way synchronization\n-   [ ] Auto synchronization\n\n## Requirements\n\n-   Following should be same (otherwise, `git apply` will fail since indexes will be different) (Working on removing this requirement, see [#8](https://github.com/frixaco/codesync/issues/8)):\n    -   git repo\n    -   git branch\n    -   git commit\n-   VS Code: 1.69.0 or above (TODO: Lower the version)\n\n## Extension Settings\n\n## Known Issues\n\n## Release Notes\n\n### 0.0.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrixaco%2Fcodesync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrixaco%2Fcodesync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrixaco%2Fcodesync/lists"}