- Compilation is instant - Syntax is clean and predictable - The tooling is chef's kiss (go run for example)
To test the waters, I built something fun:
Datacmd that is a CLI tool that turns CSV/JSON/API data into beautiful terminal dashboards with a single command.
No GUI. Just pure terminal magic:
datacmd --generate --source=data.csv Supports pie charts, gauges, tables, live system metrics, and it's built on top of termdash.
I see termdash was missing pie charts, tables and radar chart, so I tried implementing myself.
GitHub: github.com/VincenzoManto/datacmd Feedback and PRs welcome (probably there a lot of bugs), I’d love to grow this into a go-to tool for devs who live in the terminal.
I don't want to disqualify you or anything for using AI, but how much effort was spent on this?
Your point stands, though, and I agree, looks largely AI.
I’m personally fine with AI gen code for fast MVP and subsequent iterations.
The comments in the code are helpful for AI. When human coding I was never for having comments in the code (code should follow standards we had set).
Anyway the point about single commit is valid. But maybe the OP is newish and maybe ESL.
404
P.S. The "correctly-capitalized" version is https://github.com/VincenzoManto/Datacmd (it doesn't matter for GitHub, though).