spreadsheet

terminal spreadsheet application
git clone https://git.ce9e.org/spreadsheet.git

commit
b752a6f40b6ef7f9b4698e3564f9ce779608b5fe
parent
e3e6bd890f24cf804feb86bad93fd35df3a455b5
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2026-05-08 04:29
README: add some more similar projects

Diffstat

M README.md 4 +++-

1 files changed, 3 insertions, 1 deletions


diff --git a/README.md b/README.md

@@ -52,7 +52,9 @@ Formulas can contains the following functions:
   52    52 -   `log(a)` - natural logarithm
   53    53 -   `bar(a)` - draw a bar for a value between 0 and 1
   54    54 
   55    -1 ## Prior art
   -1    55 ## Similar projects
   56    56 
   57    57 -   [sc](http://www.ibiblio.org/pub/Linux/apps/financial/spreadsheet/!INDEX.html) - spreadsheet calculator
   -1    58 -   [sc-im](https://github.com/andmarti1424/sc-im)
   58    59 -   [visidata](https://www.visidata.org/) - interactivly explore tabular data
   -1    60 -   [cell](https://github.com/garritfra/cell)