Message from discussion
new command LSPLIT - like split,multitab,mash etc but with a twist
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Received: by 10.100.143.12 with SMTP id q12mr110370and.13.1238795174763; Fri,
03 Apr 2009 14:46:14 -0700 (PDT)
Date: Fri, 3 Apr 2009 14:46:14 -0700 (PDT)
X-IP: 24.91.163.25
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US)
AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19,gzip(gfe),gzip(gfe)
Message-ID: <e1d48225-8039-486c-8195-43c05b0f31e1@z15g2000yqm.googlegroups.com>
Subject: new command LSPLIT - like split,multitab,mash etc but with a twist
From: GRP <GRP...@gmail.com>
To: YubNub <YubNub@googlegroups.com>
I didn't find anything like this, but there are many times where I
want a bunch of commands accessible, but not necessarily each taking a
tab and maybe not even preloaded (i.e., I just need to quickly run
through them).
So I put together 'lsplit' whose documentation is below. It
produces a screen with a bunch of links across the top.
I am interested in thoughts / feedback and please change it if you see
ways to improve it. It taxed all my Yubnub skills....
-Randy
NAME
lsplit (for Split via Links) - provide a way to easily access
multiple YubNub commands on one screen via links
SYNOPSIS
lsplit cmd1;cmd2;cmd3
SUMMARY
Displays a set of links, one for each command, that when clicked,
open up
that command in the IFRAME (rest of the page) below.
The commands can have parameters, and a command can simply be a
URL.
This is an alternative to 'split' for when you want quick access
to multiple
commands, but you either don't want them all to run except as
needed, *OR*
you need to see each full-screen (not in small frames).
EXAMPLE
lsplit compete google.com; quantcast google.com; compete
twitter.com; quantcast twitter.com
lsplit http://google.com;http://yahoo.com;http://answers.com
lsplit g porsche;y porsche;a porsche
lsplit linm %s;g %s;facebook %s;gmys %s (if defining the new
cmd 'stalker' ;-)
FUTURE POSSIBILITIES
* It would be interesting to combine this with 'mash2' or 'mash'.
* Maybe it should look like "lsplit cmdname1;cmdname2;cmdname3
args" and
apply args to each cmdname?
* It would also be interesting to take the result from 'deli' or
'delime'
(a set of bookmarks for a del.icio.us tag or tags, scrape out
those URLs,
and pass them to lsplit to make a tool for quickly browsing said
bookmarks.