A spreadsheet program for the terminal with concatenative expressions https://sloum.colorfield.space/docs/tally/
Go to file
sloum 9188922f43 Modified calculate to allow for string concatenation 2021-03-17 13:02:47 -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 Modified calculate to allow for string concatenation 2021-03-17 13:02:47 -07:00
csvLoader.go Adds csv and tsv io as well as quoted string entry 2021-03-16 22:17:52 -07:00
files.go Adds csv and tsv io as well as quoted string entry 2021-03-16 22:17:52 -07:00
main.go Modified calculate to allow for string concatenation 2021-03-17 13:02:47 -07:00
notes.md Initial commit of mostly working spreadsheet program 2021-03-14 19:45:56 -07:00
sheet.go Adds mod functionality but doesnt work for saving and loading 2021-03-15 23:09:56 -07:00
test.qsh Working file write and read 2021-03-15 16:58:41 -07:00
workbook.go Modified calculate to allow for string concatenation 2021-03-17 13:02:47 -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...