From 1724fbebc8301a058d95f2350d5f2ad8a50e4cb0 Mon Sep 17 00:00:00 2001 From: Roi Martin Date: Sun, 16 Oct 2016 18:30:11 +0200 Subject: [PATCH] Update README with projects using gocui and more screenshots Related to issue #61. --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d2e5065..3e2bbf8 100644 --- a/README.md +++ b/README.md @@ -82,10 +82,16 @@ func quit(g *gocui.Gui, v *gocui.View) error { ## Screenshots -_examples/demo.go: - ![_examples/demo.go](https://cloud.githubusercontent.com/assets/1223476/5992750/720b84f0-aa36-11e4-88ec-296fa3247b52.png) -_examples/dynamic.go: - ![_examples/dynamic.go](https://cloud.githubusercontent.com/assets/1223476/5992751/76ad5cc2-aa36-11e4-8204-6a90269db827.png) + +![r2cui](https://cloud.githubusercontent.com/assets/1223476/19418932/63645052-93ce-11e6-867c-da5e97e37237.png) + +## Projects using gocui + +* [Komanda CLI](https://github.com/mephux/komanda-cli): IRC Client For Developers. +* [Vuls](https://github.com/future-architect/vuls): Agentless vulnerability scanner for Linux/FreeBSD. +* [SumoLogic sumoshell](https://github.com/SumoLogic/sumoshell): Terminal-only version of Sumo. + +Note: if your project is not listed here, let us know! :)