Skip to content

iTsMaaT/simple-folder-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Folder Search

Simple Folder Search is a package that provides a simple way to search for files within a folder. It is designed to be easy to use and integrate into your projects.

Installation

To install the package, use the following command:

npm install simple-folder-search

Usage

Here is a basic example of how to use the package:

const { simpleFolderSearch } = require('simple-folder-search');

const results = await simpleFolderSearch('./music', ['.mp3', '.wav'], 'my song', { minimumScore: 0.6 });
console.log(results);

For more detailed usage and advanced options, please refer to the Usage Documentation.

Documentation

For detailed documentation, please refer to the following files:

License

This project is licensed under the MIT License.

About

Simple file searcher, mostly made for discord-player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors