Skip to content

KnightMurloc/shared-clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shared-clipboard
shared clipboard between PC.

warning: the data is currently being transmitted without encryption.

linux dependencies:
  Xlib
  Xfixes
  gio-2

default config path:
  linux: /home/${USER}/.config/shared clipboard/config.json
  windows: C:\Users\${USER}\AppData\Roaming\s_clipboard\config.json

config file example (current support only one client):
{
  "port" : "8888",
  "clients" : [
    {
      "name" : "laptop",
      "ip" : "192.168.0.105",
      "port" : "8888"
    }
  ]
}

About

shared clipboard between PC.

Resources

Stars

Watchers

Forks

Packages

No packages published