awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
k0kubun avatar

k0kubun/pp

0
View on GitHub↗
2,047 stars·109 forks·Go·MIT·18 viewspkg.go.dev/github.com/k0kubun/pp/v3↗

Pp

Colored pretty printer for Go language

Features

  • Logging - Listed in the “Logging” section of the Awesome Go awesome list.
  • Debugging And Profiling - Colorized variable printing.
  • Logging Libraries - Colored pretty-printer for debugging Go data structures.

Star history

Star history chart for k0kubun/ppStar history chart for k0kubun/pp

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Pp

These projects share indexed features with Pp. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • davecgh/go-spewdavecgh avatar

    davecgh/go-spew

    6,393View on GitHub↗

    go-spew is a deep inspection library and debugging utility for Go. It functions as a data structure pretty printer that renders complex, nested types into human-readable strings with indentation and type information. The library provides specialized capabilities for visualizing internal program states, including the ability to dump data structures with pointer addresses and map keys. It includes a configuration system to adjust printing behavior, such as limiting recursion depth and setting indentation. The tool uses reflection-based type inspection and recursive tree traversal to handle nes

    Go
    View on GitHub↗6,393
  • aerogo/logaerogo avatar

    aerogo/log

    10View on GitHub↗

    :memo: Logging with multiple output targets.

    Gogologlogging
    View on GitHub↗10
  • alexcesaro/logalexcesaro avatar

    alexcesaro/log

    48View on GitHub↗

    Logging packages for Go

    Go
    View on GitHub↗48
  • amoghe/distillogamoghe avatar

    amoghe/distillog

    31View on GitHub↗

    Logging, distilled

    Gogolangloggerlogger-interface
    View on GitHub↗31
Compare all 30 related projects→

Frequently asked questions

What does k0kubun/pp do?

Colored pretty printer for Go language

What are the main features of k0kubun/pp?

The main features of k0kubun/pp are: Logging, Debugging And Profiling, Logging Libraries.

Which projects share features with k0kubun/pp?

Projects with overlapping indexed features include: davecgh/go-spew — go-spew is a deep inspection library and debugging utility for Go. It functions as a data structure pretty printer… apsdehal/go-logger — Simple logger for Go programs. Allows custom formats for messages. amoghe/distillog — Logging, distilled. alexcesaro/log — Logging packages for Go. aerogo/log — :memo: Logging with multiple output targets. apex/log.