OSX:从命令行快速查看

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OSX:从命令行快速查看相关的知识,希望对你有一定的参考价值。

Quick Look is the little window you get in Finder when you select a file and press the space bar. You can get the same from the command line with the following command (-p is a full window, -t is a thumbnail). You can even output it to a file with the -o option
  1. qlmanage -p /PATH/TO/FILE/.txt|pdf|mp3|etc...
  2. qlmanage -t /PATH/TO/FILE/.txt|pdf|mp3|etc...

以上是关于OSX:从命令行快速查看的主要内容,如果未能解决你的问题,请参考以下文章

sql [SQL查询片段]用于在命令行或通过R和其他工具使用SQL的快速代码段#tags:sql,R,text processing,命令li

从 OSX 命令行访问(forge 环境)的问题

如何从 OSX 的命令行启动 GUI Emacs?

从命令行打开应用程序:OSX

OSX - 如何从命令行获取文件的创建和修改时间

如何从 OSX Swift 命令行工具或 shebang 脚本文件显示窗口?