README update

This commit is contained in:
Christoph J. Scherr 2023-02-10 22:03:34 +01:00
parent 012e498210
commit 26c0521736
1 changed files with 24 additions and 0 deletions

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# 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 | arm |
| Not Planned | legacy |