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.
- Hint now exactly: "Tab:BASE m:MOD BackSpace:C Del:AC" - Removed all operator keys, numbers, equals, q:quit etc. from the hint per request. - Remapped: - backspace key -> ClearEntry (flashes the visual 'C' button) - delete/del key -> AllClear (flashes the visual 'AC' button) - Removed the old 'c','C' and 'ac','ctrl+l' handlers to match the new keymap. - Updated docs/UI_DESIGN.md example to the new minimal hint. The visual 'C' and 'AC' buttons remain in the grid for reference; their functions are now on Backspace and Del. |
||
|---|---|---|
| docs | ||
| internal | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| Makefile | ||
| spec.md | ||