From b791282dda942e6aae71b4ec71587f3f135c2644 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 16 Sep 2024 22:09:25 -0400 Subject: [PATCH] Add prompt to the cli section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 950bfda0..e818e3cd 100644 --- a/README.md +++ b/README.md @@ -459,6 +459,7 @@ There are [other sites with curated lists of elixir packages](#other-awesome-lis * [owl](https://github.com/fuelen/owl) - Owl is a toolkit for writing command-line user interfaces in Elixir. * [phoenix-cli](https://phoenix-cli.github.io/) - Command-line interface for Phoenix Framework like Rails commands. * [progress_bar](https://github.com/henrik/progress_bar) - Command-line progress bars and spinners. +* [prompt](https://github.com/silbermm/prompt) - Toolkit for building command line applications in Elixir. * [ratatouille](https://github.com/ndreynolds/ratatouille) - A TUI (terminal UI) kit for Elixir. * [scribe](https://github.com/codedge-llc/scribe) - Pretty-print tables of Elixir structs and maps. Inspired by hirb. * [table_rex](https://github.com/djm/table_rex) - Generate configurable ASCII style tables for display.