From a6aaedaac3cc2b1c2c3a25e2114f21c8676a7c5f Mon Sep 17 00:00:00 2001 From: Rami Awar Date: Fri, 29 Jul 2022 09:37:50 +0300 Subject: [PATCH] Update README.md Added gocui usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2b2f13..3358bc2 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ func quit(g *gocui.Gui, v *gocui.View) error { ![_examples/dynamic.go](https://cloud.githubusercontent.com/assets/1223476/5992751/76ad5cc2-aa36-11e4-8204-6a90269db827.png) ## Projects using gocui - +* [superpet](https://github.com/ramiawar/superpet): Command line snippet and environment variable manager. * [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. * [wuzz](https://github.com/asciimoo/wuzz): Interactive cli tool for HTTP inspection.