From 13930484c826a44a7760a712af7867445ecbcf5c Mon Sep 17 00:00:00 2001 From: LN Quy Date: Mon, 4 Apr 2022 06:37:34 +0700 Subject: [PATCH] Add inquirer-interrupted-prompt into readme (#1100) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 46fba6f51..5307a0c7f 100644 --- a/README.md +++ b/README.md @@ -489,3 +489,8 @@ Inquirer prompt for to select a file or directory in file tree
A table-like prompt for Inquirer.

![inquirer-table-prompt](https://raw.githubusercontent.com/eduardoboucas/inquirer-table-prompt/master/screen-capture.gif) + +[**inquirer-interrupted-prompt**](https://github.com/lnquy065/inquirer-interrupted-prompt)
+Turning any existing inquirer and its plugin prompts into prompts that can be interrupted with a custom key.
+
+![inquirer-interrupted-prompt](https://raw.githubusercontent.com/lnquy065/inquirer-interrupted-prompt/master/example/demo-menu.gif)