Package Usage: go: github.com/fatih/color
Package color is an ANSI color package to output colorized or SGR defined
output to the standard output. The API can be used in several way, pick one
that suits you.
Use simple and default helper functions with predefined foreground colors:
However, there are times when custom color mixes are required. Below are some
examples to create custom color objects and use the print functions of each
separate color object.
You can create PrintXxx functions to simplify even more:
You can also FprintXxx functions to pass your own io.Writer:
Or create SprintXxx functions to mix strings with other non-colorized strings:
Windows support is enabled by default. All Print functions work as intended.
However, only for color.SprintXXX functions, user should use fmt.FprintXXX and
set the output to color.Output:
Using with existing code is possible. Just use the Set() method to set the
standard output to the given parameters. That way a rewrite of an existing
code is not required.
There might be a case where you want to disable color output (for example to
pipe the standard output of your app to somewhere else). `Color` has support to
disable colors both globally and for single color definition. For example
suppose you have a CLI app and a `--no-color` bool flag. You can easily disable
the color output with:
You can also disable the color by setting the NO_COLOR environment variable to any value.
It also has support for single color definitions (local). You can
disable/enable color output on the fly:
20 versions
Latest release: over 1 year ago
39,081 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/fatih/color
Dependent Repos 20
ANSSI-FR/ultrablue
User-friendly Lightweight TPM Remote Attestation over BluetoothSize: 3.87 MB - Last synced: 6 days ago - Pushed: over 2 years ago



InseeFrLab/utils
A collection of scripts that may have been used at some point :)Size: 41 KB - Last synced: 6 days ago - Pushed: over 1 year ago

SocialGouv/secretgen-controller Fork of carvel-dev/secretgen-controller
secretgen-controller provides CRDs to specify what secrets need to be on Kubernetes cluster (to be generated or not)Size: 30.4 MB - Last synced: 5 days ago - Pushed: about 1 year ago



Ville-Eurometropole-Strasbourg/grist-ctl
Command-line tool for interacting with GristSize: 192 KB - Last synced: 6 days ago - Pushed: 22 days ago
