tldr/pages.zh/osx/qlmanage.md

17 lines
442 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# qlmanage
> QuickLook 服务器工具。
> 更多信息:<https://keith.github.io/xcode-man-pages/qlmanage.1.html>.
- 快速显示一个或多个文件:
`qlmanage -p {{路径/到/文件1 路径/到/文件2 ...}}`
- 计算生成当前目录中所有 jpeg 文件的缩略图300px 宽 png 格式,并将它们放在一个指定目录中:
`qlmanage {{*.jpg}} -t -s {{300}} {{指定目录}}`
- 重置快速查看:
`qlmanage -r`