Compare commits

..

No commits in common. "main" and "v0.3.0" have entirely different histories.
main ... v0.3.0

3 changed files with 2 additions and 19 deletions

View File

@ -1,17 +0,0 @@
# 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()`

View File

@ -5,7 +5,7 @@ import (
"log" "log"
"time" "time"
"git.qowevisa.me/qowevisa/tuimenu/simple" "git.qowevisa.me/Qowevisa/tuimenu/simple"
) )
func main() { func main() {

2
go.mod
View File

@ -1,3 +1,3 @@
module git.qowevisa.me/qowevisa/tuimenu module git.qowevisa.me/Qowevisa/tuimenu
go 1.23.0 go 1.23.0