This repository has been archived on 2023-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Christoph J. Scherr 5c950a1f40 reading expressions 2023-02-11 16:07:28 +01:00
src reading expressions 2023-02-11 16:07:28 +01:00
.gitignore early command line args 2023-02-11 00:21:33 +01:00
Cargo.lock reading expressions 2023-02-11 16:07:28 +01:00
Cargo.toml reading expressions 2023-02-11 16:07:28 +01:00
LICENSE Create LICENSE 2023-02-10 21:48:14 +01:00
README.md Update README.md 2023-02-11 00:29:24 +01:00

README.md

RustCommandLineCalcuator

RustCommandLineCalcuator, or simply rclc for short is a fast, scriptable calculator that is designed to run right in your shell. No more need to use the python shell, or ugly and bloated GUIs. Easily calculate complex formulas in your bash scripts.

Currently, rclc's status is indev. This means that important major features are still missing and bugs might not only be possible but common.

Install

Not yet recommended, but you can always compile rclc by yourself with cargo build and copy the compiled binary executable to /usr/local/bin.

Compatability

Supported OS OS
Current Linux
Planned Windows, OSX, FreeBSD
Not Planned TempleOS
Supported Architectures Arch
Current x86_64
Planned major arm
Not Planned any legacy