←back to thread

105 points sirbread | 2 comments | | HN request time: 1.571s | source

i made sink. it's a simple little tool that continuously syncs folders between 2 devices. no cloud, no email, flash drives, no bs.

it just uses your local wifi. run it on your machines, tell them to trust each other, and you're set. and if you manage to edit the same file at once, it handles the conflict and saves both copies.

for anyone who just wants to get files from point a to b without the headache. hope it makes your life a bit less annoying.

github: https://github.com/sirbread/sink binary: https://github.com/sirbread/sink/releases/tag/v0.1

Show context
dewey ◴[] No.44394289[source]
What is the selling point over the very mature Syncthing? I’ve been using that for this use case for many years, with the additional benefit of also being able to sync it to my server, having a UI and being in all package managers already.
replies(9): >>44394330 #>>44394365 #>>44394409 #>>44394416 #>>44394449 #>>44394452 #>>44395219 #>>44396409 #>>44397983 #
1. shakna ◴[] No.44394452[source]
SyncThing's insistence that a web UI be how you do everything has caused me quite a few headaches. Especially when said UI regularly breaks accessibility tools.

(The team do tend to fix those accessibility problems pretty fast. But spending a couple days a month working around a tool is not my idea of fun.)

replies(1): >>44394753 #
2. zimpenfish ◴[] No.44394753[source]
> SyncThing's insistence that a web UI be how you do everything

It does have `syncthing cli ...` which -I think- lets you do everything but to call it obtuse would be an understatement.