Skip to content

RauliL/levite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

levite

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.

Screenshot

Screenshot

Features

  • 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.

How to compile

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