【问题标题】:In Apple's automator, how to pass files to another application?在 Apple 的 automator 中,如何将文件传递给另一个应用程序?
【发布时间】:2013-05-09 11:59:49
【问题描述】:

我正在尝试创建一个执行此操作的自动化应用程序:

1/ 对拖到此工作流的所有文件运行以下命令: xargs -I{} exiftool -IPTC:Keywords= -XMP:Subject= {} -overwrite_original

2/ 之后将所有文件发送到另一个应用程序(ImageOptim.app)。

第 1 步完美运行。一旦第 1 步完成,我不知道如何将文件发送到另一个应用程序。有可能吗?

【问题讨论】:

    标签: automator


    【解决方案1】:

    Automator 的“运行 Shell 脚本”操作的输出是文本。你可能想看看This

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-02-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多