adelsz / inquirer-fuzzy-path

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

adding optional `level` prop to limit the sub-folders scanning depth #10

Closed cuginoAle closed 5 years ago

cuginoAle commented 5 years ago

When dealing with hundreds of sub folders it becomes very slow. This PR allows for an optional level prop (defaults to 3) to limit the number of levels of sub folders to scan.

fixes: https://github.com/adelsz/inquirer-fuzzy-path/issues/8

adelsz commented 5 years ago

Hey, thanks for adding this! Can you please add level to the docs so I can merge it?

cuginoAle commented 5 years ago

Done! 👍