From 3a148d16472911cb8aa6302d7d44c9712a4ab17f Mon Sep 17 00:00:00 2001 From: c-bata Date: Thu, 13 Feb 2020 20:46:29 +0900 Subject: [PATCH] Add gh-prompt: An interactive GitHub CLI featuring auto-complete --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94d7660..6978ee1 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ func main() { * [ysn2233/kafka-prompt: An interactive kafka-prompt(kafka-shell) built on existing kafka command client](https://github.com/ysn2233/kafka-prompt) * [fishi0x01/vsh: HashiCorp Vault interactive shell](https://github.com/fishi0x01/vsh) * [mstrYoda/docker-shell: A simple interactive prompt for docker](https://github.com/mstrYoda/docker-shell) +* [c-bata/gh-prompt: An interactive GitHub CLI featuring auto-complete.](https://github.com/c-bata/gh-prompt) * (If you create a CLI utility using go-prompt and want your own project to be listed here, please submit a GitHub issue.) ## Features