From 3374a2bebb355ea242a13e873418962323452734 Mon Sep 17 00:00:00 2001 From: zenithlight Date: Sun, 7 Apr 2024 12:24:22 -0700 Subject: [PATCH] Add inquirer-action-select community prompt to README.md (#1382) * Add inquirer-action-select community prompt to README.md * fix formatting --------- Co-authored-by: Simon Boudrias --- packages/prompts/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/prompts/README.md b/packages/prompts/README.md index ade2f4948..b5dba73a2 100644 --- a/packages/prompts/README.md +++ b/packages/prompts/README.md @@ -267,6 +267,16 @@ Select a choice either with arrow keys + Enter or by pressing a key associated w Quit (Q) ``` +[**Action Select Prompt**](https://github.com/zenithlight/inquirer-action-select)
+Choose an item from a list and choose an action to take by pressing a key. + +``` +? Choose a file Open Edit Delete +❯ image.png + audio.mp3 + code.py +``` + # License Copyright (c) 2023 Simon Boudrias (twitter: [@vaxilart](https://twitter.com/Vaxilart))