21 lines
440 B
Markdown
21 lines
440 B
Markdown
|
|
# Terminal spreadsheet
|
|
|
|

|
|
|
|
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
|
|
```
|