mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
393 B
393 B
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}}