1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:42:07 +02:00
tldr/pages/common/airpaste.md
2021-04-18 15:33:27 +01:00

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}}