fsync is a CLI tool designed to sync files between devices. The protocol is entirely P2P, eliminating the need for a server or cloud instance.
To sync pictures from computer b -> computer a (on the same network):
cd ~/Pictures
fsync listen
cd ~/Pictures
fsync sync
- Sync wallpapers between devices
- Share video files
fsync is in early alpha. There is no gurantee on software quality or stability.
Read the LICENSE for copyright and warranty details.