Skip to content
/ qxclip Public

QEMU host to guest X11 clipboard sharing in Rust

Notifications You must be signed in to change notification settings

dep4/qxclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

On host

qemu \
-device virtio-serial \
-chardev socket,path=/tmp/foo,server,nowait,id=foo \
-device virtserialport,chardev=foo

qxclip /tmp/foo

On guest

qxclip /dev/vport2p1

About

QEMU host to guest X11 clipboard sharing in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages