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

24 lines
393 B
Markdown

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