An open index of dependabot pull requests across open source projects.

github.com/fatih/color

Ecosystem:
go
Package URL:
pkg:golang/github.com/fatih/color
Total PRs:
267 Dependabot PRs
Latest PR:
23 days ago
Unique Repositories:
170 repositories
Unique Repos (30 days):
13 repositories
Recent PRs
Bump the go group with 9 updates

grafana/grafanactl #264

1.18.0 → 1.19.0 Minor PR
Closed about 2 months ago 1 comment
grafana
Package Details
Name: github.com/fatih/color
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/fatih/color
JSON API: View JSON
Package Information
Description:

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:

Repository: https://github.com/fatih/color
Homepage: https://github.com/fatih/color
Latest Release: v1.18.0
over 1 year ago
Dependent Repos: 101,086
Dependent Packages: 39,081
Ranking: Top 0.011% by dependent repos Top 0.0058% by dependent pkgs
PR Status
Open 107 (40.1%)
Merged 21 (7.9%)
Closed 129 (48.3%)
PR Types
Minor 257 (96.3%)