awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
labstack avatar

labstack/gommon

0
View on GitHub↗
591 星标·102 分支·Go·MIT·2 次浏览

Gommon

Common packages for Go

Features

  • 命令行界面 - Terminal text styling.
  • Console Interfaces - Listed in the “Console Interfaces” section of the Awesome Go awesome list.
  • Console UI - Diverse command-line text utilities.
  • Development Utilities - Common packages for Go development.
  • Terminal User Interfaces - Styles terminal text output.
  • Text Processing - Binary-to-string formatting.

Star 历史

labstack/gommon 的 Star 历史图表labstack/gommon 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Gommon 的开源替代方案

相似的开源项目,按与 Gommon 的功能重合度排序。
  • cheynewallace/tabbycheynewallace 的头像

    cheynewallace/tabby

    371在 GitHub 上查看↗

    A tiny library for super simple Golang tables

    Go
    在 GitHub 上查看↗371
  • c-bata/go-promptc-bata 的头像

    c-bata/go-prompt

    5,481在 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
    在 GitHub 上查看↗5,481
  • alexeyco/simpletablealexeyco 的头像

    alexeyco/simpletable

    550在 GitHub 上查看↗

    Simple tables in terminal with Go

    Goasciicligo
    在 GitHub 上查看↗550
  • daviddengcn/go-colortextdaviddengcn 的头像

    daviddengcn/go-colortext

    215在 GitHub 上查看↗

    Change the color of console text.

    Go
    在 GitHub 上查看↗215
查看 Gommon 的所有 30 个替代方案→

常见问题解答

labstack/gommon 是做什么的?

Common packages for Go

labstack/gommon 的主要功能有哪些?

labstack/gommon 的主要功能包括:命令行界面, Console Interfaces, Console UI, Development Utilities, Terminal User Interfaces, Text Processing。

labstack/gommon 有哪些开源替代品?

labstack/gommon 的开源替代品包括: 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…