Fend

Use this skill when the user needs an arbitrary-precision, unit-aware command-line calculator.

javimosch 5d6be06 719 B Updated

File contents

fend Plugin

An arbitrary-precision, unit-aware calculator for the command line.

Commands

  • fend self version — Print fend version
  • fend _ _ — 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

javimosch/supercli/tree/main/plugins/fend/skills/quickstart commit 5d6be065f1

Frequently asked questions

npx skillmds@latest add javimosch/fend