airpaste: add link

manned-org
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,6 +1,7 @@
# airpaste # airpaste
> Condividi messaggi e file nella stessa rete. > Condividi messaggi e file nella stessa rete.
> Maggiori informazioni: <https://github.com/mafintosh/airpaste>.
- Aspetta un messaggo e mostralo una volta ricevuto: - Aspetta un messaggo e mostralo una volta ricevuto:

View File

@ -1,6 +1,7 @@
# airpaste # airpaste
> 동일 네트워크 내에서 메시지와 파일들 공유. > 동일 네트워크 내에서 메시지와 파일들 공유.
> 더 많은 정보: <https://github.com/mafintosh/airpaste>.
- 메시지 대기와 수신 시 표시: - 메시지 대기와 수신 시 표시:

View File

@ -1,6 +1,7 @@
# airpaste # airpaste
> Compartilhar mensagens e arquivos na mesma rede. > Compartilhar mensagens e arquivos na mesma rede.
> Mais informações: <https://github.com/mafintosh/airpaste>.
- Esperar por mensagens e mostrá-las quando recebidas: - Esperar por mensagens e mostrá-las quando recebidas:

View File

@ -1,6 +1,7 @@
# airpaste # airpaste
> 在同一网络下共享信息和文件. > 在同一网络下共享信息和文件.
> 更多信息: <https://github.com/mafintosh/airpaste>.
- 等待接收消息并显示接收到的信息: - 等待接收消息并显示接收到的信息:

View File

@ -1,8 +1,9 @@
# airpaste # 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` `airpaste`
@ -10,14 +11,14 @@
`echo {{text}} | airpaste` `echo {{text}} | airpaste`
- Send file: - Send a file:
`airpaste < {{path/to/file}}` `airpaste < {{path/to/file}}`
- Receive file: - Receive a file:
`airpaste > {{path/to/file}}` `airpaste > {{path/to/file}}`
- Create/Join channel: - Create or join a channel:
`airpaste {{channel_name}}` `airpaste {{channel_name}}`