/clic

A simple CLI calculator. Written in Rust, powered by meval.

Primary LanguageRust

Clic

A simple command-line interface calculator. Written in Rust, powered by meval.

Features

Usage

# evaluate an expression
clic "2+2"
= 4

# enter shell mode
clic
> set g 9.81
> 50 * g
= 490.5

# view help
clic help

Development

cargo format && cargo clippy # lint
cargo build --release # build