mirror of
https://github.com/jroimartin/gocui.git
synced 2025-04-24 13:48:51 +08:00
Update README.md
This commit is contained in:
parent
553b48c903
commit
4c22f4abd9
11
README.md
11
README.md
@ -1,7 +1,7 @@
|
||||
GOCUI - Go Console User Interface
|
||||
=================================
|
||||
|
||||
Minimalist Go library aimed at creating Console User Interfaces.
|
||||
Minimalist Go package aimed at creating Console User Interfaces.
|
||||
|
||||
Installation
|
||||
------------
|
||||
@ -11,6 +11,15 @@ Documentation
|
||||
-------------
|
||||
godoc github.com/jroimartin/gocui
|
||||
|
||||
Features
|
||||
--------
|
||||
* Minimalist API.
|
||||
* Views (the "windows" in the GUI) implement the interface io.Writer.
|
||||
* Support for overlapping views.
|
||||
* The GUI can be modified at runtime.
|
||||
* Global and view-level keybindings.
|
||||
* Edit mode.
|
||||
|
||||
Example
|
||||
-------
|
||||
func layout(g *gocui.Gui) error {
|
||||
|
Loading…
x
Reference in New Issue
Block a user