Releases: KamiKillertO/inquirer-select-directory
Releases Β· KamiKillertO/inquirer-select-directory
v.1.1.2
v1.1.0
v1.0.1
π V1π
Release inquirer-select-directory version 1 π π.
Change
- Add
.
and..
UNIX-like choices for the current and the parent directory
v.0.1.0
Release a new directory prompt for Inquirer.js inquirer.
Installation
npm install --save inquirer-select-directory
Features
- Support for symlinked files
- Vim style navigation
- Search for file with "/" key
Key Maps
- Press "/" key to enter search mode.
- Press "-" key to go up (back) a directory.
Usage
This prompt is anonymous, meaning you can register this prompt with the type name you please:
inquirer.registerPrompt('directory', require('inquirer-select-directory'));
inquirer.prompt({
type: 'directory',
...
})