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 9a355a4ad8
Merge pull request #7 from PlexSheep/cscherrNT-patch-1
Create CITATION.cff
2023-08-22 10:50:30 +02:00
.vscode brace grouping finally works 2023-02-12 03:50:33 +01:00
src debug logs only in debug binary, precedence fix 2023-02-14 22:34:04 +01:00
tests fixed basic calc, testing 2023-02-14 22:25:42 +01:00
.gitignore brace grouping finally works 2023-02-12 03:50:33 +01:00
.swp brace grouping finally works 2023-02-12 03:50:33 +01:00
CITATION.cff Create CITATION.cff 2023-08-22 10:49:57 +02:00
Cargo.toml version change 2023-02-14 22:26:57 +01:00
LICENSE Create LICENSE 2023-02-10 21:48:14 +01:00
README.md Update README.md 2023-02-14 22:42:40 +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 alpha. This means that important major features are still missing and bugs might not only be possible but common.

Install

rclc is still in an early version, but if you wish, you can compile and install it using cargo install --path ., this will copy a release version to $HOME/.cargo/bin. Otherweise, you can compile rclc manually using cargo build --release and copy the binary in target/release/rclc to a directory of your choice.

Compatability

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