diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2016-10-05 07:13:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-05 07:13:33 +0700 |
commit | edc10f1a3be1d9d0924217eb2e7e172672c7b03c (patch) | |
tree | f0a3a136f21886182623b9f4c2d740d661ae3855 /office/teapot/README | |
parent | d36f5c9fa694927dbf2ab18b874a327861170b60 (diff) | |
download | slackbuilds-edc10f1a3be1d9d0924217eb2e7e172672c7b03c.tar.gz |
office/teapot: Added (ncurses based spreadsheet).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/teapot/README')
-rw-r--r-- | office/teapot/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/office/teapot/README b/office/teapot/README new file mode 100644 index 0000000000..c53540a1cb --- /dev/null +++ b/office/teapot/README @@ -0,0 +1,11 @@ +Teapot is a compact spreadsheet software originally written by Michael Haardt. +It features a (n)curses-based text terminal interface, and recently also a +FLTK-based GUI. + +Another interesting feature is its modern approach to spread sheet theory: It +sports true three-dimensional tables and iterative expressions. And since it +breaks compatibility with the usual notions of big spreadsheet packages, it +can also throw old syntactic cruft over board which many spreadsheets still +inherit from the days of VisiCalc on ancient CP/M systems. + +Optional dependency: fltk |