pulsedemon / SublimeRemotely

Keep local files in sync with a remote copy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remotely logo

Keep local files in sync with a remote copy

##Requirements

  1. Linux or OSX
  2. Sublime

Installation

  1. Add the GitHub url to Package Control https://github.com/pulsedemon/SublimeRemotely
  2. Search your local Package Control for Remotely and install

Configuration

For this plugin to work, you need to create a map between a local directory and a remote.

Add this to your Sublime user settings file:

"remotely_filepaths": {
  "/Path/to/local/directory": "/usr/bin/scp $1 username@server.com:/Path/to/remote/directory$2"
}

Feel free to change the file transfer protocol.

####More to come soon…####

About

Keep local files in sync with a remote copy

License:MIT License


Languages

Language:Python 100.0%