Skip to content

vutran/fsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fsearch

File search

Install

$ npm install --save fsearch

Usage

const fsearch = require('fsearch');

fsearch('Google Chrome.app').then(results => {
  console.log(results);
  //=> ['/Applications/Google Chrome.app']  
});

License

MIT © Vu Tran