Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

ERP application as Zsh module -- thought?



Hi all,

I am developing "ERP system for small business".  The underlying data
structure is spreadsheet (ie. 2D sparse table) where the rows act like
arrays.  Instead of shoving everything into a single spreadsheet, in my
case, each spreadsheet is a record and a file.  For example, if you have
1000 items in IV subsystem, then each item record will be one
spreadsheet file, and there will be 1000 similar files in IV directory.

I would like to embed my application as Zsh module.
Is this something you guys would like to see?
-- 
William



Messages sorted by: Reverse Date, Date, Thread, Author