adelsz / inquirer-fuzzy-path

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

How can users search upper folders? #22

Open hunkjazz opened 4 years ago

hunkjazz commented 4 years ago

I am wondering if it is possible to type ~/Documents and see files up there.

Otherwise, my app UX won't be as good.

Chaphasilor commented 3 years ago

I'd also be interested in this. I can use rootPath: '.' to search the current working directory, but it would be great if actual file paths would be supported too, so that I could start typing /home/chaphasilor/... and have auto-completion for any file I want, similar to how the regular command line autocomplete for other CLIs works :)

beuluis commented 2 years ago

+1

SilentImp commented 1 day ago

+1