Command List (ls)
Tip: You can search the descriptions by typing "ls [word or phrase]". For example, to search for all commands about music,
type "ls music".
zoom
180 uses
-
Created 2006-05-03 12:35:48
-
Last used
2025-08-11 16:01:23
-
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…
6621 uses
-
Created 2006-05-02 07:19:29
-
Last used
2024-07-01 04:27:51
-
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
cmd2setup
(Golden Egg)
NAME cmd2setup - Store page-scraping RegExps for use with cmd2* functions SYNOPSIS cmd2setup [COMMAND NAME] -set [REGEXP] EXAMPLES cmd2setup g returns the RegExp for scraping results of command 'g' cmd2setup g -set /<p class=g>[^\f]*?<\/nobr>/ set the RegExp for command 'g' NOTES The regular expressions used here must be enclosed in a proper // pair whose contents are RegExp-safe (ie /'s escaped out as \/) AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/
4465 uses
-
Created 2006-05-01 10:57:18
-
Last used
2013-05-24 05:56:59
-
Description
-
var 71259E88-D8E7-11DA-B8F0-2840ABF316DD:%s -set ${set=do not set : tes ton od}
si
Sporting Index (UK Spread Broker) price feed, in xml format. You need to know the sport id (sid) and market id (mid), which you can typically get by mouse rollovers on the site For example: si -sid 178 -mid 116507 will give you UK Premiership Season Points 2005-06 have fun!
705 uses
-
Created 2006-05-01 09:50:27
-
Last used
2025-05-01 18:07:27
-
Nominate -
Description
-
http://www.sportingindex.com/xml/menu/flashproxy2.asp?sportid=${sid}&meetingid=${mid}&level=events&firstrequest=FALSE×tamp=15
holidays
Search holidays by country and month through qppstudio.net.
32 uses
-
Created 2006-05-01 09:10:55
-
Last used
2024-10-21 17:46:29
-
Nominate -
Description
-
http://www.qppstudio.net/bankholidays2006.htm
abt
An alias for the 'about' command Does a search at www.about.com
47 uses
-
Created 2006-05-01 06:01:02
-
Last used
2022-01-14 11:53:41
-
Nominate -
Description
-
http://search.about.com/fullsearch.htm?terms=%s
dvdguy
DVDGUY
30 uses
-
Created 2006-05-01 00:25:05
-
Last used
2006-12-16 00:11:30
-
Nominate -
Description
-
http://www.freewebs.com/dvdguy00
faa
Federal Aviation Administration (FAA) Airport Status and Delays updated reports
130 uses
-
Created 2006-04-30 14:38:36
-
Last used
2024-10-21 17:41:43
-
Nominate -
Description
-
http://www.fly.faa.gov/flyfaa/usmap.jsp
cba
Search the Iciba Chinese dictionaries from Kingsoft
418 uses
-
Created 2006-04-30 09:33:47
-
Last used
2024-09-25 14:10:11
-
Nominate -
Description
-
http://cb.kingsoft.com/search?s=%s&lang=UTF-8&t=word&sourceid=mozilla-search
mpq
Short-cut to Mapquest driving directions.
197 uses
-
Created 2006-04-30 08:26:21
-
Last used
2013-02-04 01:47:10
-
Nominate -
Description
-
http://www.mapquest.com/
ydd
Short-cut to Yahoo driving directions.
168 uses
-
Created 2006-04-30 08:24:50
-
Last used
2009-12-03 01:52:17
-
Nominate -
Description
-
http://maps.yahoo.com/dd
spy
Short-cut to Yahoo Sports.
85 uses
-
Created 2006-04-30 08:23:33
-
Last used
2021-12-26 16:52:17
-
Nominate -
Description
-
http://sports.yahoo.com/
rbc
This will play your favourite song or artist
1490 uses
-
Created 2006-04-29 20:30:42
-
Last used
2025-07-20 13:19:37
-
Nominate -
Description
-
http://www.radioblogclub.com/search/0/%s[use _ for spaces]
pkb
My Personal Knowledge Base
32 uses
-
Created 2006-04-29 08:04:16
-
Last used
2024-12-01 16:48:23
-
Nominate -
Description
-
http://basement/wordpress/index.php?s=%s
crunch
Get the latest story from TechCrunch
56 uses
-
Created 2006-04-29 07:18:07
-
Last used
2018-07-10 04:57:43
-
Nominate -
Description
-
http://www.techcrunch.com
ima
66 uses
-
Created 2006-04-29 05:48:24
-
Last used
2024-04-21 12:57:18
-
Nominate -
Description
-
http://www.imagecash.net
trojan
remove torjan horses
29 uses
-
Created 2006-04-28 19:02:35
-
Last used
2022-06-17 14:17:56
-
Nominate -
Description
-
http://www.detectit.co.il
teste
delete me please
166 uses
-
Created 2006-04-28 10:23:40
-
Last used
2024-11-02 10:47:54
-
Nominate -
Description
-
echo haha ${COMMAND}
gmx
SYNOPSIS gmx [keywords] EXAMPLE gmx inequidad gmx iniquidad Performs a Google.com.mx (Google's Mexico Domain) search using the given keywords.
50525 uses
-
Created 2006-04-28 00:43:48
-
Last used
2025-09-02 15:27:09
-
Nominate -
Description
-
http://www.google.com.mx/search?hl=es&q=%s
whatfile
A growing database of file and process descriptions
10 uses
-
Created 2006-04-27 20:42:16
-
Last used
2007-12-06 01:06:14
-
Nominate -
Description
-
http://whatisthatfile.com
ace
This command structures a search of the FAA aircraft database by owner name. It can be sorted by N-Number, Serial Number, Manufacturer Name/Model, Owner Name. Arrange YubNub string this way: "ace" last-name first-name sort-code [see below] ace -l smith -f -sort 1 [This command line gives you all owner names with the name "Smith" sorted by aircraft N-Number.] Sortcode 1: N-name Sortcode 2: Serial Number Sortcode 3: Manufacturer Name Sortcode 4: Model Name Sortcode 5: Owner Name Author: M.Druskof…
892 uses
-
Created 2006-04-27 16:46:09
-
Last used
2025-08-17 14:50:56
-
Nominate -
Description
-
http://registry.faa.gov/aircraftinquiry/nameSQL.asp?nametxt=${l}+${f}&sort_option=${sort=5}
pto
The U.S. Patent & Trademark Office (U.S. PTO) redesigned site to enable quick book marking of individual patents. This new command takes advantage of that, similar to the YubNub "pato" command. Simply include the U.S. patent number (with or without commas). pto 0000001 This takes you Patent #1, the July 13, 1836 patent for John Ruggles for a locomotive steam engine. [Note you have to view the patent through a scanned image.] Author: M.Druskoff, 04-27-06
66 uses
-
Created 2006-04-27 15:39:38
-
Last used
2021-02-23 01:21:39
-
Nominate -
Description
-
http://patft1.uspto.gov/netacgi/nph-Parser?patentnumber=%s
thnl
(Golden Egg)
NAME thnl - Web page Thumbnail Maker SYNOPSIS thnl [URL] EXAMPLES thnl http://www.google.com make a Thumbnail of [url] AUTHOR ZEGENVS
667 uses
-
Created 2006-04-27 14:49:16
-
Last used
2023-05-15 17:01:26
-
Description
-
http://img.simpleapi.net/small/%s[no url encoding]
mfo
microformat.org wiki search.
89 uses
-
Created 2006-04-27 13:51:58
-
Last used
2011-11-09 16:37:37
-
Nominate -
Description
-
http://microformats.org/wiki/Special:Search?search=%s
ylist
(Golden Egg)
NAME ylist - A simple lists application built entirely with YubNub SYNOPSIS ylist [LIST NAME] EXAMPLES ylist tmp ylist is a simple web application built 100% with YubNub. All functionality is encapulated within YubNub commands! Just type ylist list-name and you will be presented with a page on which there is a form for adding/removing items from the list. Not the most useful app in the world, but this is cool! AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/
1543 uses
-
Created 2006-04-27 11:03:03
-
Last used
2023-07-11 11:59:58
-
Description
-
echo <h1>ylist %s</h1><ul>{var CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s}</ul><form method="get" action="http://jonathanaquino.com/singpolymaplay/form2yubnub.php?xn_auth=no"><div><input type="hidden" name="cmdstr" value="ylist %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="ylist %s%7Bdummy %7Bvar CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s -set %7Bmatch %7Bridx <ul>%7Bvar CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s%7D</ul> -idx %25s -as xoxo%7D -pattern /<ul class="xoxo">(.*?)<\/ul>/ -capture 1 -matchnbr 1%7D%7D%7D" />Remove Item At: <input type="text" name="%25s" /><input type="submit" value="Go" /></div></form>[no url encoding]
Previous Page
Next Page