Applescript解析终端

时间:2016-07-25 15:53:06

标签: applescript

我正在尝试创建一个苹果脚本,每次在终端返回关键字时都会提醒我(我有一个在终端中运行并返回大量数据的程序)。在我的情况下,我使用iTerm而不是终端,但它是相同的想法。

所以,如果单词" any"在iTerm中返回,我希望结果是"找到任何"。

以下代码返回结果:{"找到%s",{"任何","","这些", "也就是说"}}

application "iTerm"
set found to ["any", "of", "these", "words"]
if the found exists then
    return {"found %s", found}
end if

0 个答案:

没有答案