Add spreadsheet program

This commit is contained in:
Ole Morud
2022-12-25 16:06:34 +01:00
committed by Ole Morud
commit 2712a1bf3e
24 changed files with 1314 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# Terminal spreadsheet
![spreadsheet2](https://user-images.githubusercontent.com/82065181/209571188-7c1e90ca-d7f4-4de7-adc4-64000e6bf0f2.png)
This is a WIP spreadsheet application for the terminal using ncurses.
See [ISSUES](ISSUES) to get an idea of what needs to be implemented.
## Download and build
```sh
git clone https://github.com/olemorud/terminal-spreadsheet.git
cd terminal-spreadsheet
make
```
## Run
```sh
cd bin
./run
```