From 3a5a25de059831c76d4b0c56d52863a0105e5667 Mon Sep 17 00:00:00 2001 From: Masashi SHIBATA Date: Tue, 20 Feb 2018 01:51:13 +0900 Subject: [PATCH] submit-goprompt (#1807) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9cda6803..e0c66ea6 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-colorable](https://github.com/mattn/go-colorable) - Colorable writer for windows. * [go-colortext](https://github.com/daviddengcn/go-colortext) - Go library for color output in terminals. * [go-isatty](https://github.com/mattn/go-isatty) - isatty for golang. +* [go-prompt](https://github.com/c-bata/go-prompt) - Library for building a powerful interactive prompt, inspired by [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit). * [gocui](https://github.com/jroimartin/gocui) - Minimalist Go library aimed at creating Console User Interfaces. * [gommon/color](https://github.com/labstack/gommon/tree/master/color) - Style terminal text. * [mpb](https://github.com/vbauerster/mpb) - Multi progress bar for terminal applications.