Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.advocacy > #405562

Re: spreadsheet ergonomics

From owl <owl@rooftop.invalid>
Newsgroups comp.os.linux.advocacy
Subject Re: spreadsheet ergonomics
Date 2017-04-02 20:41 +0000
Organization O.W.L.
Message-ID <sb00zb.dheu3@rooftop.invalid> (permalink)
References <ab003g.hi4@rooftop.invalid> <obnq3v$5bq$2@dont-email.me> <b90a.hz3oo@rooftop.invalid> <obqsv7$3rv$2@dont-email.me>

Show all headers | View raw


Chris Ahlstrom <OFeem1987@teleworm.us> wrote:
> owl wrote this copyrighted missive and expects royalties:
> 
>> Chris Ahlstrom <OFeem1987@teleworm.us> wrote:
>>> owl wrote this copyrighted missive and expects royalties:
>>> 
>>>> https://vid.me/UgNo
>>>>
>>>> Spread your work out how you want it with sc. 
>>>> There are two views of the main sheet (green), and two sets (yellow
>>>> and blue) of other sheets.  Data enterened into any of the
>>>> auxilliary sheets gets totaled and sent to the main sheet.
>>> 
>>> Pretty cool.  I assume you're using pipes to communicate between the
>>> sc's?
>>> 
>>
>> Sort of.  I use @ext() mostly along with an update script that sends
>> "@" to the window. 
>>
>> Example:
>>
>> In main.sc, you might have
>>
>> let F9 = @ston(@ext("sc -Wb16:b16 /home/anon/code/sc/otherin3.sc 2>/dev/null",0)) 
>>
>> Then in the update script, there would be: 
>>
>> xdotool type --window <windowid> "@"
>>
>> where <windowid> is the window id of the xterm running the main.sc
>>
>> You can get the window id like this (the sleep is usually necessary,
>> and varies with load time for whatever app):
>>
>> anon@lowtide:~/code/sc$ cat testy
>> #!/bin/bash
>> xterm -title boo &
>> sleep .25 
>> windowid=$(xwininfo -tree -root |grep boo |awk '{print $1}')
>> echo ${windowid}
>> anon@lowtide:~/code/sc$ 
>>
>>> Here's an interestic fork of sc:
>>> 
>>>    https://github.com/andmarti1424/sc-im
>>> 
>>
>> I tried out one fork of sc (not sure if that was it) and it
>> turned out to be really buggy.  I do like the idea that people
>> are adding features to this great program.
> 
> Cool stuff. I wonder if one can use Put function to write data to stdout,
> redirected to a named pipe (created by mkfifo) that the other
> instance(s) of sc would read from.
> 
> Don't really have time to experiment right now, though.
> 

Getting the sc syntax right for a fifo is one of the things that
has been stumping me.  I'm still working on it.

Back to comp.os.linux.advocacy | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-03-31 11:48 +0000
  Re: spreadsheet ergonomics chrisv <chrisv@nospam.invalid> - 2017-03-31 09:20 -0500
    Re: spreadsheet ergonomics chrisv <chrisv@nospam.invalid> - 2017-03-31 10:07 -0500
  Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-03-31 12:23 -0700
    Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-03-31 23:19 +0000
      Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-03-31 19:08 -0700
        Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-01 05:22 +0000
          Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-03-31 22:50 -0700
            Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-01 09:23 +0000
              Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-01 09:50 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-02 04:45 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-01 23:34 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-02 08:58 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-02 08:59 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-03 00:14 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-02 17:33 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-03 01:46 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-02 19:24 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-03 04:53 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 10:20 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-03 19:40 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 14:17 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-03 21:24 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 14:32 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-04 02:15 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 19:24 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-04 02:39 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 20:35 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-04 04:15 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 21:31 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-04 05:01 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-04 08:51 -0700
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 10:53 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-03 19:38 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 13:01 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-03 20:54 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 14:16 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-04 02:30 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 20:26 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-04 04:45 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-04 09:29 -0700
          Re: spreadsheet ergonomics DFS <nospam@dfs.com> - 2017-04-01 11:47 -0400
            Re: spreadsheet ergonomics Marek Novotny <marek.novotny@marspolar.com> - 2017-04-01 11:21 -0500
              Re: spreadsheet ergonomics DFS <nospam@dfs.com> - 2017-04-02 10:44 -0400
                Re: spreadsheet ergonomics Marek Novotny <marek.novotny@marspolar.com> - 2017-04-02 15:02 -0500
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-02 13:35 -0700
                Re: spreadsheet ergonomics Marek Novotny <marek.novotny@marspolar.com> - 2017-04-02 15:39 -0500
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-02 13:52 -0700
                Re: spreadsheet ergonomics Sandman <mr@sandman.net> - 2017-04-03 07:49 +0000
                Re: spreadsheet ergonomics William Poaster <wp@dev.null> - 2017-04-02 22:42 +0100
                Re: spreadsheet ergonomics Joe <Negrojoe@cottonpickers.edu> - 2017-04-02 21:57 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-02 15:46 -0700
                Re: spreadsheet ergonomics Joe <Negrojoe@cottonpickers.edu> - 2017-04-02 23:00 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-02 16:10 -0700
                Re: spreadsheet ergonomics Peter Köhlmann <peter-koehlmann@t-online.de> - 2017-04-03 01:24 +0200
                Re: spreadsheet ergonomics flatfish+++ <flatfish@cutey.com> - 2017-04-02 19:31 -0400
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-02 16:40 -0700
                Snit digest 386 / 2017-04-03 Sandman <mr@sandman.net> - 2017-04-03 07:56 +0000
                Re: spreadsheet ergonomics Peter Köhlmann <peter-koehlmann@t-online.de> - 2017-04-03 09:47 +0200
                Re: spreadsheet ergonomics flatfish+++ <flatfish@cutey.com> - 2017-04-03 12:17 -0400
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 10:57 -0700
                Re: spreadsheet ergonomics Steve Carroll <fretwizzer@gmail.com> - 2017-04-03 11:34 -0700
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-02 16:34 -0700
                Re: spreadsheet ergonomics Marek Novotny <marek.novotny@marspolar.com> - 2017-04-02 19:49 -0500
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-02 18:00 -0700
                Re: spreadsheet ergonomics Marek Novotny <marek.novotny@marspolar.com> - 2017-04-02 21:36 -0500
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-02 19:45 -0700
                Re: spreadsheet ergonomics Sandman <mr@sandman.net> - 2017-04-03 08:09 +0000
                Re: spreadsheet ergonomics Marek Novotny <marek.novotny@marspolar.com> - 2017-04-03 10:43 -0500
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 11:05 -0700
                Re: spreadsheet ergonomics Sandman <mr@sandman.net> - 2017-04-03 21:08 +0000
                Re: spreadsheet ergonomics Marek Novotny <marek.novotny@marspolar.com> - 2017-04-03 16:14 -0500
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 14:18 -0700
                Re: spreadsheet ergonomics Sandman <mr@sandman.net> - 2017-04-03 21:29 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 14:33 -0700
                Re: spreadsheet ergonomics Sandman <mr@sandman.net> - 2017-04-03 22:09 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 15:14 -0700
                Re: spreadsheet ergonomics Sandman <mr@sandman.net> - 2017-04-03 22:24 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 18:37 -0700
                Re: spreadsheet ergonomics Sandman <mr@sandman.net> - 2017-04-04 06:28 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-04 09:03 -0700
                Re: spreadsheet ergonomics DFS <nospam@dfs.com> - 2017-04-03 19:36 -0400
                Re: spreadsheet ergonomics Sandman <mr@sandman.net> - 2017-04-04 06:29 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-04 09:30 -0700
                Re: spreadsheet ergonomics Marek Novotny <marek.novotny@marspolar.com> - 2017-04-04 12:06 -0500
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-04 10:45 -0700
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 18:00 -0700
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 14:26 -0700
                Re: spreadsheet ergonomics Sandman <mr@sandman.net> - 2017-04-03 21:39 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 15:06 -0700
                Re: spreadsheet ergonomics Sandman <mr@sandman.net> - 2017-04-03 22:17 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 15:34 -0700
                Re: spreadsheet ergonomics Joe <Negrojoe@cottonpickers.edu> - 2017-04-03 23:07 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 18:10 -0700
                Re: spreadsheet ergonomics Marek Novotny <marek.novotny@marspolar.com> - 2017-04-03 21:00 -0500
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 19:06 -0700
                Re: spreadsheet ergonomics Sandman <mr@sandman.net> - 2017-04-03 08:02 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 11:48 -0700
                Re: spreadsheet ergonomics Sandman <mr@sandman.net> - 2017-04-03 21:59 +0000
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 15:09 -0700
                Re: spreadsheet ergonomics Sandman <mr@sandman.net> - 2017-04-03 22:19 +0000
                Re: spreadsheet ergonomics chrisv <chrisv@nospam.invalid> - 2017-04-04 07:20 -0500
                Re: spreadsheet ergonomics DFS <nospam@dfs.com> - 2017-04-03 19:48 -0400
                Re: spreadsheet ergonomics Marek Novotny <marek.novotny@marspolar.com> - 2017-04-03 21:02 -0500
                Re: spreadsheet ergonomics DFS <nospam@dfs.com> - 2017-04-04 10:28 -0400
                Re: spreadsheet ergonomics Peter Köhlmann <peter-koehlmann@t-online.de> - 2017-04-04 16:50 +0200
                Re: spreadsheet ergonomics Marek Novotny <marek.novotny@marspolar.com> - 2017-04-04 10:01 -0500
                Re: spreadsheet ergonomics DFS <nospam@dfs.com> - 2017-04-04 11:37 -0400
                Re: spreadsheet ergonomics Silver-Tongued Heel <sl@im.er> - 2017-04-04 11:56 -0400
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-04 08:56 -0700
                Re: spreadsheet ergonomics Marek Novotny <marek.novotny@marspolar.com> - 2017-04-04 11:01 -0500
                Re: spreadsheet ergonomics William Poaster <wp@dev.null> - 2017-04-04 17:11 +0100
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-04 09:34 -0700
                Re: spreadsheet ergonomics Marek Novotny <marek.novotny@marspolar.com> - 2017-04-04 12:09 -0500
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-04 10:19 -0700
                Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-04 02:49 +0000
                Re: spreadsheet ergonomics DFS <nospam@dfs.com> - 2017-04-03 23:11 -0400
                Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-03 20:37 -0700
            Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-01 09:56 -0700
              Re: spreadsheet ergonomics Steve Carroll <fretwizzer@gmail.com> - 2017-04-01 10:12 -0700
            Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-02 05:01 +0000
  Re: spreadsheet ergonomics Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-04-01 04:53 -0400
    Re: spreadsheet ergonomics Marek Novotny <marek.novotny@marspolar.com> - 2017-04-01 08:30 -0500
    Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-02 05:00 +0000
      Re: spreadsheet ergonomics Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-04-02 09:01 -0400
        Re: spreadsheet ergonomics owl <owl@rooftop.invalid> - 2017-04-02 20:41 +0000
          Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-02 13:57 -0700
            Re: spreadsheet ergonomics Joe <Negrojoe@cottonpickers.edu> - 2017-04-02 21:10 +0000
              Re: spreadsheet ergonomics Snit <usenet@gallopinginsanity.com> - 2017-04-02 14:22 -0700

csiph-web