2018-01-23 06:25:45 +00:00
|
|
|
# airpaste
|
|
|
|
|
2021-03-31 10:05:45 +01:00
|
|
|
> Share messages and files on the same network using mDNS.
|
|
|
|
> More information: <https://github.com/mafintosh/airpaste>.
|
2018-01-23 06:25:45 +00:00
|
|
|
|
2021-03-31 10:05:45 +01:00
|
|
|
- Wait for a message and display it when received:
|
2018-08-31 06:28:27 +01:00
|
|
|
|
|
|
|
`airpaste`
|
|
|
|
|
|
|
|
- Send text:
|
|
|
|
|
|
|
|
`echo {{text}} | airpaste`
|
|
|
|
|
2021-03-31 10:05:45 +01:00
|
|
|
- Send a file:
|
2018-01-23 06:25:45 +00:00
|
|
|
|
2018-08-31 06:28:27 +01:00
|
|
|
`airpaste < {{path/to/file}}`
|
2018-01-23 06:25:45 +00:00
|
|
|
|
2021-03-31 10:05:45 +01:00
|
|
|
- Receive a file:
|
2018-01-23 06:25:45 +00:00
|
|
|
|
2018-08-31 06:28:27 +01:00
|
|
|
`airpaste > {{path/to/file}}`
|
2018-01-23 06:25:45 +00:00
|
|
|
|
2021-03-31 10:05:45 +01:00
|
|
|
- Create or join a channel:
|
2018-01-23 06:25:45 +00:00
|
|
|
|
|
|
|
`airpaste {{channel_name}}`
|