Skip to content
/ clic Public

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

Notifications You must be signed in to change notification settings

jabczyk/clic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages