pio

Low-level package that provides an easy way to centralize different output targets. Supports colors and text decoration to all popular terminals

BSD-3-CLAUSE License

Stars
21
Committers
4

Bot releases are visible (Hide)

pio - v0.0.13 Latest Release

Published by kataras 12 months ago

What's Changed

  • Bump golang.org/x/sys from 0.9.0 to 0.13.0

Full Changelog: https://github.com/kataras/pio/compare/v0.0.12...v0.0.13

pio - v0.0.12

Published by kataras over 1 year ago

Go 1.20

pio - v0.0.11

Published by kataras about 2 years ago

Update go.mod for go version 1.19.x

pio - v0.0.10

Published by kataras about 4 years ago

pio - v0.0.8

Published by kataras over 4 years ago

SetSync hotfix

pio - v0.0.7

Published by kataras over 4 years ago

Add SetSync(bool)

pio - v0.0.6

Published by kataras over 4 years ago

a performance boost on coloring by caching known printers

pio - v0.0.5

Published by kataras over 4 years ago

  • New WriteRich and ErrHandled for Hijackers
pio - v0.0.4

Published by kataras over 4 years ago

Export SupportColors(io.Writer) package-level function.

pio - v0.0.3

Published by kataras over 4 years ago

Changes: https://github.com/kataras/pio/commit/947ff6e1766222167c31f2ba2e583999c70808a6.

In-short a new pio.Rich it's added: it can print more colors and add decorations/styles too. The old pio.Blue/..Colors removed. Example: pio.Rich("text", pio.Blue, pio.Bold, pio.Reversed), 256-bit colors can be added too.

pio - v0.0.2

Published by kataras almost 5 years ago

Fix #5

pio - v0.0.1

Published by kataras almost 5 years ago