anc95 / inquirer-file-tree-selection

inquirer prompt for select a file or dir by file tree
49 stars 26 forks source link

feat: use left and right keys to navigate folders #22

Closed MerlinPerrotLegler closed 3 years ago

MerlinPerrotLegler commented 3 years ago
  1. Right arrow opens the folder
  2. Left arrow closes the current folder
  3. Changeing the root in the example/multiple.js to have a better test overview

(it's the first time I contribute, please be nice)