This is a Go port of mafintosh/airpaste.
A 1-1 network pipe that auto discovers other peers using mdns.
go get github.com/rikonor/airpaste/airpaste
# On sending end
echo hello | airpaste
# On receiving end
airpaste
# Pipe files
# On sending end
airpaste < file.txt
# On receiving end
airpaste > file.txt
MIT