• Stars
    star
    751
  • Rank 58,158 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Auto-sync files or directories over SSH.

sshync

Auto-sync files or directories over SSH using rsync and fs.watch().

Animated usage GIF

Exclude files or directories by creating .sshyncignore in your source root (see repo root for example).

Default rsync options:

  • a – archive mode
  • v – verbose
  • u – update
  • z – compress
$ npm install sshync -g

# Optional: Copy local SSH key to destination
# OSX: $ brew install ssh-copy-id
$ ssh-copy-id <user@ip[:port]>
# initialize sshync
$ sshync <source> <user@ip[:port]:destination>
          source:       local source file/folder.
          destination:  remote destination file/folder.

More Repositories

1

ocr

Neural network OCR.
JavaScript
1,132
star
2

vectorious

Linear algebra in TypeScript.
TypeScript
911
star
3

issuance

Blogging with Github Issues.
HTML
242
star
4

hopfield-colors

Trains a Hopfield recurrent neural network to recognize colors and uses it to interpret images.
JavaScript
130
star
5

cryptochat

Encrypted P2P chat over ICMP.
JavaScript
80
star
6

keyword-miner

Extract a list of keywords from a website, sorted by word count.
JavaScript
50
star
7

matplotnode

C++ bindings for Node.js exposing a subset of matplotlib's functionality through the CPython API.
C++
38
star
8

waves-js

Wave-like text animation in pure JavaScript
CSS
26
star
9

cdefs

Describe C function prototypes in JSON.
C
24
star
10

scrabbler

Efficiently generates all valid english words from a given combination of letters and scores them according to scrabble rules
JavaScript
23
star
11

griderator

node.js grid generator
JavaScript
20
star
12

wordnet-visualization

A visualisation of the Princeton WordNet database
JavaScript
15
star
13

domp

Web scraping, crawling and DOM tree manipulation for Node.js.
JavaScript
14
star
14

walk-js

walk traversal
JavaScript
9
star
15

pixels

Image processing library
JavaScript
7
star
16

rexer

Generate matching strings from regular expressions.
JavaScript
6
star
17

blockman

Block-based array manipulation.
JavaScript
5
star
18

benchmaster

Benchmark.js wrapper for quick Node.js benchmarking.
JavaScript
5
star
19

concept-extractor

A method of comparing a website's content with a specified concept.
JavaScript
5
star
20

neuroviz

Visualize neural networks with matrix heatmaps
HTML
4
star