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.
22795905 uses - Created 2005-06-06 07:29:18 - Last used 2024-04-26 19:58:52 - Description - http://www.google.com/search?q=%s

xny
Get description of particular yahoo news
16001012 uses - Created 2006-09-14 19:54:23 - Last used 2023-11-19 06:41:45 - Nominate - Description - http://news.search.yahoo.com/news/rss?ei=UTF-8&p=%s&c=&eo=UTF-8

wp (Golden Egg)
English WikiPedia search ---------- Old implementation: http://en.wikipedia.org/{ifThen -value1 %s -value2 -test NOTEQUAL -then ?search=%s -else wiki/Main_Page}
2732753 uses - Created 2005-06-05 22:32:14 - Last used 2024-04-26 19:10:08 - Description - http://en.wikipedia.org/?search=%s

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

yt (Golden Egg)
Search YouTube.. Like flickr for videos.
1658508 uses - Created 2005-08-14 16:12:27 - Last used 2024-04-26 19:30:52 - Description - http://www.youtube.com/results?search_type=search_videos&search_sort=relevance&search_query=%s&search=Search

onelook
Dictionary Search using Onelook. Example: onelook duplicity
1612503 uses - Created 2005-06-20 20:38:28 - Last used 2024-04-26 05:55:34 - Nominate - Description - http://www.onelook.com/?w=%s&ls=a

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
1161040 uses - Created 2005-06-04 20:39:14 - Last used 2024-04-26 18:47:42 - Description - https://www.google.com/search?q=%s&um=1&ie=UTF-8&hl=en&tbm=isch

ls (Golden Egg)
SYNOPSIS ls [word or phrase] EXAMPLES ls ls music Lists information about all the commands in YubNub. Sorts entries by date. If you specify a word or phrase, YubNub will search the descriptions, names, and urls for that word or phrase. For example, "ls music" will return all YubNub commands pertaining to music.
678480 uses - Created 2005-06-04 12:42:27 - Last used 2024-04-26 02:41:24 - Description - http://yubnub.org/kernel/ls?args=%s

imdb (Golden Egg)
Searches for anything on the International Movie Database
533413 uses - Created 2005-06-05 23:00:44 - Last used 2024-04-26 18:04:06 - Description - http://www.imdb.com/find?q=%s

ge (Golden Egg)
SYNOPSIS ge [word or phrase] EXAMPLES ge ge dictionary Displays the YubNub Golden Eggs - a list of YubNub commands that people seem to find particularly useful and interesting. If you specify a word or phrase, YubNub will search the descriptions, names, and urls for that word or phrase. For example, "ge dictionary" will return all Golden-Egg commands pertaining to dictionaries.
401364 uses - Created 2005-06-16 05:47:48 - Last used 2024-04-26 06:33:28 - Description - http://yubnub.org/kernel/golden_eggs?args=%s

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
395521 uses - Created 2005-06-06 06:42:23 - Last used 2024-04-26 17:51:40 - Description - http://maps.google.com/maps?q=%s

wiki (Golden Egg)
Search for Wikipedia Articles.
392211 uses - Created 2005-06-09 00:19:06 - Last used 2024-04-26 05:11:35 - Description - http://en.wikipedia.org/wiki/Special:Search?search=%s&fulltext=Search

gi
Google Images ---------- Old implementation: http://images.google.com/images?q=%s&&tbo=1
380683 uses - Created 2005-06-17 22:12:15 - Last used 2024-04-26 11:14:38 - Nominate - Description - https://www.google.com/search?q=%s&um=1&ie=UTF-8&tbm=isch

gde
Search in google.de
354989 uses - Created 2005-07-08 09:19:37 - Last used 2024-04-26 15:58:07 - Nominate - Description - http://www.google.de/search?hl=de&q=%s&btnG=Suche&meta=

wnet
it searches for words in wordnet dictionary an online lexical reference system whose design is inspired by current psycholinguistic theories of human lexical memory. English nouns, verbs, adjectives and adverbs are organized into synonym sets, each representing one underlying lexical concept. Different relations link the synonym sets.
352255 uses - Created 2005-11-28 02:12:40 - Last used 2020-08-04 22:17:53 - Nominate - Description - http://dict.die.net/%s

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.
342423 uses - Created 2005-06-04 18:52:07 - Last used 2024-04-26 02:44:08 - 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.
290514 uses - Created 2005-06-05 22:44:27 - Last used 2024-04-26 00:50:08 - Description - http://www.google.com/search?q=%s

strReplace (Golden Egg)
NAME strReplace - replace all instances of a character or string found within another string SYNOPSIS strReplace -find [TEXT TO FIND] -replace [TEXT TO SUBSITUTE IN] -string [STRING TO BE SEARCHED] EXAMPLES strReplace -find pizza -replace hot dogs -string I like pizza. (returns: I like hot dogs.) strReplace -find a -replace o -string Banana Camera (returns: Bonono Camero) Replaces all instances of a string or character with another string or character, and returns the resulting string. This com…
283215 uses - Created 2005-08-13 19:16:44 - Last used 2023-12-28 09:31:10 - Description - http://jonathanaquino.com/yubscripts/strings/stringmanip.php?command=strreplace&find=${find}&replace=${replace}&string=${string}&xn_auth=no

leo (Golden Egg)
Check leo for German / English translation
274436 uses - Created 2005-06-05 23:51:23 - Last used 2024-04-26 04:21:43 - Description - http://dict.leo.org/?search=%s

am (Golden Egg)
SYNOPSIS am [keywords] EXAMPLE am a brief history of time Searches Amazon.com using the given keyword (e.g. book title, author, etc.) ---------- Old implementation: http://www.amazon.com/exec/obidos/external-search?mode=blended&keyword={iconv - to ISO-8859-1 -str %s}[use %20 for spaces]
252699 uses - Created 2005-06-04 20:06:51 - Last used 2024-04-26 14:37:05 - Description - http://www.amazon.com/s/?field-keywords=%s

strFind (Golden Egg)
NAME strFind - Returns the position of a string or character within another string SYNOPSIS strFind -find [TEXT TO FIND] -string [STRING TO BE SEARCHED] -reverse [REVERSE SEARCH] EXAMPLES strFind -find b -string abcabc (returns: 2) strFind -find b -string abcabc -reverse true (returns: 5) strFind -find z -string abcabc (returns: 0) Returns the position of the first occurence of a string or character within another string. If nothing is found, the command returns 0. Set -reverse to TRUE if you w…
247850 uses - Created 2005-08-13 19:40:44 - Last used 2019-05-15 09:57:55 - Description - http://jonathanaquino.com/yubscripts/strings/stringmanip.php?command=strfind&find=${find}&reverse=${reverse=FALSE}&string=${string}&xn_auth=no

wpde (Golden Egg)
German Wikipedia Search
243320 uses - Created 2005-06-05 22:35:53 - Last used 2024-04-25 07:48:37 - Description - http://de.wikipedia.org?search=%s

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
222392 uses - Created 2005-06-06 06:41:12 - Last used 2024-04-26 17:50:02 - Description - http://maps.google.com/maps?q=%s

FB
facebook search for keyword or shortcut to facebook main page (if no keyword given) searches Names, Profiles, Groups, Events in All Networks for keyword Examples: fbk john doe alaska (goes to http://www.facebook.com/s.php?q=john+doe+alaska) fbk (goes to http://www.facebook.com)
189397 uses - Created 2005-06-25 02:53:32 - Last used 2024-04-25 09:13:45 - Nominate - Description - http://www.facebook.com{ifThen -value1 %s -value2 -test NOTEQUAL -then /s.php?q=%s}

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

ddg
Use the "DuckDuckGo" Search Engine. To search DuckDuckGo for "Linux" just type: Example: ddg Linux
185620 uses - Created 2009-05-26 01:48:50 - Last used 2024-04-26 18:08:19 - Nominate - Description - http://duckduckgo.com/?q=%s

gfl
Google's I Feel Lucky option Takes you to the 1st option.
169712 uses - Created 2005-06-24 02:56:41 - Last used 2024-04-23 14:48:58 - Nominate - Description - http://google.com/search?q=%s&btnI=I%27m+Feeling+Lucky

tpb
search the pirate bay
169453 uses - Created 2005-06-20 20:44:00 - Last used 2024-04-25 15:19:11 - Nominate - Description - http://thepiratebay.org/search/%s/0/7/0[use %20 for spaces]

ebay (Golden Egg)
Ebay auction item search
162028 uses - Created 2005-06-06 00:47:24 - Last used 2024-04-26 13:23:13 - Description - http://www.ebay.com/sch/items/?_nkw=%s

youtube
Searches on Youtube, in case yt is too hard to remember
161562 uses - Created 2006-01-27 21:46:59 - Last used 2024-04-26 09:24:00 - Nominate - Description - http://www.youtube.com/results?search_type=search_videos&search_sort=relevance&search_query=%s&search=Search

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 …
145869 uses - Created 2005-07-22 03:42:49 - Last used 2024-04-15 04:55:36 - 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!
145442 uses - Created 2005-06-06 20:39:07 - Last used 2024-04-26 05:31:58 - Description - https://gmail.google.com/{eop gmail?search=query&q=@%s@&view=tl&fs=1}

d
Dictionary
134485 uses - Created 2005-06-10 21:50:02 - Last used 2024-04-26 13:35:17 - Nominate - Description - http://dictionary.reference.com/search?q=%s

amazon
search any product in amazon exaple: amazon camcorder
123365 uses - Created 2005-06-16 10:58:48 - Last used 2024-04-25 15:04:48 - Nominate - Description - http://www.amazon.com/s/?field-keywords=%s

google
Google search.
117535 uses - Created 2005-06-10 20:53:30 - Last used 2024-04-26 18:44:20 - Nominate - Description - http://www.google.com/search?hl=en&q=%s

nvrdic
Naver Dictionary http://dic.naver.com
98956 uses - Created 2014-10-21 02:09:07 - Last used 2024-04-23 17:49:26 - Nominate - Description - http://dic.naver.com/search.nhn?query=%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
93856 uses - Created 2005-06-08 10:01:21 - Last used 2024-04-26 10:54:38 - Description - http://www.google.co.uk/search?hl=en&safe=off&q=%s&btnG=Search&meta=cr%3DcountryUK%7CcountryGB

y (Golden Egg)
SYNOPSIS y [keywords] EXAMPLE y why is the sky blue Searches the web using the Yahoo! search engine.
91472 uses - Created 2005-06-06 01:20:52 - Last used 2024-04-26 09:53:09 - Description - http://search.yahoo.com/search?&p=%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
91190 uses - Created 2005-06-22 22:41:23 - Last used 2024-04-03 07:00:10 - Nominate - Description - https://www.google.com/search?q=scr

gs (Golden Egg)
SYNOPSIS gs [keywords] EXAMPLE gs pagerank brin Performs a Google Scholar search using the given keywords.
90225 uses - Created 2005-06-06 03:08:33 - Last used 2024-04-26 17:12:15 - Description - http://scholar.google.com/scholar?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}
89765 uses - Created 2005-06-22 23:30:00 - Last used 2024-04-25 11:14:31 - Description - https://mail.google.com/{eop mail/#search/@%s@ -else }

dg
use the ssl version of the duckduckgo search engine
87956 uses - Created 2005-07-03 16:33:11 - Last used 2024-04-26 12:36:38 - Nominate - Description - https://duckduckgo.com/?q=%s

gfr
Google.fr localised search
87313 uses - Created 2005-06-30 10:08:13 - Last used 2024-04-26 10:01:03 - Nominate - Description - http://www.google.fr/search?hl=fr&q=%s

wi
English WikiPedia search
81494 uses - Created 2005-06-30 19:42:30 - Last used 2024-04-25 16:43:50 - Nominate - Description - http://en.wikipedia.org/?search=%s

ghu
Search in the hungarian localized version of Google.
81386 uses - Created 2007-01-07 12:15:36 - Last used 2024-04-26 05:47:06 - 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
78622 uses - Created 2005-10-09 20:40:46 - Last used 2024-04-26 14:39:00 - Nominate - Description - http://www.google.es/search?hl=es&lr=lang_es&q=%s

b
The new Microsoft search engine.
74615 uses - Created 2006-08-15 16:19:58 - Last used 2024-04-10 09:56:54 - Nominate - Description - http://www.bing.com/search?q=%s

a (Golden Egg)
Answers.com fact search
71985 uses - Created 2005-06-10 03:11:47 - Last used 2024-04-25 01:47:11 - Description - http://www.answers.com/%s

amde
Amazon.DE Search example: amde Harry Potter
65851 uses - Created 2005-06-21 10:16:53 - Last used 2024-04-26 05:04:48 - Nominate - Description - http://www.amazon.de/exec/obidos/external-search?keyword=%s&index=blended[use %20 for spaces]

Next Page