/airpaste

A 1-1 network pipe that auto discovers other peers using mdns

Primary LanguageGoMIT LicenseMIT

airpaste

This is a Go port of mafintosh/airpaste.

A 1-1 network pipe that auto discovers other peers using mdns.

Installation

go get github.com/rikonor/airpaste/airpaste

Usage

# On sending end
echo hello | airpaste

# On receiving end
airpaste
# Pipe files

# On sending end
airpaste < file.txt

# On receiving end
airpaste > file.txt

License

MIT