mdfind-stream:osx mdfind 流接口

时间:2024-07-26 00:35:21
【文件属性】:

文件名称:mdfind-stream:osx mdfind 流接口

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-26 00:35:21

JavaScript

mdfind 流 osx mdfind流接口 用法 var mdfind = require ( 'mdfind-stream' ) ; var opt = { onlyin : '~/Desktop' , live : false } ; mdfind ( 'image' , opt ) . on ( 'data' , function ( data ) { console . log ( data ) ; } ) ; // or mdfind ( 'image' , opt ) . pipe ( process . stdout ) ; // if `name` option set, first argument is ignored. mdfind ( 'aaa' , { onlyin : __dirname + '/test/fixtures' , name : '


【文件预览】:
mdfind-stream-master
----index.js(2KB)
----package.json(522B)
----test()
--------test.js(691B)
--------fixtures()
----example.js(366B)
----.gitignore(22B)
----README.md(447B)

网友评论