https://github.com/abiosoft/clipserver
Minimal clipboard server
https://github.com/abiosoft/clipserver
Last synced: over 1 year ago
JSON representation
Minimal clipboard server
- Host: GitHub
- URL: https://github.com/abiosoft/clipserver
- Owner: abiosoft
- License: mit
- Created: 2023-12-25T13:21:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T08:23:10.000Z (over 2 years ago)
- Last Synced: 2025-01-23T14:50:01.058Z (over 1 year ago)
- Language: CSS
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.