Spreadsheet application with a bizarre twist: Formulas have been replaced with an Forth like RPN programming language and it has a nice terminal user interface that Vi users should feel comfortable with.
- Uses GNU MPFR for number crunching.
- Supports measurement units.
- Recognizes dates, times, months and days of week.
- All formulas are actually tiny Laskin programs.
- UI inspired by VisiCalc with Vi like keybindings.
- Loads and saves CSV data.
You need CMake and C++17 capable compiler to do this. Does not work on Windows yet, sorry.
$ git clone https://github.com/RauliL/levite.git
$ cd levite
$ mkdir build
$ cd build
$ cmake ..
$ make