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".
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
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!
706 uses
-
Created 2006-05-01 09:50:27
-
Last used
2025-09-20 05:48:06
-
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
131 uses
-
Created 2006-04-30 14:38:36
-
Last used
2025-12-10 05:55:32
-
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
1492 uses
-
Created 2006-04-29 20:30:42
-
Last used
2025-12-31 18:42:24
-
Nominate -
Description
-
http://www.radioblogclub.com/search/0/%s[use _ for spaces]
pkb
My Personal Knowledge Base
33 uses
-
Created 2006-04-29 08:04:16
-
Last used
2026-05-04 02:50:42
-
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
167 uses
-
Created 2006-04-28 10:23:40
-
Last used
2026-07-25 14:04:59
-
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.
50590 uses
-
Created 2006-04-28 00:43:48
-
Last used
2026-08-26 17:34:23
-
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…
894 uses
-
Created 2006-04-27 16:46:09
-
Last used
2025-12-29 13:50:05
-
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]
ridx
NAME ridx - Removes an index from an 'array' SYNOPSIS ridx [ARRAY DATA] -idx [INDEX TO REMOVE] -as [ARRAY TYPE] -callback [CALLBACK] EXAMPLES ridx {explode 1,2,3,4} -idx 0 returns and XML-style array with elements 2,3,4 ridx {explode 1,2,3,4} -idx 0 -as xoxo returns and XOXO-style array with elements 2,3,4 ridx {explode 1,2,3,4} -idx 0 -as json [-callback x] returns and JSON-style array with elements 2,3,4 with optional JSONP callback x AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.…
333 uses
-
Created 2006-04-27 10:11:20
-
Last used
2011-05-15 10:05:46
-
Nominate -
Description
-
http://jonathanaquino.com/singpolymaplay/yubnub-ridx.php?xn_auth=no&data=%s&idx=${idx}&as=${as}&callback=${callback}
dummy
NAME dummy - Returns blank no matter what is passed to it SYNOPSIS dummy [STRING] AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/
841 uses
-
Created 2006-04-27 09:49:09
-
Last used
2023-02-27 00:51:55
-
Nominate -
Description
-
http://jonathanaquino.com/singpolymaplay/yubnub-dummy.php?xn_auth=no&str=%s
sdc
Short-cut to sportsdictionary.com
20 uses
-
Created 2006-04-27 08:32:20
-
Last used
2018-01-27 03:08:57
-
Nominate -
Description
-
http://www.sportsdictionary.com/search.aspx
ep
510 uses
-
Created 2006-04-27 04:02:43
-
Last used
2026-06-23 01:44:27
-
Nominate -
Description
-
http://search.empas.com/search/all.html?a=w&s=&f=&z=A&q=%s&schbtn.x=0&schbtn.y=0
djangot
open the given django ticket
12 uses
-
Created 2006-04-26 21:47:16
-
Last used
2010-05-18 14:06:10
-
Nominate -
Description
-
http://code.djangoproject.com/ticket/%s
lad
go to the website for the L.A.D.s
11 uses
-
Created 2006-04-26 19:31:40
-
Last used
2013-03-16 09:38:30
-
Nominate -
Description
-
http://www.vgcentral.net
uofa
Does a google search of the University of Arizona site, Tucson, AZ
893 uses
-
Created 2006-04-26 14:11:32
-
Last used
2024-09-03 02:17:45
-
Nominate -
Description
-
http://www.google.com/search?q=site:arizona.edu+%s
wetteronline
Wetteronline.de search. Enter name or PLZ of place.
301 uses
-
Created 2006-04-26 12:16:27
-
Last used
2026-06-07 13:39:06
-
Nominate -
Description
-
http://www.wetteronline.de/cgi-bin/wuche?ORT=%s
wetter.com
Wetter.com search. Enter name or PLZ of place.
40 uses
-
Created 2006-04-26 12:13:08
-
Last used
2022-08-23 05:55:32
-
Nominate -
Description
-
http://www.wetter.com/v2/?SID=&LANG=DE&LOC=7004&LOCFROM=0203&LOCFULL=7000&search=%s
Previous Page
Next Page