From 90a914e14f27711fd9229b96f0568ec4a909b47d Mon Sep 17 00:00:00 2001 From: eternal~fire Date: Sun, 12 May 2024 01:12:18 +0800 Subject: [PATCH] Add inquirer-select-pro community prompt (#1404) --- packages/prompts/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/prompts/README.md b/packages/prompts/README.md index 8c1adc050..bab1c210a 100644 --- a/packages/prompts/README.md +++ b/packages/prompts/README.md @@ -311,6 +311,22 @@ The same as built-in checkbox prompt, but also allowing to reorder choices using ◯ PR 3 ``` +[**Multi Select Prompt**](https://github.com/jeffwcx/inquirer-select-pro) + +An inquirer select that supports multiple selections and filtering/searching. + +``` +? Choose your OS, IDE, PL, etc. (Press to select/deselect, to remove selected +option, to select option) +>> vue +>[ ] vue + [ ] vuejs + [ ] fuelphp + [ ] venv + [ ] vercel + (Use arrow keys to reveal more options) +``` + # License Copyright (c) 2023 Simon Boudrias (twitter: [@vaxilart](https://twitter.com/Vaxilart))