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

Command List (ls)

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".

yjt
NAME yjt - A course of a Japanese train search SYNOPSIS yjt -f [from station] -t [to station] EXAMPLES yjt -f “Œ‹ž@-t a’J A course of a Japanese train search AUTHOR ZEGENVS
488 uses - Created 2006-05-07 15:55:23 - Last used 2010-11-01 22:28:41 - Nominate - Description - http://transit.yahoo.co.jp/search?from=${f}&val_to=${t}

sherwood
a good game
84 uses - Created 2006-05-06 19:53:59 - Last used 2024-06-19 11:20:10 - Nominate - Description - http://www.maidmarian.com/Sherwood.htm

yelluk
Searches Yell.com (the UK Yellow Pages) To find a company by name, type -who Example: yelluk -who Mr Smith's Grocery Shop To find a type of business,type -what Example: yelluk -what pizza To narrow your search even further, enter your postcode after -where Example: yelluk -what pizza -where AB1 2CD
460 uses - Created 2006-05-06 11:29:01 - Last used 2010-05-13 17:50:55 - Nominate - Description - http://www.yell.com/ucs/UcsSearchAction.do;jsessionid=?searchType=classic&ooa=on&companyName=${who}&keywords=${what}&&location=${where}

gray2
Computes the grayscale level for an RGB color, using the formula reported by Craig Markwart on the IDL newsgroup http://www.dfanning.com/ip_tips/color2gray.html Example: gray 0 255 100 Uses Google Calculator to do the arithmetic, and Fuska's % command to handle positional parameters.
20 uses - Created 2006-05-05 23:10:36 - Last used 2006-09-14 19:55:50 - Nominate - Description - g ({% 1 %s}*.3 + {% 2 %s}*.59 + {% 3 %s}*.11)/255[no url encoding]

anyphone
Displays given phone model from any manufacturer from any markets, new and old. Example: 'anyphone 9300i'
15 uses - Created 2006-05-05 20:36:57 - Last used 2007-10-21 00:17:03 - Nominate - Description - http://www.gsmarena.com/results.php3?sQuickSearch=yes&sName=%s

Terrorist
Keeping the peace, or breaking it. You decide!
22 uses - Created 2006-05-05 12:06:41 - Last used 2018-07-25 03:40:40 - Nominate - Description - http://www.whitehouse.gov/president/gwbbio.html

oxp
Oxford-Paravia English-Italian-English. A bilingual translation from English to Italian and vice-versa. To translate a term, just type the word you need, either in English or Italian. Examples: oxp friend oxp amico
3762 uses - Created 2006-05-05 11:52:54 - Last used 2022-09-14 12:31:16 - Nominate - Description - http://www.oxfordparavia.it/cerca.php?cerca_lemma=%s

kra
search in http://www.kratia.com/
19 uses - Created 2006-05-05 09:01:16 - Last used 2020-11-23 11:35:12 - Nominate - Description - http://www.kratia.com/search.php?q=%s

rym
search artist in rateyourmusic.com
12410 uses - Created 2006-05-05 08:16:12 - Last used 2026-07-08 07:17:15 - Nominate - Description - http://rateyourmusic.com/search?searchterm=%s

tbp
This will make you able to search at The Pirate Bay directly. To use simply type tbp <searchterm> to find stuff.
827 uses - Created 2006-05-05 01:34:52 - Last used 2025-08-23 16:27:01 - Nominate - Description - http://thepiratebay.org/search/%s/0/7/0[use %20 for spaces]

anykey
Search for information on the corperate site of AnyKey Solutions. Usage: anykey <searchterm>, forexample anykey johan
12 uses - Created 2006-05-05 01:19:12 - Last used 2012-01-02 23:35:49 - Nominate - Description - http://www.anykey.se/en/search/result.html?type=basic&page=1&submit=Search&query=%s

howdoyousay
every wanted a quick and easy way to translate a word? Wiktionary is doing a pretty good job of collecting translations of words. It would be faster if I could use 'translate' but it's alrady taken.
10 uses - Created 2006-05-04 23:03:02 - Last used 2008-06-09 09:42:24 - Nominate - Description - http://en.wiktionary.org/wiki/%s

kwiki
Does a search on KOL Visual Wiki.
5760 uses - Created 2006-05-04 07:10:55 - Last used 2024-04-11 02:31:16 - Nominate - Description - http://kol.coldfront.net/thekolwiki/index.php/Special:Search?search=%s&sourceid=Mozilla-search

boxt
Does a search on BoxTorrents.com
130 uses - Created 2006-05-04 07:01:27 - Last used 2010-04-26 12:57:57 - Nominate - Description - http://www.boxtorrents.com/browse.php?sourceid=mozilla-search&search=%s&incldead=1&incldesc=1

swiki
search in wikipedia, spanish
67 uses - Created 2006-05-04 00:53:02 - Last used 2017-07-07 02:12:21 - Nominate - Description - http://es.wikipedia.org/wiki/Special:Search?search=%s&go=Go

yahoomusic
Yahoo Music Search: Searches the Yahoo Music catalog of artists, albums, songs, videos -- includes both available and unavailable content. Two switches: -type one of: all (default), artist, album, song, video -what search string -- one or more words Examples: yahoomusic strummer yahoomusic Black Eyed Peas yahoomusic -what u2 yahoomusic u2 -type artist yahoomusic -type video -what redemption song
46 uses - Created 2006-05-03 22:06:22 - Last used 2010-03-28 15:26:44 - Nominate - Description - http://search.music.yahoo.com/search/?m=${type=all}&p=${what=%s}

pci
portage
35 uses - Created 2006-05-03 18:34:52 - Last used 2018-01-14 09:49:28 - Nominate - Description - http://www.plpsd.mb.ca/pci/

numlist
NAME numlist - Returns a list of numbers from 1 to your input value SYNOPSIS numlist [SIZE OF LIST] -token [optional token, defaults to ,] EXAMPLES numlist 10 (returns 1,2,3,4,5,6,7,8,9,10) numlist 7 -token + (returns 1+2+3+4+5+6+7) This command is for use in other commands, specifically explode and foreach. AUTHOR Brian Armknecht b.a.
57 uses - Created 2006-05-03 18:14:19 - Last used 2021-03-01 08:33:57 - Nominate - Description - http://jonathanaquino.com/yubtools/numlist.php?xn_auth=no&num=%s&token=${token=,}

ytz
Search the Yahoo Taiwan / Kimo Chinese-English dictionary (in Traditional Chinese or English)
424 uses - Created 2006-05-03 17:42:06 - Last used 2025-09-29 11:50:47 - Nominate - Description - http://tw.dictionary.yahoo.com/search?ei=UTF-8&p=%s

rot-all
Rotate your text through each rot-n sequence. Makes for quick decoding when you don't know which encoding sequence was used! Example: rot-all Caesar
12 uses - Created 2006-05-03 16:01:09 - Last used 2020-08-17 13:20:30 - Nominate - Description - http://theblob.org/rot.cgi?text=%s

printscreen
Print screen- great program
21 uses - Created 2006-05-03 14:17:26 - Last used 2019-10-22 12:19:57 - Nominate - Description - http://www.gadwin.com/printscreen/

record
Record from the internet onto your computer
50 uses - Created 2006-05-03 14:13:56 - Last used 2020-03-23 08:04:01 - Nominate - Description - http://www.highcriteria.com/

boutique
A clothing boutique where every design is a unique creation!
18 uses - Created 2006-05-03 13:23:39 - Last used 2019-11-11 08:33:44 - Nominate - Description - http://www.cococouture.com

zoom

181 uses - Created 2006-05-03 12:35:48 - Last used 2025-11-20 08:30:38 - Nominate - Description - http://www.zoominfo.com/

thehun
Everyone loves the hun.
111 uses - Created 2006-05-03 06:03:45 - Last used 2012-04-17 15:01:12 - Nominate - Description - http://thehun.net/

toto
Malaysian Sportstoto lottery results
130 uses - Created 2006-05-03 04:49:06 - Last used 2025-02-18 07:23:54 - Nominate - Description - http://www.sportstoto.com.my/

topDigg
Takes you to the current top story on Digg.com This is a demonstration of the 'eatFeed' command.
61 uses - Created 2006-05-03 02:47:18 - Last used 2011-11-09 22:41:52 - Nominate - Description - {eatFeed items[0].link -url http://digg.com/rss/toplinks.xml}

eatFeed (Golden Egg)
NAME eatFeed - Pull data out of a web feed (RSS,XML,etc). SYNOPSIS eatFeed [ELEMENTS] -url [FEED URL] EXAMPLES eatFeed items[0].link -url http://digg.com/rss/toplinks.xml Returns the url of the current top story on digg.com eatFeed items[2].description -url http://rss.slashdot.org/Slashdot/slashdot Returns the description of the third story currently on slashdot. eatFeed items[4].title -url http://del.icio.us/rss/popular Returns the title of the fifth item on the del.icio.us list. Note that ite…
8006 uses - Created 2006-05-03 02:42:24 - Last used 2022-11-01 01:33:40 - Description - http://jonathanaquino.com/yubscripts/yn-opt.php?xn_auth=no&input=%s&url=${url}

test_storedata
This is only a test. -Allen
25 uses - Created 2006-05-02 21:08:15 - Last used 2007-10-26 19:28:51 - Nominate - Description - ifthen ({strfind -find {date} -string {var yubstats-%s}}==0)http://jonathanaquino.com/singpolymaplay/yubnub-var.php?xn_auth=no&var=yubstats-%s&set={var yubstats-%s}{date}:{cmdData %s.uses},*{var yubstats-%s} -redirect true -delimit *

baseball
Buy, Sell & Trade cards of all sports
98 uses - Created 2006-05-02 20:54:37 - Last used 2022-03-20 21:36:52 - Nominate - Description - http://cards.houstonaxl.com

sph
Runs a search on Sphere.com for the given keywords or phrase. Examples: sph ninjas sph "blessing of the animals"
26 uses - Created 2006-05-02 16:23:42 - Last used 2011-04-18 20:26:29 - Nominate - Description - http://www.sphere.com/search?q=%s

spht
Use sphere.com's SphereIt command to search for blog posts related to a particular URL. Takes a URL as a parameter. The submitted URL can include the http:// protocol or omit it. Replicates action of the "SphereIt" bookmarklet without having to use any scripts. Examples: spht shns.com/shns/g_index2.cfm?action=detail&pk=RELIGION-FAITH-04-26-06 spht http://www.washingtonpost.com/wp-dyn/content/article/2006/04/29/AR2006042901027.html
14 uses - Created 2006-05-02 16:15:51 - Last used 2019-02-19 09:09:51 - Nominate - Description - http://www.sphere.com/search?q=sphereit:%s

patents

31 uses - Created 2006-05-02 14:22:16 - Last used 2019-07-07 12:56:20 - Nominate - Description - http://www.dancingfairytales.com/

yoman
Google calendar
27 uses - Created 2006-05-02 13:48:00 - Last used 2012-03-19 00:13:34 - Nominate - Description - http://calendar.google.com

sound

125 uses - Created 2006-05-02 12:35:41 - Last used 2021-02-07 17:05:54 - Nominate - Description - http://www.mapleshaderecords.com/

tax
Search MSN Money for your tax information needs and tools.
49 uses - Created 2006-05-02 11:37:38 - Last used 2023-01-17 18:00:20 - Nominate - Description - http://moneycentral.msn.com/tax/home.asp

autos
Search MSN autos for car prices, specs, reviews, consumer reports and more.
60 uses - Created 2006-05-02 11:21:19 - Last used 2019-08-21 15:11:32 - Nominate - Description - http://autos.msn.com/default.aspx

cars
Search MSN Autos for car reviews, specs, prices and consumer reports.
316 uses - Created 2006-05-02 11:20:12 - Last used 2025-05-19 12:25:26 - Nominate - Description - http://autos.msn.com/default.aspx

oconv (Golden Egg)
NAME oconv - Convert outline data from one format to another SYNOPSIS oconv [OUTLINE DATA] -url [URL TO OUTLINE DATA] -as [FORMAT] -classes [CLASSES] -simplify [SIMPLIFY?] -urlfill [URLFILL?] -callback [CALLBACK] EXAMPLES oconv {explode 1,2,3,4 -as xoxo} -as opml convert the XOXO-style array 1,2,3,4 to OPML oconv -url http://bloglines.com/export?id=singpolyma -as xoxo convert bloglines OPML to XOXO oconv -url http://bloglines.com/export?id=singpolyma -as json [-callback x] convert bloglines OPM…
6624 uses - Created 2006-05-02 07:19:29 - Last used 2026-07-03 02:41:52 - Description - http://armknecht.com/xoxotools/outlineconvert.php?data=%s&url=${url}&output=${as=xoxo}&classes=${classes}&simplify=${simplify}&urlfill=${urlfill}&callback=${callback}

cmdData (Golden Egg)
NAME cmdData - Returns data from a command's man page. EXAMPLES cmdData gim.url Returns the url of the gim command, "http://images.google.com/images?q=%s" cmdData eop.created.date Returns the date the eop command was created, "2006-04-02" cmdData match.parameters[4].name Returns "capture", which is the 5th parameter of the match command. Keep in mind that the 'parameters' array is zero-based. Parameters are in the order that they are first found in the command url. However, if the command has a…
1739 uses - Created 2006-05-02 03:40:05 - Last used 2023-04-24 07:24:16 - Description - http://jonathanaquino.com/yubscripts/yn-mandata.php?xn_auth=no&input={lcase %s}

avast
Goes to the oficial "Talk Like a Pirate Day" site
268 uses - Created 2006-05-02 02:57:05 - Last used 2022-01-26 02:10:59 - Nominate - Description - http://www.talklikeapirate.com/piratehome.html

varPrepend
NAME varPrepend - Prepend a string to the beginning of a 'var' variable. SYNOPSIS varPrepend [VARIABLE] -set [STRING] EXAMPLES Assume that the variable xyz equals "slime": varPrepend xyz -set ball Results in "ballslime". NOTES See 'var' command for more details. AUTHOR Allen Ormond - aormond (at) gmail (dot) com Uses the 'var' command created by Stephen Paul Weber.
29 uses - Created 2006-05-02 01:38:51 - Last used 2006-11-19 17:22:56 - Nominate - Description - var %s -set ${set}{var %s}

varAppend
NAME varAppend - Append a string to the end of a 'var' variable. SYNOPSIS varAppend [VARIABLE] -set [STRING] EXAMPLES Assume that the variable xyz equals "slime": varAppend xyz -set ball Results in "slimeball" NOTES See 'var' command for more details. AUTHOR Allen Ormond - aormond (at) gmail (dot) com Uses the 'var' command created by Stephen Paul Weber.
94 uses - Created 2006-05-02 01:35:45 - Last used 2006-05-03 21:22:04 - Nominate - Description - var %s -set {var %s}${set}

YubStats
NAME YubStats - Show some statistics of inputted YubNub commands. SYNOPSIS YubStats [YUBNUB COMMANDS] EXAMPLES YubStats ifthen gim eop Pass this command a list of space-separated YubNub commands. It shows a few basic statistics for the commands. That's about it. Not much of a point really. AUTHOR Allen Ormond
1468 uses - Created 2006-05-01 23:43:07 - Last used 2021-01-26 10:52:26 - Nominate - Description - http://fromrocks.com/yubnub/stats/stats.php?input=%s

NingView
NAME NingView - View source of a Ning app. SYNOPSIS NingView [NING APP NAME] EXAMPLES NingView yubscripts
338 uses - Created 2006-05-01 17:28:58 - Last used 2008-09-27 06:01:14 - Nominate - Description - http://www.ning.com/view-source.html?appUrl=%s

cmd2rss (Golden Egg)
NAME cmd2rss - Generate RSS from the results of a YubNub command SYNOPSIS cmd2rss [YUBNUB COMMAND] EXAMPLES cmd2rss g test get an RSS feed for the results of the command 'g test' NOTES Only commands that have been set up with a RegExp using cmd2setup will work with this command. AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/
4052 uses - Created 2006-05-01 11:24:39 - Last used 2019-02-10 14:41:23 - Description - mkrss -get {url cmd2array %s} -title %s -url {url %s}

cmd2array (Golden Egg)
NAME cmd2array - Create an 'array' from the results of a YubNub command SYNOPSIS cmd2array [YUBNUB COMMAND] -as [ARRAY TYPE] -callback [CALLBACK] EXAMPLES cmd2array g test returns an XML-style 'array' of the results of the google search 'test' cmd2array g test -as xoxo returns an XOXO-style 'array' of the results of the google search 'test' cmd2array g test -as json [-callback x] returns an JSON-style 'array' of the results of the google search 'test' with optional JSONP callback x NOTES The co…
5363 uses - Created 2006-05-01 11:19:47 - Last used 2023-02-11 10:24:18 - Description - match -url {url %s} -pattern {cmd2setup {% 1 %s}} -capture auto -as ${as} -callback ${callback}

wtga
Goes to Webtuga's webpage.
12 uses - Created 2006-05-01 11:05:32 - Last used 2006-05-10 22:05:03 - Nominate - Description - http://www.webtuga.com

fef
Opens ForumEstudante.Free webpage.
34 uses - Created 2006-05-01 11:03:05 - Last used 2017-04-04 06:44:36 - Nominate - Description - http://www.forumestudante.com

Previous Page Next Page