tuimenu/README.md

18 lines
611 B
Markdown
Raw Normal View History

2024-11-27 13:13:11 +01:00
# 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()`