Show HN: DSS, a lightweight TUI spreadsheet editor and dashboard in Go(github.com)
github.com
Show HN: DSS, a lightweight TUI spreadsheet editor and dashboard in Go
https://github.com/VincenzoManto/DSSGo
0 comments
—
https://github.com/VincenzoManto/DSSGo
—
I did it for fun to tweak spreadsheet formulas without leaving my terminal or opening heavy GUI apps.
It is an interactive editor of sheets with charts and formula engine diretly in TUI. The formula engine is handmaded but I'd like to improve it.
I copied a lot from my previous Datacmd project and from Termdash repo. Hoping to receive some feedback.