https://github.com/ampatspell/rsyncy
Rsyncy.app is watchman and rsync for OSX wrapped in a nice UI
https://github.com/ampatspell/rsyncy
electron emberjs javascript osx remote rsync sync watchman
Last synced: about 1 month ago
JSON representation
Rsyncy.app is watchman and rsync for OSX wrapped in a nice UI
- Host: GitHub
- URL: https://github.com/ampatspell/rsyncy
- Owner: ampatspell
- Created: 2017-09-11T00:36:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T15:30:59.000Z (over 7 years ago)
- Last Synced: 2025-03-26T05:02:31.197Z (about 2 months ago)
- Topics: electron, emberjs, javascript, osx, remote, rsync, sync, watchman
- Language: JavaScript
- Homepage:
- Size: 249 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rsyncy.app
Rsyncy is OSX app which synces locally changed files to some remote location. It is done by watching with `watchdog` and `rsync`.




## Why?
I have an old MacBook Air and I'm working on rather large Ember.js projects for which builds takes up to 25 seconds. That's not productive.
But I also don't want to buy a new latop. So I wrote this. Now I'm editing locally but running `ember s` and `docker-compose` on some random virtual server.## Install
```
$ brew update
$ brew install watchman
$ brew install rsync
```And download latest Rsyncy.app from [GitHub releases](https://github.com/ampatspell/rsyncy/releases)
## Configuration
Rsyncy projects are added in groups. Add a group, then add a project.
If you turn on "Watch file changes", `watchdog` is run for this project, otherwise you'll have to manually press sync button to sync the folder.