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

https://github.com/xyproto/textoutput

:a: Output text, with and without colors
https://github.com/xyproto/textoutput

color console go package tags terminal terminal-colors text vt100

Last synced: 6 months ago
JSON representation

:a: Output text, with and without colors

Awesome Lists containing this project

README

          

# TextOutput

[![GoDoc](https://godoc.org/github.com/xyproto/textoutput?status.svg)](https://godoc.org/github.com/xyproto/textoutput) [![License](https://img.shields.io/badge/license-BSD-green.svg?style=flat)](https://raw.githubusercontent.com/xyproto/textoutput/master/LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/xyproto/textoutput)](https://goreportcard.com/report/github.com/xyproto/textoutput)

Package for controlling text output, with or without colors, using VT100 terminal codes.

[![example use](img/example_use.png)](cmd/print/main.go)

## Requirements

* Go 1.17 or later

## General info

* Version: 1.17.2
* License: BSD-3
* Author: Alexander F. Rødseth <xyproto@archlinux.org>