sicksync icon indicating copy to clipboard operation
sicksync copied to clipboard

Don’t accept the available as the preferable. Go the extra mile with extra speed.

Results 22 sicksync issues
Sort by recently updated
recently updated
newest added

Hello lovely humans, [sinon](https://www.npmjs.com/package/sinon) just published its new version 2.0.0. State Update :rocket: Dependency sinon New version 2.0.0 Type devDependency This version is **not covered** by your **current version range**....

greenkeeper

Hello lovely humans, [sinon](https://www.npmjs.com/package/sinon) just published its new version 2.1.0. State Update :rocket: Dependency sinon New version 2.1.0 Type devDependency This version is **not covered** by your **current version range**....

greenkeeper

Lets you add an option `"triggerBigSync": false` in project conf to disable doing a big rsync. fixes #79

In lots of places paths are created by using `'/'` slashes. ``` // src/local/fs-helper.js:21 this._baseDir = path.parse(this._sourceLocation).base + '/'; ``` `path.sep` and `path.join` should be used instead. It doesn't cause...

I think config should be refactored. It'll probably be required to be done in #78, so here's a couple ideas that could be helpful to implement while refactoring * combine...

Even after #86 the file changes that were lost due to lost connection still aren't synced. A queue could help ensuring the file changes are synced in this case

I'm using sicksync on windows with mingw. I installed sicksync globally using node 6.9.5 installed with nvm-windows. When I run the update command I see a successful update of the...

Sometimes it's too restrictive that I cannot start syncing any current folder. How about if it could just let you sync current dir by just asking you which path on...

Sometimes I would like to monitor `node_modules` for some particular file I might change locally and want only that file to be uploaded. But including `node_modules` to file watcher causes...

Right now config related to all projects are stored in `~/.sicksync/config.json` combined I use BashOnWindows so the home `~/` in bash is not my home in windows, so getting to...

enhancement