asciigraph
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies. (by guptarohit)
asciigraph | go-colorable | |
---|---|---|
4 | 3 | |
2,718 | 780 | |
1.1% | 1.2% | |
6.1 | 4.5 | |
3 months ago | 13 days ago | |
Go | Go | |
BSD 3-clause "New" or "Revised" License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
asciigraph
Posts with mentions or reviews of asciigraph.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-09.
-
Your GitHub year in review - 10 fun ways to visualize your contributions
Or create an amazing ASCII line graph showing your rollercoaster of activity over your last couple of sprints using asciichart (available for C, C#, C++, Elixir, Java, JavaScript, Go, Haskell, Perl, Python, PHP, Rust, and well... you get the picture).
-
Terminal Music Tracker Mock-Up
Is there anything important that I'm missing? I have ideas to colorize things to make it even easier (such as match track with piano key using a color), but for now this black and white theme works well. I can also use something like asciigraph to plot useful things.
-
Logging and Metrics Fun
I've been playing around with the Go language and it looks like someone ported asciichart.js to Go: https://github.com/guptarohit/asciigraph
-
How should I approach plotting (2d and 3d) in Golang project?
asciigraph is a library for plotting basic graphs in a terminal. It's probably not what you want to have, still an awesome project.
go-colorable
Posts with mentions or reviews of go-colorable.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-22.
- Colorful logs with go-colorable
-
Simple CLI Colorizing in Go
Note, you also need to handle piping to other programs or sending output to a file. See the logic in https://github.com/fatih/color/blob/master/color.go, https://github.com/mattn/go-colorable and https://github.com/mattn/go-isatty.
-
I wrote a small library for cross-platform terminal coloring!
check https://github.com/mattn/go-colorable it's a great translation layer for ANSI color codes into windows
What are some alternatives?
When comparing asciigraph and go-colorable you can also consider the following projects:
go-chart - go chart is a basic charting library in go.
chalk - Intuitive package for prettifying terminal/console output. http://godoc.org/github.com/ttacon/chalk
termui - Golang terminal dashboard
kcli - A kafka command line browser
uilive - uilive is a go library for updating terminal output in realtime
uitable - A go library to improve readability in terminal apps using tabular data
Rich Interactive Widgets for Terminal UIs - Terminal UI library with rich, interactive widgets — written in Golang
go-colortext - Change the color of console text.
termbox-go - Pure Go termbox implementation
gocui - Minimalist Go package aimed at creating Console User Interfaces.
go-isatty
asciigraph vs go-chart
go-colorable vs chalk
asciigraph vs termui
go-colorable vs kcli
asciigraph vs uilive
go-colorable vs uitable
asciigraph vs Rich Interactive Widgets for Terminal UIs
go-colorable vs go-colortext
asciigraph vs go-colortext
go-colorable vs termbox-go
asciigraph vs gocui
go-colorable vs go-isatty