br14n-sol / inquirer-file-selector

Inquirer file selector prompt, you can navigate freely between directories, choose what type of files you want to allow and it is fully customizable.
https://www.npmjs.com/package/inquirer-file-selector
MIT License
7 stars 3 forks source link

Add option to match / exclude folders #22

Open GLPG35 opened 2 weeks ago

GLPG35 commented 2 weeks ago

The library provides options for file matching, but not folders, making it hard to, for example, exclude hidden folders. It would go well along with the folder selection PR #20

br14n-sol commented 2 weeks ago

Allowing directory filtering could break the navigation as it is currently implemented.

I will probably change this in #24, although at the moment I have no idea how to approach it.