From e880173f033832c60e0f77b1308c7ed448ec004a Mon Sep 17 00:00:00 2001 From: John Dyer Date: Tue, 23 Dec 2014 09:16:39 -0500 Subject: [PATCH] Add CLI spinner util --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73d4588e..d177fec5 100644 --- a/README.md +++ b/README.md @@ -513,6 +513,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [okrun](https://github.com/xta/okrun) - go run error steamroller * [peco](https://github.com/peco/peco) - Simplistic interactive filtering tool * [profile](https://github.com/davecheney/profile) - Simple profiling support package for Go +* [spinner](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options. * [sqlx](https://github.com/jmoiron/sqlx) - provides a set of extensions on top of the excellent built-in database/sql package * [xlsx](https://github.com/tealeg/xlsx) - Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs.