From f2f6a1fab806627b9a264ced78f0faafc2017622 Mon Sep 17 00:00:00 2001 From: gulyasm Date: Sun, 1 Apr 2018 16:17:21 +0200 Subject: [PATCH] Adds jsonui to projects using gocui --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d48e642..6e45092 100644 --- a/README.md +++ b/README.md @@ -104,5 +104,6 @@ func quit(g *gocui.Gui, v *gocui.View) error { * [kubexp](https://github.com/alitari/kubexp): Kubernetes client. * [kcli](https://github.com/cswank/kcli): Tool for inspecting kafka topics/partitions/messages. * [fac](https://github.com/mkchoi212/fac): git merge conflict resolver +* [jsonui](https://github.com/gulyasm/jsonui): Interactive JSON explorer for your terminal. Note: if your project is not listed here, let us know! :)