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

Command List (ls)


g (Golden Egg)
SYNOPSIS g [keywords] EXAMPLE g YubNub Performs a Google search using the given keywords.
23371786 uses - Created 2005-06-06 07:29:18 - Last used 2026-06-08 21:37:09 - Description - http://www.google.com/search?q=%s

gnws
Takes Google news in UTF-8 format
16760205 uses - Created 2006-09-17 18:11:27 - Last used 2026-05-25 05:43:43 - Nominate - Description - http://news.google.com/news?hl=en&ned=us&ie=UTF-8&q=%s&output=rss

Used-Parser-Use-People
Use U Will Pass "g". Abbreviation *google*
4579871 uses - Created 2024-12-26 12:36:21 - Last used 2026-05-30 11:55:08 - Nominate - Description - https://www.youtube.com/video/DQw4w9WgXcQ?watching=use-video

url (Golden Egg)
Converts a YubNub command to a URL. For example, url gim porsche 911 displays the following text: http://images.google.com/images?q=porsche+911 This command will be useful for people experimenting with chaining YubNub commands together.
4561658 uses - Created 2005-07-15 04:39:23 - Last used 2026-05-21 02:13:57 - Description - http://yubnub.org/parser/url?command=%s

gdeff
Performs a "Google Define:" command which gets definitions of the word(s) in all languages you've submitted
2261430 uses - Created 2006-09-08 06:56:40 - Last used 2025-04-19 22:04:52 - Nominate - Description - http://www.google.com/search?q=define%3A+%s&hl=en&lr=&oi=definel&defl=all

gim (Golden Egg)
SYNOPSIS gim [keywords] EXAMPLE gim "porsche 911" Performs a Google Image search using the given keywords. ---------- Old implementation: http://images.google.com/images?q=%s
1187947 uses - Created 2005-06-04 20:39:14 - Last used 2026-06-08 21:31:39 - Description - https://www.google.com/search?q=%s&um=1&ie=UTF-8&hl=en&tbm=isch

ifThen (Golden Egg)
NAME ifThen - Compares two values (or evaluates a conditional statement) and returns a value based on the result SYNOPSIS This command can be used with two different syntaxes: ifThen -value1 [VALUE 1] -value2 [VALUE 2] -test [CONDITIONAL TEST] -then [RESULT IF TRUE] -else [RESULT IF FALSE] -redirect [REDIRECT] OR: ifThen (CONDITIONAL STATEMENT)RESULT IF TRUE, RESULT IF FALSE -delimit [DELIMITER] -redirect [REDIRECT] EXAMPLES The following are examples using both of the two syntaxes: ifThen -val…
1090467 uses - Created 2005-08-12 04:14:04 - Last used 2023-11-19 06:52:35 - Description - http://jonathanaquino.com/yubscripts/ifthen/ifthen.php?value1=${value1}&value2=${value2}&test=${test}&then=${then}&els=${else}&redirect=${redirect=false}&input=%s&delimit=${delimit=,}&xn_auth=no

gm (Golden Egg)
Google Maps Search. Google Maps has several handy features included within it. To map out a single location, just type the address. Example: gmaps 123 Maple Dr. Detroit, MI To find businesses or other specific things, simply give the location and business. Example: pizza in Detroit To get directions from one location to another, type both locations. Example: from 123 Maple Dr. Detroit, MI to 321 Oak Street Dayton, OH
408244 uses - Created 2005-06-06 06:42:23 - Last used 2026-06-08 17:29:38 - Description - http://maps.google.com/maps?q=%s

gi
Google Images ---------- Old implementation: http://images.google.com/images?q=%s&&tbo=1
387713 uses - Created 2005-06-17 22:12:15 - Last used 2026-06-08 20:39:04 - Nominate - Description - https://www.google.com/search?q=%s&um=1&ie=UTF-8&tbm=isch

gde
Search in google.de
361588 uses - Created 2005-07-08 09:19:37 - Last used 2026-06-08 12:45:10 - Nominate - Description - http://www.google.de/search?hl=de&q=%s&btnG=Suche&meta=

create (Golden Egg)
SYNOPSIS create [command-name] EXAMPLE create Creates a new YubNub command with the given name (must not already exist). You will be prompted for a URL pointing to the implementation of the command -- it might be an existing service (e.g. the Google Image Search submit form), or your own custom implementation sitting on your own server. Welcome to the Web OS: small pieces, loosely joined.
350556 uses - Created 2005-06-04 18:52:07 - Last used 2026-06-08 20:51:49 - Description - http://yubnub.org/command/new?name=%s

gg (Golden Egg)
SYNOPSIS gg [keywords] EXAMPLE gg YubNub Performs a Google search using the given keywords.
293344 uses - Created 2005-06-05 22:44:27 - Last used 2026-06-08 06:32:57 - Description - http://www.google.com/search?q=%s

split (Golden Egg)
NAME split - displays several webpages on a single screen SYNOPSIS split [URL] [URL] [URL] ... EXAMPLE split http://google.com http://yahoo.com http://answers.com split {url g porsche} {url y porsche} {url a porsche} AUTHOR Jonathan Aquino <jonathan.aquino@gmail.com>
285978 uses - Created 2005-07-22 03:45:37 - Last used 2026-04-25 23:42:54 - Description - http://yubnub.org/example/split?type=t&urls=%s

eop (Golden Egg)
NAME eop - Checks the value between two tokens in a string. If empty, nothing is returned. If not empty, the whole string is returned. SYNOPSIS eop [STRING] -else [VALUE IF EMPTY] -token [TOKEN VALUE (Default @)] EXAMPLES eop I like @monkeys@ (returns "I like monkeys") eop I like @@ (returns "") eop I like @@ -else Hello World! (returns "Hello World!") http://images.google.com/{eop images?q=@%s@} (If %s has a value, you are sent to http://images.google.com/images?q=%s, if it has no value you ar…
244652 uses - Created 2006-04-02 16:43:25 - Last used 2023-03-03 11:24:35 - Description - ifthen -value1 {strfind -find ${token=@}${token=@} -string %s} -value2 0 -test equal -then {strreplace -find ${token=@} -replace -string %s} -else ${else}

gmaps (Golden Egg)
Google Maps Search. Google Maps has several handy features included within it. To map out a single location, just type the address. Example: gmaps 123 Maple Dr. Detroit, MI To find businesses or other specific things, simply give the location and business. Example: pizza in Detroit To get directions from one location to another, type both locations. Example: from 123 Maple Dr. Detroit, MI to 321 Oak Street Dayton, OH
230903 uses - Created 2005-06-06 06:41:12 - Last used 2026-06-08 18:23:25 - Description - http://maps.google.com/maps?q=%s

mash2 (Golden Egg)
NAME mash2 - A rewrite of the mash command that allows for multiple keywords and unlimited commands. SYNOPSIS mash2 [KEYWORDS] -cmd [YUBNUB COMMANDS] EXAMPLES mash2 singpolyma comments -cmd g y am a gfl gdeff del2 Mashes the results for 'singpolyma comments' from the g, y, am, a, gfl, gdeff, and del2 commands on one page. NOTES See also : mash, mashswitch, mash2test, ms2 AUTHOR Stephen Paul Weber a.k.a. Singpolyma http://singpolyma-tech.blogspot.com/ Kudos to Brian A a.k.a. chicagosage for his …
205941 uses - Created 2006-11-22 17:42:37 - Last used 2026-03-21 13:45:01 - Description - split {foreach {explode ${cmd} -token <space>} -cmd echo [|url %25s %s|] -as <space>}

myicomp
30dc tool. Automatically checks phrase against MYI
189286 uses - Created 2007-08-08 21:04:10 - Last used 2014-02-02 12:13:49 - Nominate - Description - http://www.google.com/trends?q=male+yeast+infection%2C+%22%s%22&ctab=0&geo=all&date=all&sort=0

Gphraseus
Automatically adds quotations to your search phrase, as well as "&gl=US".
188566 uses - Created 2007-08-09 03:02:51 - Last used 2025-01-20 08:18:47 - Nominate - Description - http://www.google.com/search?hl=en&q=%22%s%22&btnG=Google+Search&gl=US

gfl
Google's I Feel Lucky option Takes you to the 1st option.
170460 uses - Created 2005-06-24 02:56:41 - Last used 2026-06-08 06:31:37 - Nominate - Description - http://google.com/search?q=%s&btnI=I%27m+Feeling+Lucky

gmap
Google Maps
152364 uses - Created 2005-06-24 00:52:34 - Last used 2026-06-08 02:00:34 - Nominate - Description - http://maps.google.com/maps?oi=map&q=%s

scrape (Golden Egg)
NAME scrape - display a snippet of text parsed from a web page. SYNOPSIS scrape -tokens TOKENS -dirs DIRECTIONS -url URL [options] Mandatory arguments: -tokens <token_list_string> A list of tokens (delimited by spaces) which the user has determined to be sufficient to consistently point the parser to the exact location of the required data. For example -tokens <title> </title> would return all characters between these two HTML tags. -dirs <direction_list_string> A list of directions associated …
145875 uses - Created 2005-07-22 03:42:49 - Last used 2026-04-30 10:22:08 - Description - http://efridge.net/yubnub/parse.php?ynp_tokens=${tokens}&ynp_dirs=${dirs}&yndesturl=${url}&ynp_debug=${debug=0}&ynp_http=${method=get}&ynp_scrape=${textonly=1}

gmail (Golden Egg)
With no parameter, opens GMail, with a parameter, searches GMail for parameter (must be logged in). Examples: gmail - opens GMail gmail world peace - searches GMail for world peace (if logged in) Stian Haklev, shaklev@gmail.com. My first command using eop, thanks Allen, this is awesome!
145754 uses - Created 2005-06-06 20:39:07 - Last used 2026-06-03 10:57:35 - Description - https://gmail.google.com/{eop gmail?search=query&q=@%s@&view=tl&fs=1}

google
Google search.
118399 uses - Created 2005-06-10 20:53:30 - Last used 2026-06-05 09:55:26 - Nominate - Description - http://www.google.com/search?hl=en&q=%s

guk (Golden Egg)
Google UK search: UK Specific Type in the search term and Google will return pages from the UK. ========== Old implementation: http://www.google.co.uk/search?ie=UTF-8&sourceid=navclient&gfns=1&q=%s Google UK's "Browse By Name" search
94598 uses - Created 2005-06-08 10:01:21 - Last used 2026-06-06 02:30:20 - Description - http://www.google.co.uk/search?hl=en&safe=off&q=%s&btnG=Search&meta=cr%3DcountryUK%7CcountryGB

gs (Golden Egg)
SYNOPSIS gs [keywords] EXAMPLE gs pagerank brin Performs a Google Scholar search using the given keywords.
92049 uses - Created 2005-06-06 03:08:33 - Last used 2026-06-08 11:33:06 - Description - http://scholar.google.com/scholar?q=%s

scr
scroogle google proxy no cookies | no search-term records | access log deleted after 7 days ---------- Old implementation: http://www.scroogle.org/cgi-bin/nbbw.cgi?Gw=%s
91193 uses - Created 2005-06-22 22:41:23 - Last used 2026-04-14 12:41:17 - Nominate - Description - https://www.google.com/search?q=scr

gfr
Google.fr localised search
90123 uses - Created 2005-06-30 10:08:13 - Last used 2026-06-08 13:36:32 - Nominate - Description - http://www.google.fr/search?hl=fr&q=%s

gma (Golden Egg)
With no parameter, opens GMail, with a parameter, searches GMail for parameter (must be logged in). Examples: gma - opens GMail gma world peace - searches GMail for world peace (if logged in) Proposed as replacement for gma. Stian Haklev, shaklev@gmail.com. My first command using eop, thanks Allen, this is awesome! ========== Old implementation: https://gmail.google.com/{eop gmail?search=query&q=@%s@&view=tl&fs=1}
89970 uses - Created 2005-06-22 23:30:00 - Last used 2026-06-05 02:21:18 - Description - https://mail.google.com/{eop mail/#search/@%s@ -else }

r4go
r4go
86593 uses - Created 2014-09-01 06:55:36 - Last used 2026-04-26 10:48:39 - Nominate - Description - http://maps.googleapis.com/maps/api/staticmap?center=${1},${2}&size=419x230&zoom=${31=13}&scale=2&maptype=${32=hybrid}&markers=icon:http://goo.gl/v2Jc9o%7C${3},${4}&markers=icon:http://goo.gl/kX2qJD%7C${5},${6}&markers=icon:http://goo.gl/OOl5LJ%7C${7},${8}&markers=icon:http://goo.gl/rdB2F0%7C${9},${10}&markers=icon:http://goo.gl/JE3MF8%7C${11},${12}&markers=color:yellow%7Clabel:1%7C${13},${14}&markers=color:yellow%7Clabel:2%7C${15},${16}&markers=color:yellow%7Clabel:3%7C${17},${18}&markers=color:yellow%7Clabel:4%7C${19},${20}&markers=color:yellow%7Clabel:5%7C${21},${22}&markers=color:yellow%7Clabel:6%7C${23},${24}&markers=color:yellow%7Clabel:7%7C${25},${26}&markers=color:yellow%7Clabel:8%7C${27},${28}&markers=color:yellow%7Clabel:9%7C${29},${30}

ghu
Search in the hungarian localized version of Google.
86528 uses - Created 2007-01-07 12:15:36 - Last used 2026-06-08 12:18:33 - Nominate - Description - http://www.google.hu/search?hl=hu&q=%s&meta=lr%3Dlang_hu

ges
Buscar páginas en español en Google.es (Google.es search for pages in Spanish) Ejemplo/example: ges perico palotes
81052 uses - Created 2005-10-09 20:40:46 - Last used 2026-06-08 10:10:46 - Nominate - Description - http://www.google.es/search?hl=es&lr=lang_es&q=%s

cmdline (Golden Egg)
NAME cmdline - opens a command line frame at the bottom of the screen cmd - an alias for cmdline SYNOPSIS cmdline [options] cmd [options] Optional arguments: -br <browser_type = ff> If not included, cmdline will assume that a Firefox browser is being used. This is the default value of "ff". If set to "ie", cmdline will assume an Internet Explorer browser is being used. -fc <font_colour = black> If not included, the cmdline will use a black font. This is the default value. HTML colour names, hex…
75230 uses - Created 2005-08-06 03:38:24 - Last used 2026-06-08 11:17:13 - Description - http://efridge.net/yubnub/ynframes.php?args=%s

goto (Golden Egg)
Go directly to Google's number one result
65143 uses - Created 2005-06-08 14:06:05 - Last used 2026-06-03 01:25:03 - Description - http://www.google.com/search?q=%s&btnI=I'm+Feeling+Lucky

gat
Search google.at.
59085 uses - Created 2006-01-16 14:44:45 - Last used 2026-06-08 06:10:06 - Nominate - Description - http://www.google.at/search?q=%s

maps

58319 uses - Created 2005-06-10 00:17:18 - Last used 2026-06-08 19:33:59 - Nominate - Description - http://maps.google.com/maps?q=%s

gn
Google News (copied from gnews)
55333 uses - Created 2005-06-21 15:31:44 - Last used 2026-06-08 09:21:52 - Nominate - Description - http://news.google.com/news?num=100&hl=en&lr=&tab=wn&ie=UTF-8&q=%s&scoring=d

gnews (Golden Egg)
search google news in batches of 100 and sorted by date
53690 uses - Created 2005-06-09 13:12:18 - Last used 2026-06-07 02:01:20 - Description - http://news.google.com/news?num=100&hl=en&lr=&tab=wn&ie=UTF-8&q=%s&scoring=d

tr (Golden Egg)
SYNOPSIS tr FROM TO TEXT EXAMPLES tr en fr hello Translates the given text from the first language to the second language, courtesy of Google Language Tools. The above example translates "hello" from English (en) to French (fr). Not all language combinations are available. Chinese (Simplified) zh-CN English ............ en French ............. fr German ............. de Italian ............ it Japanese ........... ja Korean ............. ko Portuguese ......... pt Spanish ............ es
53237 uses - Created 2005-06-07 06:37:56 - Last used 2026-06-07 02:19:30 - Description - http://yubnub.org/example/tr?args=%s

gmx
SYNOPSIS gmx [keywords] EXAMPLE gmx inequidad gmx iniquidad Performs a Google.com.mx (Google's Mexico Domain) search using the given keywords.
50578 uses - Created 2006-04-28 00:43:48 - Last used 2026-05-29 15:16:46 - Nominate - Description - http://www.google.com.mx/search?hl=es&q=%s

gcal
Regular Google calender link
45469 uses - Created 2006-04-13 03:40:51 - Last used 2026-06-08 13:57:02 - Nominate - Description - http://www.google.com/calendar/render

go
SYNOPSIS g [keywords] EXAMPLE g YubNub Performs a Google search using the given keywords.
44305 uses - Created 2005-06-11 18:32:17 - Last used 2026-05-25 11:19:11 - Nominate - Description - http://www.google.com/search?q=%s

gr
Search GoodReads ---------- Old implementation: Google Reader http://www.google.com/reader/view{ifEmpty -value %s -then -else /#search/%s/}
43428 uses - Created 2005-06-14 01:24:05 - Last used 2026-06-08 17:58:29 - Nominate - Description - http://www.goodreads.com/search/search?search%5Bquery%5D=%s&commit.x=0&commit.y=0

gv

40707 uses - Created 2005-06-28 19:11:25 - Last used 2026-04-13 09:59:41 - Nominate - Description - http://video.google.com/videosearch?q=%s

-s
SSL secured search on Startpage.com, a privacy protecting way to search with Google results without storage of IP numbers or other personally identifiable information.
38865 uses - Created 2011-02-05 21:25:26 - Last used 2026-06-08 20:34:33 - Nominate - Description - https://startpage.com/do/metasearch.pl?query=%s

xim
This is pretty simple, actually. It performs an advanced search on google for large images with aldult filtering turned off. For example, to find large, unfiltered photos with "boobs", type: xim boobs That's it.
37803 uses - Created 2005-06-28 02:10:48 - Last used 2026-06-08 13:42:03 - Nominate - Description - http://www.google.com/images?as_q=%s&svnum=10&hl=en&btnG=Google+Search&as_epq=&as_oq=&as_eq=&imgsz=xxlarge&as_filetype=&imgc=&as_sitesearch=&safe=off

ifl
I'm feeling lucky - from Google
37079 uses - Created 2005-07-12 15:25:02 - Last used 2026-06-08 08:04:56 - Nominate - Description - http://google.com/search?q=%s&btnI=I%27m+Feeling+Lucky

bgg (Golden Egg)
SYNOPSIS bgg [board game] EXAMPLES bgg monopoly bgg settlers of catan Displays information on the given board game, courtesy of BoardGameGeek.com. Ratings, comments, number of players, playing time, etc. ---------- Old implementation: http://www.google.ca/search?btnI=I%27m+Feeling+Lucky&q=site%3Aboardgamegeek.com+%s
36723 uses - Created 2005-06-06 01:07:49 - Last used 2026-05-31 13:25:48 - Description - http://boardgamegeek.com/geeksearch.php?action=search&objecttype=boardgame&q=%s

sgmail
Secure version of 'gmail'
34641 uses - Created 2005-08-04 17:53:41 - Last used 2025-05-14 07:50:37 - Nominate - Description - https://mail.google.com/mail

img (Golden Egg)
Just an other gim google but more simple for me :) Example: img sincity ---------- Old implementation: http://images.google.com/images?q=%s
34210 uses - Created 2005-06-13 18:41:22 - Last used 2026-06-08 12:19:57 - Description - https://www.google.com/search?q=%s&um=1&ie=UTF-8&hl=en&tbm=isch

Next Page