-
Are there plans to add the autocomplete option like the one in Inquirer.js. That would be very usefull for long lists.
-
Firebase: Error (auth/auth-domain-config-required).
i up the npm run firebase:start but give the error: Firebase: Error (auth/auth-domain-config-required).
Server is running on http://localhost…
-
I recently got this error when trying to run `npx ntl --autocomplete`:
```
/[project path]/node_modules/inquirer-autocomplete-prompt-ipt/index.js:10
var Base = require('inquirer/lib/prompts/base'…
-
Hi there!
Following-up on https://github.com/mokkabonna/inquirer-autocomplete-prompt/commit/d46752fbb308ab59faa085f406a0983450806b81#commitcomment-75535326, would you mind adding release notes to h…
-
How to use this library with typescript? It's said no typings were found
-
Infrastructure
- [ ] Testing (Vitest, needs to expose `input` and `output` to each prompt to mock)
- [x] CI improvements
- [ ] More examples
Stability:
- [ ] Windows compat audit
- [x] #20
…
-
https://github.com/vadimdemedes/ink
It's much better than Inquirer and results in more maintainable code.
We could use: https://github.com/maticzav/ink-autocomplete
Example of a CLI using Ink…
-
Great project. Exactly what I was looking for!
Is auto completion/suggestions already a feature in your version?
I didn't see it in your readme.
If not, are you planing on implementing this featu…
-
A search command could be leveraged to search the notes based on:
1. title
2. tags/categories
3. full text
the return would be a list of files that match the criteria for the first iteration
la…
-
Don't remember why I did it in node, guess had something to do with async-obsession i had at the time and how poor the support for async subprocess was in python, or maybe I was in love with commander…