cli-select icon indicating copy to clipboard operation
cli-select copied to clipboard

:arrow_forward: Simple and interactive solution to provide a list of selectable items on the command line.

Results 12 cli-select issues
Sort by recently updated
recently updated
newest added

If values is an object, defaultValue currently also has to be a number but it should possible to pass the object key in.

to make it a zero dependency package. The only non dev dependency is currently ansi-escapes.

Include usage, configuration, example, ...

Here's an example: ![image](https://github.com/cyrilwanner/cli-select/assets/81051058/b72a2455-8e6d-4d42-aae2-63d173a457a6) After the first input, it works as intended, but it doesn't clear the initial select options.

Fixes; Dep `ansi-escapes` removed. Related issue: #4

Improvement in README.md; Gif added; A basic working example. Related issue: #3