LinuxCommandLibrary

airpaste

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

TLDR

Wait for a message and display it when received

$ airpaste
copy


Send text
$ echo [text] | airpaste
copy


Send a file
$ airpaste < [path/to/file]
copy


Receive a file
$ airpaste > [path/to/file]
copy


Create or join a channel
$ airpaste [channel_name]
copy

Copied to clipboard