From 4c22f4abd9f1a0e1e5d18c71d51bf92b68c097cf Mon Sep 17 00:00:00 2001 From: "Roi Martin (@nibble_ds)" Date: Tue, 28 Jan 2014 09:36:57 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee2eb55..f278fa9 100644 --- a/README.md +++ b/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 {