-
From https://github.com/dylang/grunt-prompt/issues/21
Not sure if this is possible, but it would be cool to be able to tab-complete or use globbed filenames in a text input (or maybe a `file` input t…
-
I'm using an over sized [list](https://github.com/SBoudrias/Inquirer.js#list----type-list-). I tried to separate entries doing something like:
``` javascript
{
type: 'list',
name: 'le…
-
Currently when creating a new project and we get presented with a long list of selections (like all clients I can create the project in) the way to select the clients only works with up and down arrow…
-
Why don't we mention `inquirer` as a peer dependency in this project rather than using it as a dependency?
Also, can we upgrade inquirer to version [`5.1.0`](https://www.npmjs.com/package/inquirer)
-
☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018.
## Version **0.12.2** of [inquirer-autocompl…
-
# Code
```js
const inquirer = require('inquirer')
const autocomplete = require('inquirer-autocomplete-prompt')
const array = ['red', 'green', 'blue', 'yellow']
inquirer.registerPrompt('autoco…
-
Hello,
**Describe the bug**
When I try to install with `npm install` I have an error and `libpng-dev` is installed :
```
> pngquant-bin@4.0.0 postinstall /home/ubuntu/ProtonMail/WebClient/nod…
-
First, thank you for implementing this package.
I use `ntl` everyday.
Do you have any plan to support autocomplete?
https://github.com/mokkabonna/inquirer-autocomplete-prompt#readme
kpman updated
6 years ago
-
Hello,
How add in Yeoman ?
Thank you
-