Registry / utility / jpillora-ansi

jpillora-ansi

JSON →
library1.0.3gogounverified

Package ansi implements the ANSI VT100 control set for terminal manipulation.

go get github.com/jpillora/ansi
INSTALL
IMPORT
SIG · JPILLORA-ANSI
J
jpillora-ansi
utilitygov1.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ansi
github.com/jpillora/ansi

Set bold text style using ANSI escape codes.

package main import ( "fmt" "github.com/jpillora/ansi" ) func main() { ansi.Set(ansi.Bold) fmt.Println("Bold text") ansi.Reset() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jpillora-ansi — go get jpillora-ansi · libregistry