Re: VT100 FreeBSD spreadsheet with data manipulation connections

2009-07-05 Thread Kelly Jones
On 7/4/09, Bill Campbell  wrote:
> On Fri, Jul 03, 2009, Kelly Jones wrote:
>>I'm looking for a "command-line" (VT100) FreeBSD spreadsheet that has
>>data manipulation connections.
>
> One that I have used off and on for years is ``sc''.  It's
> simple, and stores data in fairly simple ascii files.

Does sc have 'hooks' that let it read cell values from other
applications and/or run commands when a cell value is updated?

-- 
We're just a Bunch Of Regular Guys, a collective group that's trying
to understand and assimilate technology. We feel that resistance to
new ideas and technology is unwise and ultimately futile.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: VT100 FreeBSD spreadsheet with data manipulation connections

2009-07-04 Thread Bill Campbell
On Fri, Jul 03, 2009, Kelly Jones wrote:
>I'm looking for a "command-line" (VT100) FreeBSD spreadsheet that has
>data manipulation connections.

One that I have used off and on for years is ``sc''.  It's
simple, and stores data in fairly simple ascii files.

Bill
-- 
INTERNET:   b...@celestial.com  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
Voice:  (206) 236-1676  Mercer Island, WA 98040-0820
Fax:(206) 232-9186  Skype: jwccsllc (206) 855-5792

The man who does not read good books has no advantage over the man who
can't read them. -- Mark Twain
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


VT100 FreeBSD spreadsheet with data manipulation connections

2009-07-03 Thread Kelly Jones
I'm looking for a "command-line" (VT100) FreeBSD spreadsheet that has
data manipulation connections.

That is: other applications can edit the spreadsheet (via some API),
and the spreadsheet can run commands when cells are edited.

My goal: create a VT100 spreadsheet-like interface to sqlite3 (and
maybe other dbs).

-- 
We're just a Bunch Of Regular Guys, a collective group that's trying
to understand and assimilate technology. We feel that resistance to
new ideas and technology is unwise and ultimately futile.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"