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.
22816594 uses - Created 2005-06-06 07:29:18 - Last used 2024-05-19 11:21:18 - 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}
2733635 uses - Created 2005-06-05 22:32:14 - Last used 2024-05-19 10:24:50 - 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.
1660276 uses - Created 2005-08-14 16:12:27 - Last used 2024-05-19 11:11:17 - 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
1612691 uses - Created 2005-06-20 20:38:28 - Last used 2024-05-19 08:52:05 - 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
1161880 uses - Created 2005-06-04 20:39:14 - Last used 2024-05-19 10:46:57 - 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.
678767 uses - Created 2005-06-04 12:42:27 - Last used 2024-05-19 07:33:23 - Description - http://yubnub.org/kernel/ls?args=%s

imdb (Golden Egg)
Searches for anything on the International Movie Database
533695 uses - Created 2005-06-05 23:00:44 - Last used 2024-05-19 10:34:22 - 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.
401453 uses - Created 2005-06-16 05:47:48 - Last used 2024-05-19 05:26:52 - 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
395952 uses - Created 2005-06-06 06:42:23 - Last used 2024-05-19 08:37:52 - Description - http://maps.google.com/maps?q=%s

wiki (Golden Egg)
Search for Wikipedia Articles.
392265 uses - Created 2005-06-09 00:19:06 - Last used 2024-05-16 06:07:07 - 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
380923 uses - Created 2005-06-17 22:12:15 - Last used 2024-05-19 10:17:51 - Nominate - Description - https://www.google.com/search?q=%s&um=1&ie=UTF-8&tbm=isch

gde
Search in google.de
355257 uses - Created 2005-07-08 09:19:37 - Last used 2024-05-19 07:42:27 - 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.
342621 uses - Created 2005-06-04 18:52:07 - Last used 2024-05-19 05:26:52 - 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.
290603 uses - Created 2005-06-05 22:44:27 - Last used 2024-05-17 09:55:18 - 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
274522 uses - Created 2005-06-05 23:51:23 - Last used 2024-05-19 08:11:47 - 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]
252818 uses - Created 2005-06-04 20:06:51 - Last used 2024-05-19 08:25:39 - 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
243395 uses - Created 2005-06-05 22:35:53 - Last used 2024-05-19 10:52:11 - 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
222652 uses - Created 2005-06-06 06:41:12 - Last used 2024-05-19 09:46:33 - 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)
189413 uses - Created 2005-06-25 02:53:32 - Last used 2024-05-19 08:45:22 - 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
186500 uses - Created 2009-05-26 01:48:50 - Last used 2024-05-19 11:14:39 - Nominate - Description - http://duckduckgo.com/?q=%s

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

tpb
search the pirate bay
169468 uses - Created 2005-06-20 20:44:00 - Last used 2024-05-19 00:48:10 - Nominate - Description - http://thepiratebay.org/search/%s/0/7/0[use %20 for spaces]

ebay (Golden Egg)
Ebay auction item search
162093 uses - Created 2005-06-06 00:47:24 - Last used 2024-05-19 04:17:22 - Description - http://www.ebay.com/sch/items/?_nkw=%s

youtube
Searches on Youtube, in case yt is too hard to remember
161602 uses - Created 2006-01-27 21:46:59 - Last used 2024-05-19 05:24:53 - 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!
145452 uses - Created 2005-06-06 20:39:07 - Last used 2024-05-16 13:09:48 - Description - https://gmail.google.com/{eop gmail?search=query&q=@%s@&view=tl&fs=1}

d
Dictionary
134515 uses - Created 2005-06-10 21:50:02 - Last used 2024-05-18 08:17:31 - Nominate - Description - http://dictionary.reference.com/search?q=%s

amazon
search any product in amazon exaple: amazon camcorder
123400 uses - Created 2005-06-16 10:58:48 - Last used 2024-05-17 12:36:54 - Nominate - Description - http://www.amazon.com/s/?field-keywords=%s

google
Google search.
117567 uses - Created 2005-06-10 20:53:30 - Last used 2024-05-19 11:13:32 - Nominate - Description - http://www.google.com/search?hl=en&q=%s

nvrdic
Naver Dictionary http://dic.naver.com
98957 uses - Created 2014-10-21 02:09:07 - Last used 2024-05-04 01:57:06 - 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
93886 uses - Created 2005-06-08 10:01:21 - Last used 2024-05-18 12:18:46 - 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.
91485 uses - Created 2005-06-06 01:20:52 - Last used 2024-05-19 10:38:30 - 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.
90304 uses - Created 2005-06-06 03:08:33 - Last used 2024-05-17 13:46:16 - 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}
89781 uses - Created 2005-06-22 23:30:00 - Last used 2024-05-18 07:09:13 - Description - https://mail.google.com/{eop mail/#search/@%s@ -else }

dg
use the ssl version of the duckduckgo search engine
88057 uses - Created 2005-07-03 16:33:11 - Last used 2024-05-17 12:58:15 - Nominate - Description - https://duckduckgo.com/?q=%s

gfr
Google.fr localised search
87388 uses - Created 2005-06-30 10:08:13 - Last used 2024-05-18 11:40:42 - Nominate - Description - http://www.google.fr/search?hl=fr&q=%s

ghu
Search in the hungarian localized version of Google.
81562 uses - Created 2007-01-07 12:15:36 - Last used 2024-05-19 09:28:17 - Nominate - Description - http://www.google.hu/search?hl=hu&q=%s&meta=lr%3Dlang_hu

wi
English WikiPedia search
81518 uses - Created 2005-06-30 19:42:30 - Last used 2024-05-19 04:21:42 - Nominate - Description - http://en.wikipedia.org/?search=%s

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

b
The new Microsoft search engine.
74617 uses - Created 2006-08-15 16:19:58 - Last used 2024-05-03 08:35:54 - Nominate - Description - http://www.bing.com/search?q=%s

a (Golden Egg)
Answers.com fact search
71998 uses - Created 2005-06-10 03:11:47 - Last used 2024-05-10 15:08:52 - Description - http://www.answers.com/%s

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

Next Page