# README
MenuScreen
A simple go lib based on
github.com/gdamore/tcell/v2
,which helps you build a simple menu UI in your terminal.
Install
go get -u github.com/sshelll/menuscreen
Usage
demo is see ./test/xx.go
.
when the screen started, you can press /
to search and press enter
to confirm,
or you can press :
to enter your customized content instead of choosing one.
Demo
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
MenuScreen is a visible selector for input.
SimpleWorkflow is a simple implementation of Workflow.
# Interfaces
No description provided by the author