Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

Golden Eggs (ge)

Tip: For a list of particularly interesting Yubnub commands, check out Yubnub Golden Eggs. Also see the Most-Used Commands.
Tip: You can search the descriptions by typing "ls [word or phrase]". For example, to search for all commands about music, type "ls music".

delplaytiny
Chains two commands, delplaymp3 and tinyurl?. As a parameter, give a shortened URL from TinyURL.com that points to an mp3 file. The result will be a link that can be streamed in your browser using del.icio.us playtagger. example: delplaytiny http://tinyurl.com/2bbsv7
97 uses - Created 2007-07-08 21:01:41 - Last used 2023-04-19 20:32:07 - Description - delplaymp3 {tinyurl? %s}

revs
reverse lookup of telephone number search: revs [number]
6665 uses - Created 2005-08-14 03:27:00 - Last used 2023-12-24 22:07:20 - Description - http://pg.wolfetech.com/pgsigma_java/pgsigma.cgi?DEVICE_ID=PG_SIGMA_TEST&SERVICE_CODE=1c&VAR0=%s

2g
Dual-pane Google search results for two words. The first word's results are shown on the left; the second word, on the right. Useful for finding out which word is more popular. Example: 2g labeler labeller
9768 uses - Created 2007-05-19 19:55:19 - Last used 2024-03-23 12:55:25 - Description - split { url g {% 1 %s} } { url g {% 2 %s} }

-ls
NAME -ls - List YubNub domains SYNOPSIS -ls -content=1 [DISPLAY CONTENT] -as=text [ARRAY TYPE] -titlesdesc=%20%20%20%20%20%20%20%20 [VAR NAME AND CONTENT SEPARATOR] -callback [CALLBACK] EXAMPLES -ls -ls -as xml -ls -content 0 NOTES Only shows first 100 results, no search yet. See also: varls, var, - AUTHOR Stephen Paul Weber a.k.a. Singpolyma http://singpolyma.net/
381 uses - Created 2007-04-04 18:27:54 - Last used 2022-04-25 10:36:13 - Description - varls 0fe27a11-f265-4c3b-8cb9-bd7b7691959d -rm 1 -rc 1 -prefix -%20 -content ${content=1} -as ${as=text} -titledesc ${titlesdesc=%20%20%20%20%20%20%20%20} -callback ${callback}

varls
NAME varls - List items created with var command SYNOPSIS varls [PART OF VAR NAME] -rm [REMOVE MATCHED TEXT FROM VAR NAME] -rc [REMOVE COLONS FROM VAR NAME] -prefix [PREFIX] -content [SHOW CONTENT] -as=text [ARRAY TYPE] -titledesc= - [SEPARATOR BETWEEN VAR NAME AND CONTENT] -callback [CALLBACK] EXAMPLES varls varls 0fe27a11-f265-4c3b-8cb9-bd7b7691959d NOTES See var command AUTHOR Stephen Paul Weber a.k.a. Singpolyma http://singpolyma.net/
773 uses - Created 2007-04-04 18:11:54 - Last used 2023-03-03 11:46:08 - Description - http://jonathanaquino.com/singpolymaplay/yubnub-varls.php?xn_auth=no&match=%s&removematch=${rm}&removecolon=${rc}&prefix=${prefix}&content=${content}&as=${as=text}&titledesc=${titledesc= - }&callback=${callback}

esvgrk
View the English Standard Version of the Bible (ESV) in parallel with the Greek New Testament or Septuagint (Old Testament). Example: esvgrk John 3:16-18
238 uses - Created 2007-03-02 16:14:35 - Last used 2023-03-03 11:46:17 - Description - splitv {url grkbib %s} {url esv %s}

esv
Look up the text of a Bible passage in the English Standard Version. examples: esv joshua 1:9 esv ecclesiastes 3 esv 1 cor. 13 esv john 19:17-22
8078 uses - Created 2007-02-21 04:47:12 - Last used 2024-03-09 10:49:23 - Description - http://www.gnpcb.org/esv/search/?q=%s

hoogle
The Haskell API Search Engine. Hoogle allows you to search by either name, or by approximate type signature. Example searches: hoogle map hoogle (a -> b) -> [a] -> [b] hoogle Ord a => [a] -> [a]
5989 uses - Created 2005-10-31 16:48:53 - Last used 2023-12-09 17:56:18 - Description - http://haskell.org/hoogle/?q=%s

+s
NAME +s - Allows you to add any YubNub command to your Firefox or IE7 search bar. SYNOPSIS +s [YUBNUB COMMAND] EXAMPLES +s ls +s yubnub Uses the opensearch command to add YubNub commands to the search bar in your browser. Added engines are somewhat ugly since we cannot add any real metadata to YubNub commands yet. AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/
266 uses - Created 2007-01-23 01:09:33 - Last used 2021-04-01 14:37:45 - Description - echo <script type="text/javascript">window.external.AddSearchProvider("{url opensearch %s}");</script> <i>Adding search engine...</i>

opensearch
NAME opensearch - Creates OpenSearch XML for a YubNub command SYNOPSIS opensearch [YUBNUB COMMAND] EXAMPLES opensearch g opensearch ls NOTES This kind of functionality, if YubNub supported it, could be even cooler. If YubNub let us actually specify different kinds of URLs for commands (and the other kinds of parameters OpenSearch has natively) YubNub would be like an OpenSearch over-layer for the web. AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/
493 uses - Created 2007-01-23 01:03:49 - Last used 2022-04-05 02:37:39 - Description - http://jonathanaquino.com/singpolymaplay/yubnub-opensearch.php?xn_auth=no&cmd=%s

fooplot
Graphing calculator and plotter (SVG and VML based). Example: fooplot tan(x)
2033 uses - Created 2007-01-05 06:05:51 - Last used 2023-07-22 23:12:53 - Description - http://fooplot.com/index.php?q0=%s[no url encoding]

qdef
NAME qdef - Quick Definitions -- get a definition from ninjawords.com in a self-closing window. SYNOPSIS qdef [WORD] -t [OPTIONAL SECONDS] EXAMPLES qdef polysemy << pops open a window with the definition for "polysemy". It automatically closes in 10 seconds. qdef polysemy -t 20 << the same as before, but it waits 20 seconds before closing This command loads definitions from the excellent ninjawords.com. It automatically closes the definition window in 10 seconds. To change the length that the w…
1056 uses - Created 2006-12-13 22:55:25 - Last used 2023-07-22 23:13:27 - Description - echo <script>def=window.open('http://www.ninjawords.com/%s');setTimeout("def.close();history.go(-1);",${t=10}000);</script>

faf
Fire and forget. Runs the yubnub command and then goes back to the page you were on.
985 uses - Created 2006-12-11 18:43:01 - Last used 2023-11-19 07:18:01 - Description - echo <iframe src="{url %s}" onload="history.go(-1)" style="display:none">

twu
Updates your twitter status and then redirects to the twitter homepage.
681 uses - Created 2006-12-11 16:53:05 - Last used 2023-11-19 07:18:08 - Description - both twiu %s -and twi

both
Executes 2 yubnub commands in sequence (client-side) Example: both command1 -and command2
1210 uses - Created 2006-12-11 16:49:36 - Last used 2021-11-07 06:46:18 - Description - echo <iframe src="{url %s}" onload="location='{url ${and}}'" style="display:none">

din
DomainInspector Dynamic Yubnub webpage utility created to inspect domains names/ip addresses Can also be used for key word searches against virus KBs Google and Yahoo ~jbrown~ Usage: din
525 uses - Created 2006-12-10 23:52:40 - Last used 2021-09-21 00:31:04 - Description - http://yubnub.org/example/echo?text=%3Cscript+type%3D%22text%2Fjavascript%22%3Efunction+dw%28%29%7B%0D%0Ae%3Ddocument%2Eforms%5B0%5D%2Ee%0D%0Atxt%3D%22%22%0D%0Aerl%3D%22http%3A%2F%2Fyubnub%2Eorg%2Fparser%2Fparse%3Fcommand%3Dmash+%22%0D%0Ax%3Ddocument%2Eforms%5B0%5D%2EF%2Evalue%0D%0Afor+%28i%3D0%3Bi%3Ce%2Elength%3B%2B%2B+i%29%7Bif+%28e%5Bi%5D%2Echecked%29%7Btxt%3Dtxt+%2B+e%5Bi%5D%2Evalue+%2B+%22%22+%7D%7Dwindow%2Eopen%28erl%2B+x+%2B+txt%29%3B%7D%0D%0A%3C%2Fscript%3EDomainInspect%3Cbr%3E%3C%2Fa%3E%3Cform%3E%3Cinput+name%3D%22F%22+size%3D%2250%22+value%3D%22%22+type%3D%22text%22%3E%3Cinput+onclick%3D%22dw%28%29%22+value%3D%22Submit%22+type%3D%22button%22%3E+%3CINPUT+TYPE%3DRESET+VALUE%3D%22Reset%22%3E%3Cbr%3E%3Cinput+name%3D%22e%22+value%3D%22+ping%22+type%3D%22checkbox%22%3EPing%3Cinput+name%3D%22e%22+value%3D%22+tracert%22+type%3D%22checkbox%22%3ETraceroute%3Cinput+name%3D%22e%22+value%3D%22+safe%22+type%3D%22checkbox%22%3ESiteAdvisor%3Cinput+name%3D%22e%22+value%3D%22+dnsloc%22+type%3D%22checkbox%22%3EIPLocation%3Cbr%3E%3Cinput+name%3D%22e%22+value%3D%22+whof%22+type%3D%22checkbox%22%3EDNSStuff%3Cinput+name%3D%22e%22+value%3D%22+Netcraft%22+type%3D%22checkbox%22%3ENetcraft%3Cinput+name%3D%22e%22+value%3D%22+dd%22+type%3D%22checkbox%22%3EDomDossier%3Cinput+name%3D%22e%22+value%3D%22+dnsrbl%22+type%3D%22checkbox%22%3ERobtex%3Cinput+name%3D%22e%22+value%3D%22+g%22+type%3D%22checkbox%22%3EGoogle%3Cinput+name%3D%22e%22+value%3D%22+ysite%22+type%3D%22checkbox%22%3EYahoo%3Cbr%3E%3Cinput+name%3D%22e%22+value%3D%22+virus%22+type%3D%22checkbox%22%3ESymantec+%3Cinput+name%3D%22e%22+value%3D%22+vir%22+type%3D%22checkbox%22%3ETrend%3Cinput+name%3D%22e%22+value%3D%22+kavs%22+type%3D%22checkbox%22%3EKaprsky%3Cinput+name%3D%22e%22+value%3D%22+sofo%22+type%3D%22checkbox%22%3ESophos%3Cinput+name%3D%22e%22+value%3D%22+wbm%22+type%3D%22checkbox%22%3EWayback%3C%2Fform%3E%3Ca+href%3D%22http%3A%2F%2Fwww%2Evirustotal%2Ecom%22+%3EVirusTotal%3C%2Fa%3E%3Cbr%3E%3Ca+href%3D%22http%3A%2F%2Fwww%2EAlexa%2Ecom%22%3EAlexa%3C%2Fa%3E

topoz
NAME topoz - search for topographic maps at Trails.com using a Zip Code. SYNOPSIS topoz [ ZIPCODE ] topoz provides commandline access to the USGS topographic maps (hosted at Trails.com) by referencing the latitude and longitude corresponding to the center of a Zip Code area (courtesy of GeoNames.org). EXAMPLES Example: topoz 10004 Result: Displays online map of Ellis Island, New York. Example: topoz 95389 Result: Displays online map of Yosemite, California. SEE ALSO http://www.geonames.org/abou…
588 uses - Created 2006-10-25 04:34:00 - Last used 2022-09-21 15:37:26 - Description - http://www.topozone.com/map.asp?lat={strreplace -find / -replace &lon= -string {scrape -tokens <small> </small> -dirs 1 0 -url http://www.geonames.org/postalcode-search.html?q=%s&country=US}}

urlet
NAME urlet - Create a simple bookmarklet from a YubNub command that work on the current page. SYNOPSIS urlet [YUBNUB COMMAND] EXAMPLES urlet autotr Drag the resulting link to your bookmark bar. Click the bookmarklet to translate the current page to english. urlet whois Drag the resulting link to your bookmark bar. Click the bookmarklet to get WHOIS information on the current domain. AUTHOR http://singpolyma-tech.blogspot.com/ Stephen Paul Weber
285 uses - Created 2006-10-19 12:58:18 - Last used 2020-09-18 18:39:43 - Description - echo <a href="javascript:window.location='http://yubnub.org/parser/parse?command='+encodeURIComponent('%s '+window.location.href);">%s</a>[no url encoding]

delpost
Comando para salvar tus favoritos en del.icio.as creado por artux (cutepaste.wordpress.com) Modo de uso: delpost -u [url sin http://] -d [descripcion] e.g.: delpost -u artux.com.ar -d Blog personal de artux NOTA: solo para usuarios registrados de del.icio.us
223 uses - Created 2006-10-13 20:24:41 - Last used 2011-05-15 15:14:22 - Description - http://del.icio.us/post?v=4;url=${u};title=${d}

gdox
Shortcut to http://docs.google.com which combines Google spreadsheets and Writely files.
1360 uses - Created 2006-10-11 15:51:14 - Last used 2021-08-29 13:36:22 - Description - http://docs.google.com

dluc
NAME dluc - Similar to Google's "I'm Feeling Lucky" feature but for Del.icio.us. SYNOPSIS dluc [USER] [TAG] Optional arguments: -USER Your username or the username you want to specifically search. You can also use the keyword "TAG" to do a general search but filtered by a tag. Another possibility is using the keyword "POPULAR" to search the top ranked sites. Or the keyword "RECENT" which returns the last added url. That means diferents sites on every request. -TAG The tag you want to filter the…
501 uses - Created 2006-10-08 18:25:35 - Last used 2022-09-05 12:34:46 - Description - yubnub {eatFeed items[-0].link -url http://del.icio.us/rss/{% 1 %s}/{% 2- %s}}

kzip
NAME kzip - zip up to ten files using krun.ch SYNOPSIS kzip [ARCHIVE NAME] [1 TO 10 FILES URLS] create a zip archive containing the files found at the given urls. the archive can then be downloaded or mailed. archive name and at least one file url are mandatory. AUTHOR Yann Perrin (see http://yann.perrin.googlepages.com for contact info)
259 uses - Created 2006-09-28 17:59:08 - Last used 2012-08-23 09:45:43 - Description - http://krun.ch/home/wkrunch?file%5B%5D={% 2 %s[no url encoding]}&file%5B%5D={% 3 %s[no url encoding]}&file%5B%5D={% 4 %s[no url encoding]}&file%5B%5D={% 5 %s[no url encoding]}&file%5B%5D={% 6 %s[no url encoding]}&file%5B%5D={% 7 %s[no url encoding]}&file%5B%5D={% 8 %s[no url encoding]}&file%5B%5D={% 9 %s[no url encoding]}&file%5B%5D={% 10 %s[no url encoding]}&file%5B%5D={% 11 %s[no url encoding]}&file_name={% 1 %s[no url encoding]}&file_type=zip&x=&y=[post]

kidsof
Example: kidsof gim This will show you commands that use "gim" in their definition. Unfortunately, if there are more than a page of kids, they are omitted. Trying to iron out this problem.
319 uses - Created 2006-09-14 03:19:52 - Last used 2023-11-19 07:19:27 - Description - foreach {match -url {url ls %s} -pattern /args=(.*)" class.*\n.*\n.*hint">.*\n*?%s .*\n*?</ -capture 1} -cmd 2html

ReFilter
NAME ReFilter - Filter the contents of a RSS feed to recieve only specific topics. SYNOPSIS ReFilter -feed [Feed URL] -filter [keywords] ReFilter advanced sintaxis is here: http://re.rephrase.net/filter/?p=filters EXAMPLES ReFilter -feed http://www.autohotkey.com/forum/rss.php -filter title:function ReFilter -feed http://www.thinkgeek.com/thinkgeek.rss -filter toy ReFilter (shows the basic GUI of the application)
231 uses - Created 2006-09-03 18:54:06 - Last used 2019-09-17 09:25:12 - Description - http://re.rephrase.net/filter/?{ifnotempty ${feed} -then feed=${feed}}{ifnotempty ${filter} -then &filter=${filter}}

wp\
NAME wp\ - Spell checks a word or phrase and then searches for it on the english wikipedia. SYNOPSIS wp\ [TERM] EXAMPLES wp\ age of empirs (Fetches the article on "Age of Empires") AUTHOR Allen Ormond - aormond (at) gmail (dot) coom
406 uses - Created 2006-08-31 02:43:30 - Last used 2012-09-23 10:25:58 - Description - spll wp %s

clipget
NAME clipget - retrieve the text previously stored under the provided name, using cl1p.net SYNOPSIS clipget [name] EXAMPLES clipget obiwan will retrieve the text stored under the name "obiwan" at cl1p.net. the name argument is mandatory. NOTES related command : clipset AUTHOR Yann Perrin (see http://yann.perrin.googlepages.com for contact info)
483 uses - Created 2006-09-07 13:01:11 - Last used 2023-05-05 13:27:57 - Description - http://d.cl1p.net/%s/

clipset
NAME clipset - store the given text online under the provided name, using cl1p.net SYNOPSIS clipset [name] [optional text] EXAMPLES clipset obiwan was a great jedi will store the text "was a great jedi" under the name "obiwan" at cl1p.net for one week. this duration, and the text content can then be edited by going to http://cl1p.net/obiwan/ it is recommanded to password protect your text if don't want it to be editable by others. the name argument is mandatory. If it's allready in use and pass…
230 uses - Created 2006-09-07 12:54:40 - Last used 2018-09-27 17:42:33 - Description - http://cl1p.net/{% 1 %s [no url encoding]}?ctrlcv={% 2- %s [no url encoding]}&title={% 1 %s [no url encoding]}&keepfor=10080&uploadFile=&p1=&p2=&addLink=&removeLink=&jump={% 1 %s [no url encoding]}[post]

l>>pdf
NAME l>>pdf - Google site-specific search for PDFs on a site for which you do not know the URL. SYNOPSIS l>>pdf [KEYWORDS-TO-DESCRIBE-SITE] [KEYWORDS TO SEARCH WITHIN SITE] EXAMPLES l>>pdf elzr returns all PDFs indexed by Google at elzr.com l>>pdf mckinsey-quarterly marketing returns all "marketing" PDFs indexed by Google at mckinseyquarterly.com l>>pdf will do a Google search on the first hyphen-separated parameter, select the first result, then search for the second parameter within that site…
143 uses - Created 2006-09-06 09:26:20 - Last used 2016-10-17 10:40:54 - Description - lucky>> {% 1 %s} -k {% 2- %s} filetype:pdf

gsplit
NAME gsplit - display query results from any combination of google search engines. SYNOPSIS gsplit [KEYWORDS] [-a|A|b|B|c|f|g|G|i|m|n|s] y EXAMPLES gsplit quake4 -g y -i y Returns a split window with a web search and an image search for quake4. gsplit AMD -f y -n y Returns a split window with a web search for financial data and news stories on AMD. gsplit allows you to search any combination of the below google search engines and have them split across your screen using split. Using more than 3…
1458 uses - Created 2006-08-12 22:51:55 - Last used 2013-05-22 20:17:47 - Description - split {ifthen -value1 ${g} -value2 y -test EQUAL -then {url g %s}} {ifthen -value1 ${n} -value2 y -test EQUAL -then {url superg %s -t news}} {ifthen -value1 ${i} -value2 y -test EQUAL -then {url gi %s}} {ifthen -value1 ${B} -value2 y -test EQUAL -then {url superg %s -t books}} {ifthen -value1 ${c} -value2 y -test EQUAL -then {url superg %s -t catalogs}} {ifthen -value1 ${G} -value2 y -test EQUAL -then {url superg %s -t groups}} {ifthen -value1 ${m} -value2 y -test EQUAL -then {url superg %s -t maps}} {ifthen -value1 ${s} -value2 y -test EQUAL -then {url superg %s -t scholar}} {ifthen -value1 ${b} -value2 y -test EQUAL -then {url superg %s -t blogsearch}} {ifthen -value1 ${a} -value2 y -test EQUAL -then {url http://answers.google.com/answers/search?q=%s}} {ifthen -value1 ${f} -value2 y -test EQUAL -then {url http://finance.google.com/finance?q=%s}} {ifthen -value1 ${A} -value2 y -test EQUAL -then {url g %s} {url gi %s} {url gn %s} {url gbs %s} {url gcatalogs %s} {url gm %s} {url groups %s} {url gs %s} {url gfi %s} {url gans %s} {url goobooks %s} }

geo
NAME geo - Find geotagged Flickr photos and GPS tracks on a Google Map at maps.yuan.cc SYNOPSIS geo [ADDRESS] -z [OPTIONAL: ZOOM LEVEL 1-19] -service [OPTIONAL: SERVICE] EXAMPLES geo 450 s dearborn, chicago, il (returns a map of 450 s. dearborn, chicago, il, with Flickr photos) geo 60607 -z 15 (returns a map of Flickr photos in zip code 60607, zoomed to level 15) geo taipei, taiwan -service gps (returns a map of GPS tracks in Taipei) geo (returns a world map of Flickr photos) Yuan.CC Maps is a …
685 uses - Created 2005-06-08 19:08:33 - Last used 2024-03-22 13:56:41 - Description - http://maps.yuan.cc/?{eop address=@%s@&zoom=${z=13} -else zoom=${z=2}}&service=${service=flickr}

ylist2
NAME ylist2 - A slightly altered version of ylist SYNOPSIS ylist2 [YLIST NAME] EXAMPLES ylist2 yfr NOTES ylist2 was created for large ylists that far exceed the limitations of GET, and thus the echo command. All lists in ylist can be viewed-edited in ylist2 and vice-versa. Please see ylist for more details. AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/
192 uses - Created 2006-08-09 16:36:31 - Last used 2023-07-11 11:59:46 - Description - echovar <h1>ylist %s</h1><ul>@var@</ul><form method="get" action="http://jonathanaquino.com/singpolymaplay/form2yubnub.php?xn_auth=no"><div><input type="hidden" name="cmdstr" value="ylist2 %s%7Bdummy %7Bvar CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s -set %7Bvar CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s%7D<li>%25s</li>%7D%7D" />Add Item: <input type="text" name="%25s" /><input type="submit" value="Go" /></div></form> <form method="get" action="http://jonathanaquino.com/singpolymaplay/form2yubnub.php?xn_auth=no"><div><input type="hidden" name="cmdstr" value="ylist2 %s%7Bdummy %7Bvar CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s -set %7Bmatch %7Bridx &lt;ul&gt;%7Bvar CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s%7D&lt;/ul&gt; -idx %25s -as xoxo%7D -pattern /&lt;ul class=&quot;xoxo&quot;&gt;(.*?)&lt;\/ul&gt;/ -capture 1 -matchnbr 1%7D%7D%7D" />Remove Item At: <input type="text" name="%25s" /><input type="submit" value="Go" /></div></form> -var CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s[no url encoding]

echovar
NAME echovar - Allows for the formatted display of larger variables. SYNOPSIS echovar [TEXT] -var [VARIABLE NAME] -mime [MIME TYPE] EXAMPLES echovar Hello @var@, how are you? -var test -mime text/plain Output: "Hello {value of var test}, how are you?" (as plaintext) echovar Hello @var@, how are you? -var test Output: "Hello {value of var test}, how are you?" (as HTML) The echo command is limited to the length of data it can output because it depends on GET. This command can insert the contents …
230 uses - Created 2006-08-09 16:28:33 - Last used 2013-01-16 07:08:35 - Description - http://jonathanaquino.com/singpolymaplay/yubnub-echovar.php?xn_auth=no&txt=%s&var=${var}&content-type=${mime}

rands
NAME rands - Search on a random search engine. SYNOPSIS rands [KEYWORDS] EXAMPLES rands yubnub Searches for 'yubnub' on a random one of Google, Yahoo, or another search engine supported. NOTES Search engine data is stored as an array in the variable rands-data. To view the list type: var rands-data To add an item to the list type: ava rands-data -a COMMAND NAME AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/
465 uses - Created 2006-08-10 23:20:14 - Last used 2013-04-15 19:38:08 - Description - yubnub {idx {var rands-data} -idx {random -min 0 -max {clc {count {var rands-data}}-1}}} %s

-
NAME - - YubNub 'domains' SYNOPSIS - ['DOMAIN'] -set [URL] -/ [DIRECTORY] EXAMPLES - singpolyma -set http://singpolyma-tech.blogspot.com/ Set the 'domain' singpolyma to http://singpolyma-tech.blogspot.com/ and then go there to test - singpolyma Go to the URL which the 'domain' singpolyma is set to - singpolyma -/ 2006/01/comment-aggregation.html Go to a specific file under the URL which singpolyma references AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/
5086 uses - Created 2006-08-08 13:35:46 - Last used 2024-02-19 14:41:27 - Description - {var 0fe27a11-f265-4c3b-8cb9-bd7b7691959d:%s -set ${set=do not set : tes ton od}}${/}[no url encoding]

superg
NAME superg - All(most) Google searches in one command SYNOPSIS superg [KEYWORDS] -t [SEARCH TYPE] EXAMPLES superg yubnub superg yubnub -t lucky superg yubnub -t images superg is one big command that supports all of the Google Search types except for video and directory (those two were left out because their implementation would have greatly increased the complexity of the command and I'm not sure many people use them) If no -t is passed a standard Google websearch is performed. The following a…
11591 uses - Created 2006-08-08 00:18:04 - Last used 2023-03-12 22:28:29 - Description - http://{ifthen -value1 ${t} -value2 lucky -test EQUAL -then www -else ${t=www}}.google.com/{ifthen -value1 ${t} -value2 lucky -test EQUAL -then search -else ${t=search}}?q=%s{ifthen -value1 ${t} -value2 lucky -test EQUAL -then &btnI=I%27m+Feeling+Lucky -else}

delete
To delete a tag from all your flickr photos which contain that specific tag for e.g. delete testing
748 uses - Created 2006-08-02 12:02:53 - Last used 2024-02-09 08:16:02 - Description - http://flickr.com/photos/me/tags/%s/delete

luckygim
SYNOPSIS luckygim [keywords] EXAMPLES luckygim mid-flight luckygim Madonna luckygim Bellucci luckygim tide pool Performs a Google Image Search using the given keywords and displays the first 20 images, full-size. Not for the faint of bandwidth. AUTHOR Eliazar elzr.com SEE ALSO The lucky family of commands: luckyxim, >, >>, >>>, l>, l>>, <, <<, <<<, luckyecho
640 uses - Created 2006-08-03 05:06:53 - Last used 2021-01-17 20:57:49 - Description - http://elzr.com/yubnub/luckygim/%s

ffim
FindForward Image Search Usage: ffim [keyword] b.a.
2489 uses - Created 2005-07-10 03:44:58 - Last used 2023-07-20 16:22:12 - Description - http://findforward.com/direct/?q=%s

l>>
NAME l>> - Google site-specific search on a site for which you do not know the URL. SYNOPSIS l>> [KEYWORDS TO DESCRIBE SITE];[KEYWORDS TO SEARCH WITHIN SITE] EXAMPLES l>> chicago metromix;sushi restaurants [returns Google results for 'sushi restuarants' at metromix.chicagotribune.com] l>> omaha reader;old market [returns Google results for 'old market' at www.thereader.com] This command is allows you to do a search within a given site. The first parameter should describe the site you are lookin…
545 uses - Created 2006-07-31 22:24:36 - Last used 2023-05-02 16:46:11 - Description - lucky>> {param s;k %s}

lucky>>
NAME lucky>> - Google site-specific search on a site for which you do not know the URL. SYNOPSIS lucky>> [KEYWORDS TO DESCRIBE SITE] -k [KEYWORD TO SEARCH WITHIN SITE] EXAMPLES lucky>> chicago tribune -k green roofs [returns Google results for articles at chicagotribune.com that mention 'green roofs'] lucky>> new york times -k pommes frites [returns Google results for articles at nytimes.com that mention 'pomme frites'] This command is allows you to do a search within a given site. The first pa…
935 uses - Created 2006-07-31 22:11:45 - Last used 2013-11-06 02:22:05 - Description - g site:{ extractDomainName { luckyecho %s } } ${k} [no url encoding]

l>
NAME l> - An extension to Google's "I'm feeling lucky" search. SYNOPSIS l> [KEYWORDS TO DESCRIBE SITE];[KEYWORDS TO SEARCH WITHIN SITE] EXAMPLES l> victoria tourism;gardens [returns information about gardens at www.tourismvictoria.com] l> chicago reader;improv [returns the improv listings at www.chicagoreader.com] l> chicago tribune [returns www.chicagotribune.com/ -- without a second parameter this command behaves like "I'm Feeling Lucky".] This command is a shorter version of the "lucky>" com…
930 uses - Created 2006-07-31 14:02:30 - Last used 2024-03-07 19:38:04 - Description - lucky> {param s;k %s}

lucky>
NAME lucky> - An extension to Google's "I'm feeling lucky" search. SYNOPSIS lucky> [KEYWORDS TO DESCRIBE SITE] -k [KEYWORDS TO SEARCH WITHIN SITE] EXAMPLES lucky> victoria tourism -k gardens [returns information about gardens at www.tourismvictoria.com] lucky> chicago reader -k improv [returns the improv listings at www.chicagoreader.com] This command allows you to do a Google "I'm Feeling Lucky" search with the ability to use one set of search terms to desribe the site, and a separate set of s…
1132 uses - Created 2006-07-30 12:42:38 - Last used 2015-12-27 05:56:19 - Description - gfl site:{ extractDomainName { luckyecho %s } } ${k} [no url encoding]

tru
NAME tru - Translate words into/from RUssian language. Thesaurus in RUssian. SYNOPSIS tru [WORDS [-lang [LANGUAGE]]] EXAMPLES tru Without input words the command just open the main page http://lingvo.yandex.ru/ Translate INTO Russian: tru mother tru mother -lang en - the English word `mother' (en -> ru) tru Mutti tru Mutti -lang de - the German word `Mutti' (de -> ru) tru maman tru maman -lang fr - the French words `maman' (fr -> ru) (Both a short form of the command (without -lang option) and …
3243 uses - Created 2006-07-26 12:45:58 - Last used 2023-08-15 01:18:08 - Description - http://lingvo.yandex.ru/{eop search.xml?text=@%s@&st_translate={ifThen (${lang}==ru) 0,1{eop &lang=@${lang}@}}}

luckyecho
SYNOPSIS luckyecho [keywords] EXAMPLE luckyecho beautiful descriptions results in: http://eemadges.com/ luckyecho command line for the web results in: http://www.yubnub.org/ Echoes the URL of the first result of googling your keywords. SIMILAR COMMANDS am> (luckyecho is actually a building block for this command) AUTHOR elzr.com Sean O'Hagan's scrape command, as always, was a pleasure to use. ---------- Old implementations: scrape -tokens class=l href=%22 %22 -dirs 0 1 0 -url {url g %s} scrape …
5834 uses - Created 2006-07-24 03:47:59 - Last used 2020-03-29 07:13:56 - Description - scrape -tokens href=%22/url?q= &amp;sa=u -dirs 0 0 -url {url g %s}

am>
SYNOPSIS am> [KEYWORDS TO DETERMINE BOOK] -q [WHAT YOU WANT TO LOOK FOR INSIDE THE BOOK (optional)] EXAMPLE am> modern mind Since no query is provided, you're simply taken to Amazon's online reader set to Peter Watson's The Modern Mind. am> interface culture -q senselessness Searches Steven Johnson's Interface Culture with the query "senselessness." am> search battelle -q feeding the conversation Searches John Battelle's The Search with the query "feeding the conversation." Notice the keywords …
165 uses - Created 2006-07-25 00:37:03 - Last used 2023-05-09 22:23:00 - Description - http://www.amazon.com/gp/reader/{scrape -tokens ?v= / -dirs 1 1 -url {url luckyecho site:amazon.com %s}}?v=search-inside&keywords=${q}[no url encoding]

resolution
Description: Type "resolution" (without quotes) to see your computer screen's resolution Example: resolution Author: Troy
801 uses - Created 2006-07-17 20:13:38 - Last used 2023-05-10 10:45:23 - Description - script alert('Your resolution is '+screen.width+'x'+screen.height)

grazjag
A mash-up of Grazr, an OPML browser, and tagjag (formerly gada.be), a OPML content provider. The single argument is the search keyword for tagjag, and the resultant OPML is fed into Grazr for viewing. rickdog - rickfriends@gmail.com This command gives you an incredibly rich information source for any topic you enter. For example, "grazjag yubnub" will start tge browser on yubnub showing 13 categories at the top level, each category contains feeds for many information sources. For example in the…
901 uses - Created 2006-07-02 07:03:46 - Last used 2023-05-11 18:56:08 - Description - http://grazr.com/gzpanel.html?view=3p&theme=gloss_black&file=http%3A//tagjag.com/a/%s/opml

argo
Launches the ArgoUML UML design tool via Java WebStart
184 uses - Created 2006-06-28 19:46:22 - Last used 2019-12-19 14:11:49 - Description - http://argouml-downloads.tigris.org/nonav/argouml-0.20/jws/argouml.jnlp

visual
JavaScript Visual Wordnet Wordnet is a project at Princeton University that provides a map of the English language. Visual Wordnet presents a visual representation of Wordnet's resources.
1955 uses - Created 2006-06-26 10:51:04 - Last used 2024-02-01 21:28:39 - Description - http://kylescholz.com/projects/wordnet/?%s

Previous Page Next Page