fend Plugin
An arbitrary-precision, unit-aware calculator for the command line.
Commands
fend self version— Print fend versionfend _ _— Passthrough to fend CLI
Installation
cargo install fend
Examples
fend "1 + 1"
fend "1 meter + 2 feet"
fend "now + 7 days"
fend "0b1010 + 0xFF"
Key Features
- Unit-aware — Physical units, currency, date arithmetic
- Arbitrary precision — Exact calculations, no floating point errors
- Base conversion — Binary, octal, decimal, hex
- Pipeline-ready — Clean text output for scripts