Files
tldr/pages.zh/osx/qlmanage.md
2019-11-02 17:47:23 +00:00

16 lines
342 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# qlmanage
> QuickLook 服务器工具.
- 快速显示一个或多个文件:
`qlmanage -p {{文件名}} {{文件名 2}}`
- 计算生成当前目录中所有 jpeg 文件的缩略图300px 宽 png 格式,并将它们放在一个指定目录中:
`qlmanage {{*.jpg}} -t -s {{300}} {{指定目录}}`
- 重置快速查看:
`qlmanage -r`