httpclip

module
v0.0.0-...-db5ea02 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2023 License: MIT

README

httpclip

Paste to clipboard over HTTP

client -> server

Install

server

go install github.com/johejo/httpclip/cmd/httpclipserver@latest

client (Optional, you can use curl, wget or any http client)

go install github.com/johejo/httpclip/cmd/httpclipclient@latest

Usage

server

httpclipserver -addr $PORT

client

echo $CONTENT | httpclipclient -endpoint http://$SERVER_HOST:$PORT

curl client example

echo $CONTENT | curl -d @- http://$SERVER_HOST:$PORT

License

MIT

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL