A spreadsheet program for the terminal with concatenative expressions https://sloum.colorfield.space/docs/tally/
Go to file
sloum 63eb0df708 Adds untested file write and read 2021-03-15 09:31:20 -07:00
termios Initial commit of mostly working spreadsheet program 2021-03-14 19:45:56 -07:00
.gitignore Initial commit of mostly working spreadsheet program 2021-03-14 19:45:56 -07:00
LICENSE Adds license 2021-03-14 19:59:47 -07:00
README.md Adds readme 2021-03-14 20:12:54 -07:00
cell.go Initial commit of mostly working spreadsheet program 2021-03-14 19:45:56 -07:00
files.go Adds untested file write and read 2021-03-15 09:31:20 -07:00
main.go Fixes bad import reference 2021-03-14 22:29:25 -07:00
notes.md Initial commit of mostly working spreadsheet program 2021-03-14 19:45:56 -07:00
sheet.go Initial commit of mostly working spreadsheet program 2021-03-14 19:45:56 -07:00
workbook.go Fixes bad import reference 2021-03-14 22:29:25 -07:00

README.md

tally

This is a work in progress spreadsheet program with a semi-limited feature set. For fun, all expressions use postfix notation similar to Forth in style. It is made available under the terms of the Floodgap Free Software License (see the file 'LICENSE').

tally is intended to be a part of a suite of office/productivity applications (together with the applications bombadillo, chalk, nimf, goldberry, jot, and hermes) written by tally's developer for personal use. Building your own tools, even when they lack some features of program x, is a rewarding experience and can be quite educational. It also can produce highly hackable and editable software for personal use. That having been said, if you get utility from any of these programs: awesome!

Building / Installing

Coming soon...

Usage

Coming soon...