From 8326f9d03fe2898a6bc388684715f1da75886e00 Mon Sep 17 00:00:00 2001 From: Abhishek Somani Date: Mon, 6 Mar 2023 00:45:37 +0530 Subject: [PATCH] Add go-palette --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2722be78..0cfde32d 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,7 @@ _Libraries for building Console Applications and Console User Interfaces._ - [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-palette](https://github.com/abusomani/go-palette) - Go library that provides elegant and convenient style definitions using ANSI colors. Fully compatible & wraps the [fmt library](https://pkg.go.dev/fmt) for nice terminal layouts. - [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.