2018-01-23 06:25:45 +00:00
|
|
|
# airpaste
|
|
|
|
|
|
|
|
> Share messages and files on the same network.
|
|
|
|
|
2018-08-31 06:28:27 +01:00
|
|
|
- Wait for message and display when received:
|
|
|
|
|
|
|
|
`airpaste`
|
|
|
|
|
|
|
|
- Send text:
|
|
|
|
|
|
|
|
`echo {{text}} | airpaste`
|
|
|
|
|
2018-01-23 06:25:45 +00:00
|
|
|
- Send file:
|
|
|
|
|
2018-08-31 06:28:27 +01:00
|
|
|
`airpaste < {{path/to/file}}`
|
2018-01-23 06:25:45 +00:00
|
|
|
|
|
|
|
- Receive file:
|
|
|
|
|
2018-08-31 06:28:27 +01:00
|
|
|
`airpaste > {{path/to/file}}`
|
2018-01-23 06:25:45 +00:00
|
|
|
|
|
|
|
- Create/Join channel:
|
|
|
|
|
|
|
|
`airpaste {{channel_name}}`
|