Life & fun · September 10, 2026
Syq – copy files between machines fast (better than rsync)
Fast, safe, programmable file motion
Syq – copy files between machines fast (better than rsync) launched on September 10, 2026 with 41 votes, #116 of 5,365 launches that month and more than 95% of that year's launches.
In plain words
Syq is a command-line tool for copying, reorganizing, and removing files locally or between machines. It offers faster transfers than rsync with the ability to resume interrupted operations and run remote commands without requiring SSH servers or open network ports on the client machine. Users can automate file operations through a JSON API or Python SDK, and preview changes with a dry-run mode before execution.
written from the facts on this page · September 2026
From the sources
Copy, reorganize and remove files—locally or across machines. Resume interrupted transfers, send files to your laptop or run commands there from a server’s remote shell, and script syq using the JSON API or Python SDK . Your laptop needs no SSH server or incoming network port. syq cp project --to server --into backup This creates or updates backup/project in your home directory on the server. To copy the contents of project directly into backup , use --srcs-in : syq cp --srcs-in project --to server --into backup Use --dry-run to preview a summary without copying, or --dry-run -v to list the planned changes by path. Existing destination files are updated when needed. Unrelated files stay…from greaber.github.io
Does a similar job
all alternatives →- SCSshsync – CLI tool to run shell commands across multiple remote servers2025 · github.com · ▲47
I built a CLI tool called `sshsync` to run shell commands and transfer files across multiple servers over SSH concurrently. It was inspired by tools like `pssh`, but I wanted something more modern, intuitive, and Pythonic. What it does: - Run shell commands on multiple servers (in parallel) - Push/pull files or directories with progress bars - Uses `~/.ssh/config` and lets you group hosts with YAML - Supports `--dry-run` mode to preview actions without executing - Outputs results using `rich` (tables, colors) - Built with `Typer`, `asyncssh`, and `rich` There’s no daemon or…
- WAWakaQ - a Python distributed task queue2022 · wakatime.com · ▲147
- QCQuickly copy a file between computers2013 · github.com · ▲110
Hey everyone, just wanted to share a quick project I built a bit ago and finally cleaned up enough to post. The premise is simple, you have a file on one computer that you want on a different computer on the same network and don't want a lot of fuss. For the file you want to copy, on the machine where the file is located, run: ./bcp filename Now go to the computer (on the same network) where you want the file to be at, and run: ./bcp The file will be copied over the network and you're done. I created it as a nice way of not having to worry about ssh or anything else really. In fact, it is so…
- FAfcp – A significantly faster alternative to cp(1), written in Rust2021 · github.com · ▲88
- FBFile-based cache for slow Python functions2024 · docs.sweep.dev · ▲73
- RARobyn – A fast, extensible async Python web server with a Rust runtime2023 · github.com · ▲103
More life & fun this month
the category →- TL
Life & fun · 15d ago · louisabraham.github.io
- WI
Special relativity simulator in which light crawls along at a human speed, so Lorentz contraction, aberration and Doppler shift happen at walking pace.
Life & fun · 2d ago · rivendell.dmitrybrant.com


9 major streaming services cost $95.91/mo in 2021-03 and $154.41/mo today — up 61%, or $702 a year. Every change sourced.
Life & fun · 1d ago · honestlyranked.com

- CCCreatium Coach▲321
Your multimedia mentor that takes you from mid to great
Life & fun · 16d ago · producthunt.creatium.info
Launched alongside, September 2026
the whole month →- WI
Special relativity simulator in which light crawls along at a human speed, so Lorentz contraction, aberration and Doppler shift happen at walking pace.
Life & fun · 2d ago · rivendell.dmitrybrant.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 7d ago · opentrailpaper.com

9 major streaming services cost $95.91/mo in 2021-03 and $154.41/mo today — up 61%, or $702 a year. Every change sourced.
Life & fun · 1d ago · honestlyranked.com


- OD