Go to file
2024-11-27 14:13:11 +02:00
examples/test Fix import for test example 2024-11-27 14:02:54 +02:00
simple Change API for interrupts and add options to interrupts 2024-10-22 23:37:20 +03:00
.gitignore Start of project 2024-10-16 23:06:13 +03:00
go.mod Change name of module to start with lower q 2024-11-15 19:39:53 +02:00
Makefile Add example and building for example 2024-10-16 23:08:50 +03:00
README.md Add README.md 2024-11-27 14:13:11 +02: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
  • Widgets Display Buffer: Pre-created widgets using ASCII symbols will be seen as structs with methods like Widget.Erase()