Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

An easy way to share clipboard (not encrypted) on a trusted LAN

License

Notifications You must be signed in to change notification settings

chrisdone-archive/copy-paste-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

copy-paste-sync

An easy way to share clipboard (encrypted by Blowfish) on a LAN.

Make a $HOME/.copy-paste-sync.pass with a large randomly generated password in it on both machines.

For two machines, 192.168.8.1 (macOS) and 192.168.8.2 (Linux), run the following:

Run on macOS:

$ stack run -- macos 3232 http://192.168.8.1:3232 $HOME/copy-paste-sync.pass

Run on Linux:

$ stack run -- linux 3232 http://192.168.8.2:3232 $HOME/copy-paste-sync.pass

About

An easy way to share clipboard (not encrypted) on a trusted LAN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published