Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/daviddengcn/go-colortext

Change the color of console text.
https://github.com/daviddengcn/go-colortext

Last synced: 24 days ago
JSON representation

Change the color of console text.

Lists

README

        

go-colortext package [![GoSearch](http://go-search.org/badge?id=github.com%2Fdaviddengcn%2Fgo-colortext)](http://go-search.org/view?id=github.com%2Fdaviddengcn%2Fgo-colortext)
====================

This is a package to change the color of the text and background in the console, working both under Windows and other systems.

Under Windows, the console APIs are used. Otherwise, ANSI texts are output.

Docs: http://godoc.org/github.com/daviddengcn/go-colortext ([packages that import ct](http://go-search.org/view?id=github.com%2fdaviddengcn%2fgo-colortext))

Usage:
```go
ct.Foreground(Green, false)
fmt.Println("Green text starts here...")
ct.ChangeColor(Red, true, White, false)
fmt.Println(...)
ct.ResetColor()
```

LICENSE
=======
BSD/MIT license