From ee55149f89387489505c3500b906143abdf982f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Bou=C3=A7as?= Date: Sat, 18 Jan 2020 05:02:31 +0000 Subject: [PATCH] Add inquirer-table-prompt plugin (#884) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1c711ff19..8fb61ba6a 100644 --- a/README.md +++ b/README.md @@ -448,3 +448,8 @@ Auto submit based on your current input, saving one extra enter Inquirer prompt for to select a file or directory in file tree ![inquirer-file-tree-selection-prompt](https://github.com/anc95/inquirer-file-tree-selection/blob/master/example/screenshot.gif) + +[**inquirer-table-prompt**](https://github.com/eduardoboucas/inquirer-table-prompt)
+A table-like prompt for Inquirer. + +![inquirer-table-prompt](https://raw.githubusercontent.com/eduardoboucas/inquirer-table-prompt/master/screen-capture.gif)