From 4c32a64d6510f73b714cbd75131fb359dc3d9f44 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Mon, 2 Aug 2021 12:18:10 -0400 Subject: [PATCH] Add info about promptkit to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 528ea0a..25d2729 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,17 @@ indenting and text wrapping. [reflow]: https://github.com/muesli/reflow +## Additional Bubbles + +* [promptkit](https://github.com/erikgeiser/promptkit): A collection of common + prompts for cases like selection, text input, and confirmation. Each prompt + comes with sensible defaults, remappable keybindings, any many customization + options. + +If you’ve built a Bubble you think should be listed here, +[let us know](mailto:vt100@charm.sh). + + ## License [MIT](https://github.com/charmbracelet/teaparty/raw/master/LICENSE)