Does anyone use sc, the text based spreadsheet program?
Over the years I've become more fond of the console and
ncurses applications. I've recently found myself using sc
as my first spreadsheet application for our new small
business. Doing initial sales calculations, the program is fast,
easy to use, and being ncurses very easy on the eyes.
There's a bit of info about sc online but not much. I found a nice,
albeit dated, mini-manual online:
www.economics.utoronto.ca/jfloyd/stats/minmansc.pdf
I can foresee issues exchanging data with people who use Excel. But then
I don't know if any of the graphical clients have that capability either.
Thoughts?
P.S. I also find the command line accounting program ledger very intriguing
as well.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/20120712172914.GA727@phobos
07-12-2012, 06:33 PM
Wilko Fokken
sc, i.e., spread sheet calculator using ncurses
On Thu, Jul 12, 2012 at 01:29:15PM -0400, Nick Lidakis wrote:
> Does anyone use sc, the text based spreadsheet program?
Hi,
(Not a precise answer to your question):
I remember 'slsc', a text based spreadsheet, based on 'sc', but more
advanced. Unfortunately, Debian doesn't contain it any more.
At least up to Debian 3, this prog was provided.
If you can find an 'slsc' source, you might be instrumental in
bringing it back to life. You'll probably prefer it to 'sc'.
I never saw a manpage or other manual, but I remember the menu
at the top opened on hitting '/'.
Good luck!
Wilko
--
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120712183352.GA8838@fok01.laje.edewe.de">http://lists.debian.org/20120712183352.GA8838@fok01.laje.edewe.de
07-12-2012, 10:21 PM
Wilko Fokken
sc, i.e., spread sheet calculator using ncurses
On Thu, Jul 12, 2012 at 08:33:52PM +0200, Wilko Fokken wrote:
> On Thu, Jul 12, 2012 at 01:29:15PM -0400, Nick Lidakis wrote:
> > Does anyone use sc, the text based spreadsheet program?
>
> Hi,
>
> (Not a precise answer to your question):
>
>
> I remember 'slsc', a text based spreadsheet, based on 'sc', but more
> advanced. Unfortunately, Debian doesn't contain it any more.
>
> At least up to Debian 3, this prog was provided.
>
> If you can find an 'slsc' source, you might be instrumental in
> bringing it back to life. You'll probably prefer it to 'sc'.
>
> I never saw a manpage or other manual, but I remember the menu
> at the top opened on hitting '/'.
>
>
I found a tar source of slsc:
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20120712222110.GA14012@fok01.laje.edewe.de">http://lists.debian.org/20120712222110.GA14012@fok01.laje.edewe.de
07-13-2012, 03:28 AM
John Cunningham
sc, i.e., spread sheet calculator using ncurses
On Thu, Jul 12, 2012 at 1:29 PM, Nick Lidakis <nlidakis@verizon.net> wrote:
>
> Thoughts?
At first I really liked it, but I found the lack of Undo functionality
too aggravating to continue using it.
John
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: CA+T6V3+tco3qJ+AVM5GXPRx9vYVc929eUhGc_bHeMiNT9ocLr g@mail.gmail.com">http://lists.debian.org/CA+T6V3+tco3qJ+AVM5GXPRx9vYVc929eUhGc_bHeMiNT9ocLr g@mail.gmail.com
07-13-2012, 05:14 AM
Nick Lidakis
sc, i.e., spread sheet calculator using ncurses
On Thu, Jul 12, 2012 at 11:28:46PM -0400, John Cunningham wrote:
> On Thu, Jul 12, 2012 at 1:29 PM, Nick Lidakis <nlidakis@verizon.net> wrote:
> >
> > Thoughts?
>
> At first I really liked it, but I found the lack of Undo functionality
> too aggravating to continue using it.
man sc reveals:
u Undo
But I haven't tried it yet.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/20120713051402.GA7217@phobos
07-13-2012, 08:46 AM
Keith McKenzie
sc, i.e., spread sheet calculator using ncurses
On 12 July 2012 18:29, Nick Lidakis <nlidakis@verizon.net> wrote:
Does anyone use sc, the text based spreadsheet program?
Over the years I've become more fond of the console and
ncurses applications. I've recently found myself using sc
as my first spreadsheet application for our new small
business. Doing initial sales calculations, the program is fast,
easy to use, and being ncurses very easy on the eyes.
There's a bit of info about sc online but not much. I found a nice,
I can foresee issues exchanging data with people who use Excel. But then
I don't know if any of the graphical clients have that capability either.
Thoughts?
P.S. I also find the command line accounting program ledger very intriguing
as well.
I often have mc sc fbi mpg123 mplayer on a machine for cli use, with a wm & browser for the internet.
Mainly used sc for fairly simple stuff, whatifs, etc.
I like the commandline, but the internet is not friendly to text browsers.
--
Sent from FOSS (Free Open Source Software)
Debian GNU/Linux
07-13-2012, 11:50 AM
Chris Bannister
sc, i.e., spread sheet calculator using ncurses
On Thu, Jul 12, 2012 at 01:29:15PM -0400, Nick Lidakis wrote:
> I can foresee issues exchanging data with people who use Excel. But then
> I don't know if any of the graphical clients have that capability either.
apt-cache search excel | grep spread | less
--
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the
oppressing." --- Malcolm X
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/20120713115011.GD12669@tal
07-13-2012, 12:20 PM
John Hasler
sc, i.e., spread sheet calculator using ncurses
Nick Lidakis writes:
> Does anyone use sc, the text based spreadsheet program?
My wife uses it extensively in doing the bookkeeping for our business.
--
John Hasler
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 87394vq2cc.fsf@thumper.dhh.gt.org">http://lists.debian.org/87394vq2cc.fsf@thumper.dhh.gt.org
07-13-2012, 02:05 PM
hvw59601
sc, i.e., spread sheet calculator using ncurses
Wilko Fokken wrote:
On Thu, Jul 12, 2012 at 01:29:15PM -0400, Nick Lidakis wrote:
Does anyone use sc, the text based spreadsheet program?
Hi,
(Not a precise answer to your question):
I remember 'slsc', a text based spreadsheet, based on 'sc', but more
advanced. Unfortunately, Debian doesn't contain it any more.
At least up to Debian 3, this prog was provided.
If you can find an 'slsc' source, you might be instrumental in
bringing it back to life. You'll probably prefer it to 'sc'.
http://archive.debian.net/sarge/slsc
I never saw a manpage or other manual, but I remember the menu
at the top opened on hitting '/'.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
On Thu, Jul 12, 2012 at 01:29:15PM -0400, Nick Lidakis wrote:
Does anyone use sc, the text based spreadsheet program?
Hi,
(Not a precise answer to your question):
I remember 'slsc', a text based spreadsheet, based on 'sc', but more
advanced. Unfortunately, Debian doesn't contain it any more.
At least up to Debian 3, this prog was provided.
If you can find an 'slsc' source, you might be instrumental in
bringing it back to life. You'll probably prefer it to 'sc'.
I recompiled slsc. Neat! This is what I did:
1. download 2 slsc source files from the sarge archives
2. tar -xzvf slsc_0.2.3.orig.tar.gz
3. rename slsc to slsc-0.2.3
4. patch -p0 <slsc_0.2.3-8.diff
Next there are 3 depends to satisfy:
5. download libslang1-dev_1.4.9dbs-11_amd64.deb for etch on the archive
+ install
6. download libslang1_1.4.9dbs-11_amd64.deb for etch on the archive +
install
7. download rpm:
http://rpm.pbone.net/index.php3/stat/3/srodzaj/1/search/libtermcap.so.2()(64bit)
8. alien the rpm + install the .deb.
9. link libtermcap.a in /usr/lib64 to /usr/lib
10. comment dh_testversion in debian/rules...
11. dpkg-buildpackage -uc -us -rfakeroot
12. dpkg -i slsc_0.2.3-8_amd64.deb
Comes with man page + tutorial:
slsc -C /usr/lib/slsc/tutorial.sc
Blazing colors!
Hugo
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org