Skip to content

Latest commit

 

History

History
193 lines (165 loc) · 10.8 KB

console-application.md

File metadata and controls

193 lines (165 loc) · 10.8 KB

Bookmarks tagged [console-application]

https://github.com/guptarohit/asciigraph

Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.


https://github.com/logrusorgru/aurora

ANSI terminal colors that supports fmt.Printf/Sprintf.


https://github.com/mingrammer/cfmt

Contextual fmt inspired by bootstrap color classes.


https://github.com/ttacon/chalk

Intuitive package for prettifying terminal/console output.


https://github.com/fatih/color

Versatile package for colored terminal output.


https://github.com/TreyBastian/colourize

Go library for ANSI colour text in terminals.


https://github.com/wzshiming/ctc

The non-invasive cross-platform terminal color library does not need to modify the Print method.


https://github.com/workanator/go-ataman

Go library for rendering ANSI colored text templates in terminals.


https://github.com/mattn/go-colorable

Colorable writer for windows.


https://github.com/daviddengcn/go-colortext

Go library for color output in terminals.


https://github.com/mattn/go-isatty

isatty for golang.


https://github.com/c-bata/go-prompt

Library for building a powerful interactive prompt, inspired by python-prompt-toolkit.


https://github.com/jroimartin/gocui

Minimalist Go library aimed at creating Console User Interfaces.


https://github.com/labstack/gommon/tree/master/color

Style terminal text.


https://github.com/gookit/color

Terminal color rendering tool library, support 16 colors, 256 colors, RGB color rendering output, compatible with Windows.


https://github.com/vbauerster/mpb

Multi progress bar for terminal applications.


https://github.com/schollz/progressbar

Basic thread-safe progress bar that works in every OS.


https://github.com/alexeyco/simpletable

Simple tables in terminal with Go.


https://github.com/cheynewallace/tabby

A tiny library for super simple Golang tables.


https://github.com/InVisionApp/tabular

Print ASCII tables from command line utilities without the need to pass large sets of data to the API.


https://github.com/nsf/termbox-go

Termbox is a library for creating cross-platform text-based interfaces.


https://github.com/mum4k/termdash

Go terminal dashboard based on termbox-go and inspired by termui.


https://github.com/apcera/termtables

Go port of the Ruby library terminal-tables for simple ASCII table generation as well as providing markdown and HTML output.


https://github.com/gizak/termui

Go terminal dashboard based on termbox-go and inspired by blessed-contrib.


https://github.com/gosuri/uilive

Library for updating terminal output in realtime.


https://github.com/gosuri/uiprogress

Flexible library to render progress bars in terminal applications.


https://github.com/gosuri/uitable

Library to improve readability in terminal apps using tabular data.