adelsz / inquirer-fuzzy-path

Fuzzy file/directory search and select prompt for Inquirer.js
MIT License
88 stars 20 forks source link

add excludeFilter option to filter final result #18

Closed HaykoKoryun closed 4 years ago

HaykoKoryun commented 4 years ago

implements #17: excludeFilter expects a function to run for each item in the final result to decide if it should be filtered out

adelsz commented 4 years ago

Thanks @HaykoKoryun! This makes sense. Do you mind adding a couple lines to the README describing excludeFilter behavior?

HaykoKoryun commented 4 years ago

@adelsz done. I tried to keep it short; I can write more in the changelog if you want.

adelsz commented 4 years ago

Thanks!