Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mergestat/termbar

Generate terminal charts in Go 📊
https://github.com/mergestat/termbar

Last synced: 7 days ago
JSON representation

Generate terminal charts in Go 📊

Awesome Lists containing this project

README

        

# termbar

Generate terminal bar charts in Go.

```
a: ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 50
b: ▇▇▇▇▇▇▇▇▇ 25
c: ▇▇▇ 15
d: ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 78
```

TODO
- [ ] Stacked bars
- [ ] Grouped bars
- [ ] Sparklines
- [ ] Basic color support?
- [ ] Vertical bar chart?