mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:33:50 +02:00
airshare: add Chinese translation (#13113)
This commit is contained in:
parent
87c2d2eb36
commit
930b847344
1 changed files with 28 additions and 0 deletions
28
pages.zh/common/airshare.md
Normal file
28
pages.zh/common/airshare.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# airshare
|
||||
|
||||
> 在本地网络中传输数据的工具。
|
||||
> 更多信息: <https://airshare.rtfd.io/en/latest/cli.html>.
|
||||
|
||||
- 共享文件或目录:
|
||||
|
||||
`airshare {{code}} {{路径/到/文件或目录1 路径/到/文件或目录2 ...}}`
|
||||
|
||||
- 接收文件:
|
||||
|
||||
`airshare {{code}}`
|
||||
|
||||
- 主机接收服务器(使用此选项可以通过 Web 接口上传文件):
|
||||
|
||||
`airshare --upload {{code}}`
|
||||
|
||||
- 将文件或目录发送到接收服务器:
|
||||
|
||||
`airshare --upload {{code}} {{路径/到/文件或目录1 路径/到/文件或目录2 ...}}`
|
||||
|
||||
- 发送已复制到剪贴板的文件路径:
|
||||
|
||||
`airshare --file-path {{code}}`
|
||||
|
||||
- 接收文件并将其复制到剪贴板:
|
||||
|
||||
`airshare --clip-receive {{code}}`
|
Loading…
Add table
Reference in a new issue