Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pulsedemon/sublimeremotely
Keep local files in sync with a remote copy
https://github.com/pulsedemon/sublimeremotely
Last synced: about 2 months ago
JSON representation
Keep local files in sync with a remote copy
- Host: GitHub
- URL: https://github.com/pulsedemon/sublimeremotely
- Owner: pulsedemon
- License: mit
- Created: 2013-01-30T19:17:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-28T20:15:02.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T02:59:02.606Z (9 months ago)
- Language: Python
- Size: 168 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![remotely logo](https://raw.github.com/pulsedemon/SublimeRemotely/7f5b52099e94fe63336804c79c3fff6b02165445/remotely.png)
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:
```js
"remotely_filepaths": {
"/Path/to/local/directory": "/usr/bin/scp $1 [email protected]:/Path/to/remote/directory$2"
}
```Feel free to change the file transfer protocol.
####More to come soon…####