From f68e023e7c4ff43cf48db16eb01c60301573b368 Mon Sep 17 00:00:00 2001 From: Quang Ngoc Date: Sun, 4 Apr 2021 14:58:24 +0700 Subject: [PATCH 1/2] Add GoChess to README.md #Projects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a551fcc1..8e47ccd0 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ For a presentation highlighting this package, compile and run the program found - [Browse your AWS ECS Clusters in the Terminal](https://github.com/swartzrock/ecsview) - [The CLI Task Manager for Geeks](https://github.com/ajaxray/geek-life) - [Fast disk usage analyzer written in Go](https://github.com/dundee/gdu) +- [Multiplayer Chess On Terminal](https://github.com/qnkhuat/gochess) ## Documentation From ef11d63b76cc523005ff172bcb82ff1a8c500022 Mon Sep 17 00:00:00 2001 From: raziman Date: Sun, 18 Apr 2021 09:04:17 +0800 Subject: [PATCH 2/2] Add gomu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a551fcc1..3b427c7d 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ For a presentation highlighting this package, compile and run the program found - [Browse your AWS ECS Clusters in the Terminal](https://github.com/swartzrock/ecsview) - [The CLI Task Manager for Geeks](https://github.com/ajaxray/geek-life) - [Fast disk usage analyzer written in Go](https://github.com/dundee/gdu) +- [Scriptable TUI music player](https://github.com/issadarkthing/gomu) ## Documentation