Belphegor is a clipboard manager that allows you to share your clipboard with other devices on the network.\
wayland
<—> wayland
, wayland
<—> windows
)git clone https://github.com/labi-le/belphegor.git
cd belphegor
sudo make install
Usage of belphegor:
-bit_size int
RSA key bit size (default 2048)
-connect string
Address in ip:port format to connect to the node
-debug
Show debug logs
-discover_delay duration
Delay between node discovery (default 5m0s)
-help
Show help
-keep_alive duration
Interval for checking connections between nodes (default 1m0s)
-max_peers int
Maximum number of peers to connect to (default 5)
-node_discover
Find local nodes on the network and connect to them (default true)
-notify
Enable notifications (default true)
-port int
Port to use. Default: random (default 7663)
-scan_delay duration
Delay between scan local clipboard (default 2s)
-version
Show version
-write_timeout duration
Write timeout (default 5s)
[x] Create github actions for build binary and running tests
[ ] Add the use of unix sockets to track connected nodes
[ ] Debug image sharing for xclip, xsel, pbpaste
[ ] Publish to aur package
[ ] Add disable cipher option