From 56c224c88aba4d7326e30211b5a29d816a5cd42d Mon Sep 17 00:00:00 2001 From: Masashi SHIBATA Date: Thu, 3 Sep 2020 18:01:33 +0900 Subject: [PATCH] Add qsctl as a project using go-prompt. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 639f36f..2c8e425 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ func main() { * [c-bata/gh-prompt: An interactive GitHub CLI featuring auto-complete.](https://github.com/c-bata/gh-prompt) * [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) * (If you create a CLI utility using go-prompt and want your own project to be listed here, please submit a GitHub issue.) ## Features