{"id":26519107,"url":"https://github.com/perkfly/vim-sync","last_synced_at":"2026-04-18T10:39:15.626Z","repository":{"id":85170201,"uuid":"133156487","full_name":"perkfly/vim-sync","owner":"perkfly","description":"sync with remote machine in vim","archived":false,"fork":false,"pushed_at":"2019-10-15T07:20:21.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-14T14:03:43.168Z","etag":null,"topics":["rsync","vim","vimscript"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/perkfly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-12T15:03:54.000Z","updated_at":"2024-12-12T23:38:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"9280a5cf-8527-4df5-ae34-5c899ba9fdf5","html_url":"https://github.com/perkfly/vim-sync","commit_stats":null,"previous_names":["iffybug/vim-sync","perklet/vim-sync","perkfly/vim-sync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/perkfly/vim-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perkfly%2Fvim-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perkfly%2Fvim-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perkfly%2Fvim-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perkfly%2Fvim-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/perkfly","download_url":"https://codeload.github.com/perkfly/vim-sync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perkfly%2Fvim-sync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31966207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["rsync","vim","vimscript"],"created_at":"2025-03-21T10:18:02.861Z","updated_at":"2026-04-18T10:39:15.586Z","avatar_url":"https://github.com/perkfly.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-sync\n\nSync files with remote machine in vim\n\n## Installation\n\nUse your plugin manager of choice.\n\n- [Pathogen](https://github.com/tpope/vim-pathogen)\n  - `git clone https://github.com/yifeikong/vim-sync ~/.vim/bundle/vim-sync`\n- [Vundle](https://github.com/gmarik/vundle)\n  - Add `Bundle 'https://github.com/yifeikong/vim-sync'` to .vimrc\n  - Run `:BundleInstall`\n- [NeoBundle](https://github.com/Shougo/neobundle.vim)\n  - Add `NeoBundle 'https://github.com/yifeikong/vim-sync'` to .vimrc\n  - Run `:NeoBundleInstall`\n- [vim-plug](https://github.com/junegunn/vim-plug)\n  - Add `Plug 'https://github.com/yifeikong/vim-sync'` to .vimrc\n  - Run `:PlugInstall`\n\n## Usage\n\nWhen you have a slow network, editing files on remote machine can be very\nannoying. With vim-sync, you can edit files on local machine and upload it right in vim.\n\nVim-sync uses rsync to sync between your local project files with remote ones.\nSuppose your remote repository is /opt/my-project, remote machine is\njohn@example.com and your local repository is ~/repos/my-project.\n\n1. create a file named `.vim-sync` in project root on local machine, with remote address as\n   content\n\n       % cd ~/repos/my-project\n       % echo 'john@example.com:/opt/my-project' \u003e .vim-sync\n\n2. Edit some files and save them.\n3. Use `:VSUploadFile` to upload current file to remote, use `:VSUpload` to\n   upload all files to remote.\n\n## Todo\n\n1. support asyncrun.\n2. better error handling\n3. add doc in vim\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperkfly%2Fvim-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperkfly%2Fvim-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperkfly%2Fvim-sync/lists"}