A simple clipbarod sync tool for virtualbox guest.
There's clipboard sync feature inside virtualbox, which sounds great. BUT, the sync failed sometimes, for example it failed when doing copy in google chrome. So I wrote up a simple program for doing the sync between virtual box client and your host.
go get -u "github.com/atotto/clipboard"
go get -u "github.com/op/go-logging"
go get -u "github.com/pingcap/errors"
It's simple, see build.sh for details.
Run clipboard-sync.server from command line.
Run clipboard-sync.client.exe
For both server and client, you need to have xclip installed.