An open API service indexing awesome lists of open source software.

https://github.com/giulioz/clip98

Bidirectional clipboard sync between any Windows machine (from 95 to 10) and any other Node.js–capable machine.
https://github.com/giulioz/clip98

clipboard node qemu serialport sync virtual-machine vm win32 windows

Last synced: 5 months ago
JSON representation

Bidirectional clipboard sync between any Windows machine (from 95 to 10) and any other Node.js–capable machine.

Awesome Lists containing this project

README

          

# clip98

![gif](https://media.giphy.com/media/2SFebJNbVQCHI1PoS2/giphy.gif)

**Learn more about this in my latest blog post: https://giuliozausa.dev/posts/bm-1-clipboard/**

Bidirectional clipboard sync between any Windows machine (from 95 to 10) and any other Node.js–capable machine.
You simply need to have the two machines connected with a serial port. To do so in QEMU you simply need to add `-serial pty` to the command line. The serial port dev path will be printed at vm start, if it's different than `ttys000` you may need to change it in `index.js`.

To build the Windows executable you may need Visual C++ 6.0. To run the Node.js script you simply need to run:

```
cd js
yarn install
yarn start
```

## Downloads

Latest CI built EXE for the guest: https://github.com/giulioz/clip98/releases/download/latest/clip98.exe