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
- Host: GitHub
- URL: https://github.com/xyproto/textoutput
- Owner: xyproto
- License: bsd-3-clause
- Created: 2019-09-16T11:45:54.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T09:19:36.000Z (7 months ago)
- Last Synced: 2025-03-29T03:02:10.007Z (6 months ago)
- Topics: color, console, go, package, tags, terminal, terminal-colors, text, vt100
- Language: Go
- Homepage:
- Size: 5.54 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TextOutput
[](https://godoc.org/github.com/xyproto/textoutput) [](https://raw.githubusercontent.com/xyproto/textoutput/master/LICENSE) [](https://goreportcard.com/report/github.com/xyproto/textoutput)
Package for controlling text output, with or without colors, using VT100 terminal codes.
[](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>