airpaste: add link

This commit is contained in:
marchersimon
2021-03-31 11:05:45 +02:00
committed by Starbeamrainbowlabs
parent 35287e7bce
commit d3f7d5233b
5 changed files with 10 additions and 5 deletions

View File

@@ -1,8 +1,9 @@
# airpaste
> Share messages and files on the same network.
> Share messages and files on the same network using mDNS.
> More information: <https://github.com/mafintosh/airpaste>.
- Wait for message and display when received:
- Wait for a message and display it when received:
`airpaste`
@@ -10,14 +11,14 @@
`echo {{text}} | airpaste`
- Send file:
- Send a file:
`airpaste < {{path/to/file}}`
- Receive file:
- Receive a file:
`airpaste > {{path/to/file}}`
- Create/Join channel:
- Create or join a channel:
`airpaste {{channel_name}}`