Skip to content

jvaill/node-spotlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Node wrapper to search Spotlight.

Spotlight = require('./spotlight');

spotlight = new Spotlight();

spotlight.search("(kMDItemFSName LIKE '*filename*')", function(result) {
    console.log('Found file: ' + result);
});

About

A Node wrapper for Spotlight.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published