tldr/pages/common/airpaste.md

25 lines
393 B
Markdown
Raw Normal View History

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