From 7437296aaf0968ba6d5cd5cd6131e19a12c42ba8 Mon Sep 17 00:00:00 2001 From: qowevisa Date: Wed, 27 Nov 2024 14:13:11 +0200 Subject: [PATCH] Add README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1bc1c52 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# TUIMenu + +**TUIMenu** is a lightweight library designed to create terminal user interface menus. + +## Features + +- **Customizable Title** +- **Customizable Commands** +- **Grouping/Functional/Stepping Commands** +- **No third-party dependency** + +### Planned Features + +The following features will be introduced in future updates: +- **Cursor manipulations**: Moving cursor and clearing data displayed on the screen like [NCurses](https://invisible-island.net/ncurses/ncurses-intro.html) +- **Widgets Display Buffer**: Pre-created widgets using ASCII symbols will be seen as structs with methods like `Widget.Erase()` +