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

https://github.com/abiosoft/clipserver

Minimal clipboard server
https://github.com/abiosoft/clipserver

Last synced: over 1 year ago
JSON representation

Minimal clipboard server

Awesome Lists containing this project

README

          

# clipserver

Barebones clipboard server for devices on same local network.

## Installing

Requires [Go](https://go.dev/dl).

```
go install github.com/abiosoft/clipserver@latest
```

## Usage

```
$ clipserver
starting server on 8080
```

Visit `localhost:8080` to use the clipboard.

On other devices on the local network, visit `:8080` to use the clipboard.

## ⚠️ Warning

This is written for convenience and not for security. Clipboard contents are being sent in plain text over the network.