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
·
logrusorgru avatar

logrusorgru/aurora

0
View on GitHub↗
1,489 stars·54 forks·Go·Unlicense·4 views

Aurora

Golang ultimate ANSI-colors that supports Printf/Sprintf methods

Features

  • Command Line Interfaces - ANSI terminal colors for fmt.Printf.
  • Console Interfaces - Listed in the “Console Interfaces” section of the Awesome Go awesome list.
  • Console UI - ANSI terminal colors for fmt.
  • Terminal User Interfaces - ANSI terminal color support for formatted output.

Star history

Star history chart for logrusorgru/auroraStar history chart for logrusorgru/aurora

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

Open-source alternatives to Aurora

Similar open-source projects, ranked by how many features they share with Aurora.
  • cheynewallace/tabbycheynewallace avatar

    cheynewallace/tabby

    371View on GitHub↗

    A tiny library for super simple Golang tables

    Go
    View on GitHub↗371
  • c-bata/go-promptc-bata avatar

    c-bata/go-prompt

    5,481View on GitHub↗

    go-prompt is a library for building interactive command-line interfaces in Go. It serves as a cross-platform console UI framework and terminal input manager, providing the tools necessary to capture user input and execute commands through a persistent interactive loop. The library features a dedicated auto-completion engine that provides real-time command suggestions. It also supports dynamic prompt prefixes updated via callback functions and a system for managing and recalling command history. The framework covers a broad range of terminal capabilities, including keyboard shortcut mapping,

    Goclicommand-lineinteractive
    View on GitHub↗5,481
  • alexeyco/simpletablealexeyco avatar

    alexeyco/simpletable

    550View on GitHub↗

    Simple tables in terminal with Go

    Goasciicligo
    View on GitHub↗550
  • daviddengcn/go-colortextdaviddengcn avatar

    daviddengcn/go-colortext

    215View on GitHub↗

    Change the color of console text.

    Go
    View on GitHub↗215
See all 30 alternatives to Aurora→

Frequently asked questions

What does logrusorgru/aurora do?

Golang ultimate ANSI-colors that supports Printf/Sprintf methods

What are the main features of logrusorgru/aurora?

The main features of logrusorgru/aurora are: Command Line Interfaces, Console Interfaces, Console UI, Terminal User Interfaces.

What are some open-source alternatives to logrusorgru/aurora?

Open-source alternatives to logrusorgru/aurora include: gizak/termui — Termui is a Go terminal user interface library used for building interactive dashboards and visual layouts within a… daviddengcn/go-colortext — Change the color of console text. alexeyco/simpletable — Simple tables in terminal with Go. c-bata/go-prompt — go-prompt is a library for building interactive command-line interfaces in Go. It serves as a cross-platform console… cheynewallace/tabby — A tiny library for super simple Golang tables. gookit/color — 🎨 Terminal color rendering library, support 8/16 colors, 256 colors, RGB color rendering output, support…