osascript-promise:通过Promise从Node执行Applescript

时间:2024-06-03 12:59:30
【文件属性】:

文件名称:osascript-promise:通过Promise从Node执行Applescript

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-03 12:59:30

JavaScript

承诺 通过Promises从Node执行Applescript。 围绕进行。 与配对得很好。 var osascript = require ( 'osascript-promise' ) osascript ( 'tell application "Google Chrome" to get URL of active tab of first window' ) . then ( function ( result ) { console . log ( result ) } ) 使用,因此本机Promise,bluebird,rsvp,when和q均受支持,而无需更改您的代码。 用法 这从保证了execute方法。 osascript(command[, variables]) 通过command变量传递您的Applescript。 使用语法,多行脚本可以很好地工作


【文件预览】:
osascript-promise-master
----index.js(285B)
----test.js(780B)
----package.json(859B)
----.npmignore(96B)
----LICENSE.md(1KB)
----.gitignore(56B)
----Makefile(289B)
----README.md(2KB)

网友评论