Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cmsouza/FSync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FSync

Sublime Text 3 plugin for file synchronization between workspaces

How to install

With github repository and Package Control

With Package Control, add repository below (Preferences > Package Control > Add Repository) and install FSync package normally.

https://github.com/weverss/FSync

If you don't have Package Controll installed, see this link to install it.

With a hosted ZIP

Copy the code below and paste it into Sublime console to install the plugin:

import urllib.request,os; pf = 'FSync.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://wevers.com.br/FSync.zip' ).read(); open(os.path.join( ipp, pf), 'wb' ).write(by)

About

Plugin de sincronição entre workspaces para o Sublime Text 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%