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

github.com/lmittmann/tint

Ecosystem:
go
Package URL:
pkg:golang/github.com/lmittmann/tint
Total PRs:
300 Dependabot PRs
Latest PR:
about 2 months ago
Unique Repositories:
109 repositories
Unique Repos (30 days):
0 repositories
Recent PRs
Package Details
Name: github.com/lmittmann/tint
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/lmittmann/tint
JSON API: View JSON
Package Information
Description:

Package tint implements a zero-dependency slog.Handler that writes tinted (colorized) logs. The output format is inspired by the zerolog.ConsoleWriter and slog.TextHandler. The output format can be customized using Options, which is a drop-in replacement for slog.HandlerOptions. Options.ReplaceAttr can be used to alter or drop attributes. If set, it is called on each non-group attribute before it is logged. See slog.HandlerOptions for details. Create a new logger that doesn't write the time: Create a new logger that writes all errors in red: Colors are enabled by default and can be disabled using the Options.NoColor attribute. To automatically enable colors based on the terminal capabilities, use e.g. the go-isatty package. Color support on Windows can be added by using e.g. the go-colorable package.

Repository: https://github.com/lmittmann/tint
Homepage: https://github.com/lmittmann/tint
Latest Release: v1.1.0
about 1 year ago
Dependent Repos: 1
Dependent Packages: 92
Ranking: Top 4.7193% by dependent repos Top 0.4822% by dependent pkgs
PR Status
Open 127 (42.3%)
Merged 71 (23.7%)
Closed 54 (18.0%)
PR Types
Minor 143 (47.7%)
Patch 109 (36.3%)