Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当我.indd在 OS X 中双击一个文件时,我都想运行一个 bash 脚本。具体来说,当用户双击该文件时,它会在终端中运行这个脚本:
.indd
open -a 'InDesign 5.5' myfile.indd
当然,myfile.indd将是文件名。这可能吗?
myfile.indd
您只是想在indd双击它们时让所有文件都被 InDesign 打开吗?您可以通过选择文件将给定类型的文件与特定应用程序关联,从“文件”菜单中选择“获取信息”,然后展开“打开方式”窗格。从那里,从应用程序列表中选择 InDesign,单击“全部更改...”按钮,然后单击确定。
indd