From 327dcaa3fd055b94b02c2afc17f00b013e091a60 Mon Sep 17 00:00:00 2001 From: Masashi SHIBATA Date: Mon, 21 Sep 2020 00:13:11 +0900 Subject: [PATCH] Add topicctl as a project using go-prompt. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3b34723..6a41f408 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ func main() { * [docker-slim/docker-slim: Don't change anything in your Docker container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)](https://github.com/docker-slim/docker-slim) * [rueyaa332266/ezcron: Ezcron is a CLI tool, helping you deal with cron expression easier.](https://github.com/rueyaa332266/ezcron) * [qingstor/qsctl: Advanced command line tool for QingStor Object Storage.](https://github.com/qingstor/qsctl) +* [segmentio/topicctl: Tool for declarative management of Kafka topics](https://github.com/segmentio/topicctl) * (If you create a CLI utility using go-prompt and want your own project to be listed here, please submit a GitHub issue.) ## Features