From 24a0a0f300bc302db4d14e1eae8302e75defc0d7 Mon Sep 17 00:00:00 2001 From: LN Quy Date: Sun, 3 Apr 2022 20:09:24 +0700 Subject: [PATCH] Add inquirer-interrupted-prompt into readme --- 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)