mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 18:17:57 +01:00
airpaste: add Chinese translation
This commit is contained in:
parent
729b5f1008
commit
1be99221e2
1 changed files with 23 additions and 0 deletions
23
pages.zh/common/airpaste.md
Normal file
23
pages.zh/common/airpaste.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# airpaste
|
||||
|
||||
> 在同一网络下共享信息和文件.
|
||||
|
||||
- 等待接收消息并显示接收到的信息:
|
||||
|
||||
`airpaste`
|
||||
|
||||
- 发送文本:
|
||||
|
||||
`echo {{text}} | airpaste`
|
||||
|
||||
- 发送文件:
|
||||
|
||||
`airpaste < {{path/to/file}}`
|
||||
|
||||
- 接收文件:
|
||||
|
||||
`airpaste > {{path/to/file}}`
|
||||
|
||||
- 创建/加入频道:
|
||||
|
||||
`airpaste {{channel_name}}`
|
Loading…
Reference in a new issue