HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

airpaste — Share messages and files on the same network using mDNS. More information: <https://github.com/mafin

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theairpastecommandfilesshareandclimessages

Problem

How to use the airpaste command: Share messages and files on the same network using mDNS. More information: <https://github.com/mafintosh/airpaste>.

Solution

airpaste — Share messages and files on the same network using mDNS. More information: <https://github.com/mafintosh/airpaste>.

Wait for a message and display it when received:
airpaste


Send text:
echo {{text}} | airpaste


Send a file:
airpaste < {{path/to/file}}


Receive a file:
airpaste > {{path/to/file}}


Create or join a channel:
airpaste {{channel_name}}

Code Snippets

Wait for a message and display it when received

airpaste

Send text

echo {{text}} | airpaste

Send a file

airpaste < {{path/to/file}}

Receive a file

airpaste > {{path/to/file}}

Create or join a channel

airpaste {{channel_name}}

Context

tldr-pages: common/airpaste

Revisions (0)

No revisions yet.