Greg's calculator - a terminal UI calculator inspired by galculator (GTK), implemented in Go with Bubble Tea. Features decimal math, base display cycling (DEC/HEX/BIN/OCT) with CERR on non-integers, tactile keypad, wide integrated display.
Per user request: eliminate the enclosing dark panel (bg 234 + NormalBorder) around the entire key grid. Only the individual key styling remains (bordered mini-panels with per-type colors, Height(2), pressed flash inversion). - The rawGrid is now centered directly under the display using Width(dispW).Align(Center). - BASE button still appears nicely centered on its row thanks to the uniform row width padding we added earlier. - Keys sit directly on the main card background. - Updated docs/UI_DESIGN.md to match. Much cleaner and closer to a pure 'tactile keys only' look. |
||
|---|---|---|
| docs | ||
| internal | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| Makefile | ||
| spec.md | ||