A simple command-line interface calculator. Written in Rust, powered by meval.
- Many built-in functions and constants
- Shell mode
- Custom constants
- Customizable color scheme
# evaluate an expression
clic "2+2"
= 4
# enter shell mode
clic
> set g 9.81
> 50 * g
= 490.5
# view help
clic help
cargo format && cargo clippy # lint
cargo build --release # build