mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 15:02:09 +02:00
23 lines
307 B
Markdown
23 lines
307 B
Markdown
# airpaste
|
|
|
|
> Share messages and files on the same network.
|
|
|
|
- Wait for message and display when received:
|
|
|
|
`airpaste`
|
|
|
|
- Send text:
|
|
|
|
`echo {{text}} | airpaste`
|
|
|
|
- Send file:
|
|
|
|
`airpaste < {{path/to/file}}`
|
|
|
|
- Receive file:
|
|
|
|
`airpaste > {{path/to/file}}`
|
|
|
|
- Create/Join channel:
|
|
|
|
`airpaste {{channel_name}}`
|