Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
7437296aaf | |||
d88653f41c |
17
README.md
Normal file
17
README.md
Normal file
|
@ -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()`
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user