calcli 0.3.0

Fast terminal calculator (TUI) with history, variables and engineering helpers
Documentation
1
2
3
4
5
6
7
8
9
10
11
# calcli – TODO

Deferred features, in rough priority order.

## Refresh the README screenshot
`README.md` embeds `images/screenshot.png`, taken before the clibase migration. It shows an interface that no longer exists – no tab bar, no panel bands, no status band, a flat footer instead of the grouped shortcut hints. It is the first thing a reader sees.

Take a new one from `cargo run -- --demo` (the demo session fills the history with unit conversions and variables, and never touches the saved state), then replace `images/screenshot.png`.

## Config-extensible units
Let users add custom units on top of rink's database (e.g. an extra `definitions.units` snippet loaded into the context).