|
@@ -2,13 +2,21 @@
|
|
|
|
|
|
> Share messages and files on the same network.
|
|
> Share messages and files on the same network.
|
|
|
|
|
|
|
|
+- Wait for message and display when received:
|
|
|
|
+
|
|
|
|
+`airpaste`
|
|
|
|
+
|
|
|
|
+- Send text:
|
|
|
|
+
|
|
|
|
+`echo {{text}} | airpaste`
|
|
|
|
+
|
|
- Send file:
|
|
- Send file:
|
|
|
|
|
|
-`airpaste < {{file.txt}}`
|
|
|
|
|
|
+`airpaste < {{path/to/file}}`
|
|
|
|
|
|
- Receive file:
|
|
- Receive file:
|
|
|
|
|
|
-`airpaste > {{file.txt}}`
|
|
|
|
|
|
+`airpaste > {{path/to/file}}`
|
|
|
|
|
|
- Create/Join channel:
|
|
- Create/Join channel:
|
|
|
|
|