Draw ASCII bar charts with a file
∃! go get github.com/Xx0w0wxX/gaf/cmd/gaf
∃! cat sample.csv
python,64
go,18
flutter,57
javascript,97
html,58
css,59
php,74
∃! gaf sample.csv
python : █████████████████████▎
go : ██████
flutter : ███████████████████
javascript : ████████████████████████████████▎
html : ███████████████████▎
css : ███████████████████▋
php : ████████████████████████▋
CC-NC