mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:15:26 +02:00
qlmanage: add Chinese translation
This commit is contained in:
parent
201c6c55f0
commit
af362fc151
1 changed files with 14 additions and 0 deletions
14
pages.zh/osx/qlmanage.md
Normal file
14
pages.zh/osx/qlmanage.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# qlmanage
|
||||
|
||||
> QuickLook服务器工具.
|
||||
|
||||
- 快速显示一个或多个文件:
|
||||
|
||||
`qlmanage -p {{文件名}} {{文件名2}}`
|
||||
|
||||
- 计算生成当前目录中所有 jpeg 文件的缩略图, 300px宽 png格式,并将它们放在一个指定目录中:
|
||||
`qlmanage {{*.jpg}} -t -s {{300}} {{指定目录}}`
|
||||
|
||||
- 重置快速查看:
|
||||
|
||||
`qlmanage -r`
|
Loading…
Add table
Reference in a new issue