<?xml version='1.0'?>
<rss version='0.91'>
  <channel>
    <title>YubNub Golden Eggs</title>
    <link>http://yubnub.org/kernel/golden_eggs</link>
    <description>Welcome to YubNub Golden Eggs! The Golden Eggs are YubNub commands that people seem to find particularly useful and interesting. If you want to nominate a YubNub command for this list, email Jon about it.</description>
    <pubDate>Tue, 01 Dec 2009 04:46:50 +0000</pubDate>
    <lastBuildDate>Tue, 01 Dec 2009 04:46:50 +0000</lastBuildDate>
    <item>
       <title>redtop</title>
       <link>http://yubnub.org/kernel/man?args=redtop</link>
       <description>Provides a quick and easy way to bring up the top posts in a given reddit
category (subreddit). 

The syntax is redtop [subreddit] [time_duration]. Both parameters are 
optional. time_duration can be hour, day, week, month, year or all.  

The default subreddit is economics, and the default time period is one week.

For example, 
redtop       (the top economics posts for the last week)
redtop japan (the top posts for japan in the last week)
redtop pandemic month (the top posts in the pandemic category for the last month)

 {url[no url encoding] reddtop -what {% 1 %s} -time {% 2 %s}}</description>
       <pubDate>Mon, 30 Nov 2009 09:14:56 +0000</pubDate>
    </item>

    <item>
       <title>runphp</title>
       <link>http://yubnub.org/kernel/man?args=runphp</link>
       <description>NAME
     runphp - DO NOT ABUSE!

SYNOPSIS
     runphp [PHP CODE]

EXAMPLES
     runphp &lt;?php echo 'man ls'; ?&gt;

DESCRIPTION
     Runs most PHP code and returns the result.
     Part of an ongoing project to give YubNub a decent scripting interface besides the raw command line.

NOTES
     There IS security on this, but abuse will force me to remove it.
     Anyone with ideas on improving security please send them to anything &gt;at^ singpolyma.net

AUTHOR
     Stephen Paul Weber a.k.a. Singpolyma
     http://singpolyma.net/ http://sandbox.singpolyma.net/php/?php=%s</description>
       <pubDate>Tue, 27 Mar 2007 04:34:47 +0000</pubDate>
    </item>

    <item>
       <title>lsplit2</title>
       <link>http://yubnub.org/kernel/man?args=lsplit2</link>
       <description>Moved to lsplit. {url[no url encoding] echo &lt;head&gt;&lt;script src=&quot;http://elzr.com/javascripts/yn/lsplit.js&quot;&gt;&lt;/script&gt;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://elzr.com/stylesheets/yn/lsplit.css&quot; /&gt;&lt;/head&gt;&lt;body&gt;&lt;div&gt;{foreach {foreach {explode %s -token ;} -cmd echo {linktag [|url %25s|]!!%25s -t lsplit} -as array} -cmd echo}&lt;/div&gt;&lt;iframe src=&quot;{url {match %s -pattern /^(.*?);/ -as text -capture 1}}&quot; name=&quot;lsplit&quot;&gt;&lt;/iframe&gt;&lt;/body&gt;}</description>
       <pubDate>Sun, 05 Apr 2009 12:23:50 +0000</pubDate>
    </item>

    <item>
       <title>saveword</title>
       <link>http://yubnub.org/kernel/man?args=saveword</link>
       <description>Open any webpage in word format. for e.g.

saveword http://saraswaticlasses.net/sites/links4.php
 http://saraswaticlasses.net/saveword.php?uri=%s</description>
       <pubDate>Thu, 09 Jul 2009 04:38:43 +0000</pubDate>
    </item>

    <item>
       <title>scrapetc</title>
       <link>http://yubnub.org/kernel/man?args=scrapetc</link>
       <description>DESCRIPTION

Scrape tag contents.  Uses Sean O'Hagan's scrape command to scrape data 
between two properly formed opening and closing tags from a webpage.

SYNTAX
	scrapetc tag URL

gomelet AT gmail DOT com
 {url[no url encoding] scrape -tokens &lt;{% 1 %s}&gt; &lt;/{% 1 %s}&gt; -dirs 0 0 -url {% 2 %s}[no url encoding]}</description>
       <pubDate>Sat, 30 May 2009 23:10:47 +0000</pubDate>
    </item>

    <item>
       <title>gx</title>
       <link>http://yubnub.org/kernel/man?args=gx</link>
       <description>SYNOPSIS
        gx [keywords]

EXAMPLE
        gx diakonos mined editor

DESCRIPTION
        Google exact search. Places a + in front of each search term
        to force Google not to use synonyms.

SEE ALSO
        &quot;Search exactly as is (+)&quot;
        http://www.google.com/support/websearch/bin/answer.py?hl=en&amp;answer=136861

 http://www.google.com/search?q=%2B{strReplace -find + -replace +%2B -string %s}</description>
       <pubDate>Sun, 24 May 2009 04:05:11 +0000</pubDate>
    </item>

    <item>
       <title>lsplit</title>
       <link>http://yubnub.org/kernel/man?args=lsplit</link>
       <description>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 g porsche; y porsche; a porsche
     lsplit http://google.com; http://yahoo.com; http://answers.com
     lsplit iy tokyo; gim tokyo; flint tokyo
	 lsplit a bob dylan; wp bob dylan; g bob dylan; iy bob dylan; lastfma bob dylan
	 lsplit g yubnub; twits yubnub; gooblogs yubnub
     lsplit compete google.com; quantcast google.com; compete twitter.com; quantcast twitter.com

AUTHOR
     elzr.com, based entirely on Randy's awesome lsplit command
	 Important differences:
	   * works in Firefox too (iframe needed to be referenced thru name, not id)
	   * first command auto loaded
	   * favicon fetched for each command's domain
	   * command name bolded in command link
	   * the commands are the window title
	   * commands opened are remembered with some JS magic, so going back and forth between command links is very smooth
	   * iframe height autoadjusted so no extra vertical scrollbars are needed
	   * loading iframe displays loading... message

SEE ALSO
     mash2, mash, multitab, split, vsplit {url[no url encoding] echo &lt;head&gt;&lt;script src=&quot;http://elzr.com/javascripts/yn/lsplit.js&quot;&gt;&lt;/script&gt;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://elzr.com/stylesheets/yn/lsplit.css&quot; /&gt;&lt;/head&gt;&lt;body&gt;&lt;div&gt;{foreach {explode {match %s -pattern /^(.*?);*\s*$/ -capture 1 -as text} -token ;} -cmd echo {linktag [|url %25s|]!!%25s -t lsplit} -as text}&lt;/div&gt;&lt;iframe src=&quot;{url {match %s -pattern /^(.*?);/ -as text -capture 1}}&quot; name=&quot;lsplit&quot;&gt;&lt;/iframe&gt;&lt;/body&gt;}</description>
       <pubDate>Fri, 03 Apr 2009 21:41:34 +0000</pubDate>
    </item>

    <item>
       <title>gtranslate</title>
       <link>http://yubnub.org/kernel/man?args=gtranslate</link>
       <description>This command translates text using google translator.
To use, type gtranslate -from language -to language -text texttobetranslated.
For example, typing gtranslate -from en -to es -text lamp would translate the word &quot;lamp&quot; 
from english to spanish.  Please note that you must use the first 2 letters of a language for it to work. http://translate.google.com/translate_t#${from}|${to}|${text}</description>
       <pubDate>Sun, 02 Nov 2008 12:59:24 +0000</pubDate>
    </item>

    <item>
       <title>alight</title>
       <link>http://yubnub.org/kernel/man?args=alight</link>
       <description>Search armory-light.com for your or your friends characters. 

Usage:
  * 'alight' takes you to our home page
  * 'alight &lt;char name&gt;' searches for the character
  * Specify a region like this: '-region us'
  * Specify a realm like this: '-realm Aegwynn' or '-r Aegwynn'

  Both the region and realm can be left blank. 
  If you leave the realm blank, it searches for the character 
  in the given region.

Examples:
  * alight Mizzrym -region eu -realm Aegwynn (goes to a profile page)
  * alight Seferis -region eu (searches for Seferis in EU)
  * alight Phiola -r Aegwynn (goes to a profile on EU-Aegwynn) http://www.armory-light.com/{ifThen -value1 %s -value2 -test NOTEQUAL -then ${region=eu}/${realm=${r=search}}/%s}[use %20 for spaces][no url encoding]</description>
       <pubDate>Thu, 28 Aug 2008 08:20:34 +0000</pubDate>
    </item>

    <item>
       <title>gca</title>
       <link>http://yubnub.org/kernel/man?args=gca</link>
       <description>Gmail Compose Advanced
Similar to the &quot;gc&quot; command for composing email in Gmail, but with advanced options.
Usage:
gca [body]  = compose an email with specific text in the body.  
gca -w [someone@email.com]  = compose an email to a particular email recipient
gca -s [subject line] = compose an email with a particular subject

If you want to designate body text and use the -w or -s switches, make sure to have the body text listed first.

gca with no arguments will behave the same as the &quot;gc&quot; command.

One use for this command is if you want to email a URL you are viewing. If you have YubNub installed to run from your browser, just add &quot;gca&quot; in front of the site's url.
e.g.   gca http://yubnub.org/ -s Cool site! https://mail.google.com/mail/?view=cm&amp;tearoff=1&amp;fs=1&amp;to=${w=}&amp;su=${s=}&amp;body=%s[no url encoding]</description>
       <pubDate>Thu, 07 Jul 2005 18:33:45 +0000</pubDate>
    </item>

    <item>
       <title>fliccr</title>
       <link>http://yubnub.org/kernel/man?args=fliccr</link>
       <description>Search Flickr for photos licensed under a Creative Commons (cc) licence. http://flickr.com/search/?q=%s&amp;l=cc&amp;ss=1&amp;ct=6</description>
       <pubDate>Mon, 12 Nov 2007 09:10:58 +0000</pubDate>
    </item>

    <item>
       <title>site2pdf</title>
       <link>http://yubnub.org/kernel/man?args=site2pdf</link>
       <description>create pdf file of any webpage. for e.g.
site2pdf http://oksoft.antville.org http://savepageaspdf.pdfonline.com/pdfonline/pdfonline.asp?cURL=%s</description>
       <pubDate>Fri, 08 Aug 2008 06:27:12 +0000</pubDate>
    </item>

    <item>
       <title>gimf</title>
       <link>http://yubnub.org/kernel/man?args=gimf</link>
       <description>searches Google images using its face recognition setting 
thats unavailable through the normal options  http://images.google.com/images?hl=en&amp;q=%s&amp;btnG=Search+Images&amp;gbv=2&amp;imgtype=face</description>
       <pubDate>Wed, 06 Aug 2008 08:02:39 +0000</pubDate>
    </item>

    <item>
       <title>gyim</title>
       <link>http://yubnub.org/kernel/man?args=gyim</link>
       <description>This command is an enhanced version of gimyim,it doesnt open
one frame for each parameter.

e.g. gyim porsche 911 {url[no url encoding] split {url gim %s} {url yim %s}
}</description>
       <pubDate>Thu, 06 Sep 2007 00:07:53 +0000</pubDate>
    </item>

    <item>
       <title>gjdoc</title>
       <link>http://yubnub.org/kernel/man?args=gjdoc</link>
       <description>Parametric Java doc search via google
no parameters %s controls what it searches
-s sets search parameter 
-ver sets version number (default is 1.5.0)
-ed set the java edition (default is j2se)
-qk tells it whether to use the &quot;I'm feeling lucky&quot; feature 
1, yes or true will turn it on it is off by default
 http://www.google.com/search?hl=en&amp;lr=&amp;as_qdr=all&amp;q=%s${s}+site%3Ajava.sun.com%2F${ed=j2se}%2F${ver=1.5.0}%2Fdocs%2Fapi%2F&amp;btn{switch ${qk}|true=&gt;I, 1=&gt;I, yes=&gt;I, *=&gt;G}= Search</description>
       <pubDate>Tue, 15 Jul 2008 13:20:55 +0000</pubDate>
    </item>

    <item>
       <title>twiu</title>
       <link>http://yubnub.org/kernel/man?args=twiu</link>
       <description>Updates your twitter status http://twitter.com/status/update?status=%s[post]</description>
       <pubDate>Mon, 11 Dec 2006 16:16:57 +0000</pubDate>
    </item>

    <item>
       <title>combine</title>
       <link>http://yubnub.org/kernel/man?args=combine</link>
       <description>SYNOPSIS
        combine - passes combinations of keywords to a command

EXAMPLE
        combine -c g -n 3 -q roboform snagit araxis jedit

DESCRIPTION
        Combine passes combinations of keywords to a Yubnub command.
        The example above passes all 3-word combinations to the
        the &quot;g&quot; command (Google).

OPTIONS        
        -c COMMAND
                Name of the command, e.g., g

        -n NUMBER
                Number of keywords in each combination

        -q KEYWORDS
                The pool of keywords from which to draw the combinations.
                
AUTHOR
        Jonathan Aquino
        http://jonathanaquino.com http://jonstestarea.ning.com/grid.php?n=${n=2}&amp;command=${c=g}&amp;q=${q=5}</description>
       <pubDate>Sat, 05 Jul 2008 00:17:16 +0000</pubDate>
    </item>

    <item>
       <title>print</title>
       <link>http://yubnub.org/kernel/man?args=print</link>
       <description>A very simple yet useful command. Echos your input and automatically
prompts you to print the page.

EXAMPLE
  print 222 Alexander Road; Somewhere, Somestate.
  (prints the given address)


--Jacob Ensor
jacobensor.com {url[no url encoding] echo &lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body onload=&quot;javascript:window.print()&quot;&gt;%s&lt;/body&gt;&lt;/html&gt;}</description>
       <pubDate>Tue, 10 Jun 2008 18:35:07 +0000</pubDate>
    </item>

    <item>
       <title>dkim</title>
       <link>http://yubnub.org/kernel/man?args=dkim</link>
       <description>Search the DK image encyclopedia.

Example: dkim grain {url[no url encoding] gim %s site:www.dkimages.com}</description>
       <pubDate>Sat, 07 Jun 2008 07:08:57 +0000</pubDate>
    </item>

    <item>
       <title>yt</title>
       <link>http://yubnub.org/kernel/man?args=yt</link>
       <description>Search YouTube.. Like flickr for videos. http://www.youtube.com/results?search_type=search_videos&amp;search_sort=relevance&amp;search_query=%s&amp;search=Search</description>
       <pubDate>Sun, 14 Aug 2005 16:12:27 +0000</pubDate>
    </item>

  </channel>
</rss>
