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

The Most-Used Commands

Tip: For a list of particularly interesting Yubnub commands, check out Yubnub Golden Eggs. Also see the Most-Used Commands.
Tip: You can search the descriptions by typing "ls [word or phrase]". For example, to search for all commands about music, type "ls music".

g (Golden Egg)
SYNOPSIS g [keywords] EXAMPLE g YubNub Performs a Google search using the given keywords.
23034850 uses - Created 2005-06-06 07:29:18 - Last used 2025-01-20 12:54:53 - Description - http://www.google.com/search?q=%s

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

xny
Get description of particular yahoo news
16001013 uses - Created 2006-09-14 19:54:23 - Last used 2024-08-06 22:03:18 - Nominate - Description - http://news.search.yahoo.com/news/rss?ei=UTF-8&p=%s&c=&eo=UTF-8

olrd
OneLook Reverse Dictionary Find a word by giving the definition: ex. olrd barrel maker ("cooper") ex. olrd museum guide ("docent") Also, find crossword answers: ex. olrd m?z??t:composer ("Mozart") ex. olrd sat*:composer ("Satie")
12578509 uses - Created 2006-01-27 19:37:51 - Last used 2025-01-14 12:16:47 - Nominate - Description - http://www.onelook.com/?w=*&loc=revfp&clue=%s

match (Golden Egg)
NAME match - Run a RegExp pattern against a string SYNOPSIS match [STRING] [-url [URL FOR PAGE TO USE AS STRING]] -pattern [REGEXP PATTERN] -nbrmatches [RETURN NUMBER OF MATCHES?] -matchnbr [RETURN MATCH AT] -capture [CAPTURE?] -as [AS] -callback [CALLBACK] EXAMPLES match <div>hello</div>blah -pattern /<div>.*?<\/div>/ returns an XML-style 'array' with one element, '<div>hello</div>' match <div>hello</div>blah<div>hi</div> -pattern /<div>.*?<\/div>/ returns an XML-style 'array' with two element…
5706015 uses - Created 2006-04-26 07:40:22 - Last used 2024-12-25 05:27:44 - Description - http://jonathanaquino.com/singpolymaplay/yubnub-match.php?xn_auth=no&string=%s&pattern=${pattern}&nbrmatches=${nbrmatches}&matchnbr=${matchnbr}&capture=${capture}&as=${as}&callback=${callback}&url=${url}

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.
4561595 uses - Created 2005-07-15 04:39:23 - Last used 2025-01-16 05:26:24 - Description - http://yubnub.org/parser/url?command=%s

Used-Parser-Use-People
Use U Will Pass "g". Abbreviation *google*
4442811 uses - Created 2024-12-26 12:36:21 - Last used 2025-01-15 07:13:15 - Nominate - Description - https://www.youtube.com/video/DQw4w9WgXcQ?watching=use-video

% (Golden Egg)
NAME % - Returns a sublist of words for a given phrase SYNOPSIS % [RANGE] [PHRASE] [-SILENT true] arguments: <RANGE> The format of the range parameter is: N N'th word of the phrase, counted from 1 N- from N'th word to end of phrase N-M from N'th to M'th (included) word -M from first to M'th (included) word This syntax is is based on the Linux command CUT Here's the manual page: http://nixdoc.net/man-pages/Linux/man1/CUT.1.html <PHRASE> The string, words separated by spaces. <SILENT true> Option…
3101790 uses - Created 2005-12-14 18:31:38 - Last used 2025-01-03 16:00:34 - Description - http://jonathanaquino.com/yubtools/split.php?phrase=%s&silentmode=${silent}&xn_auth=no

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}
2742674 uses - Created 2005-06-05 22:32:14 - Last used 2025-01-20 12:22:02 - Description - http://en.wikipedia.org/?search=%s

pipett
test
2267517 uses - Created 2006-10-15 17:41:30 - Last used 2013-02-19 06:29:52 - Nominate - Description - open {url pipett {% 2- %s}};{url echo {% 1 %s}}

gdeff
Performs a "Google Define:" command which gets definitions of the word(s) in all languages you've submitted
2261428 uses - Created 2006-09-08 06:56:40 - Last used 2024-08-07 10:41:53 - 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.
1679416 uses - Created 2005-08-14 16:12:27 - Last used 2025-01-20 12:53:12 - 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
1613894 uses - Created 2005-06-20 20:38:28 - Last used 2025-01-19 05:51:11 - Nominate - Description - http://www.onelook.com/?w=%s&ls=a

echo (Golden Egg)
NAME echo - display a line of text SYNOPSIS echo [STRING] EXAMPLE echo Hello, World! AUTHOR Jonathan Aquino <jonathan.aquino@gmail.com>
1370910 uses - Created 2005-07-16 19:48:17 - Last used 2025-01-20 06:10:19 - Description - http://yubnub.org/example/echo?text=%s

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
1171510 uses - Created 2005-06-04 20:39:14 - Last used 2025-01-20 11:32:09 - 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

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.
682302 uses - Created 2005-06-04 12:42:27 - Last used 2025-01-20 08:43:43 - Description - http://yubnub.org/kernel/ls?args=%s

imdb (Golden Egg)
Searches for anything on the International Movie Database
536016 uses - Created 2005-06-05 23:00:44 - Last used 2025-01-20 11:28:28 - Description - http://www.imdb.com/find?q=%s

recursiveLast
Returns the last word in a phrase, using a silly recursion of browser redirects. If the phrase is too long, your browser may give up on following the trail of breadcrumbs. Example: reursiveLast one two three (returns "three").
479614 uses - Created 2006-03-07 18:55:14 - Last used 2013-05-26 00:06:08 - Nominate - Description - ifThen -redirect True -value1 {% 2- %s} -value2 -test EQUAL -then %s -else http://yubnub.org{url[no url encoding] recursiveLast {% 2- %s}} [no url encoding]

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.
402519 uses - Created 2005-06-16 05:47:48 - Last used 2025-01-20 05:31:29 - 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
400410 uses - Created 2005-06-06 06:42:23 - Last used 2025-01-20 12:36:04 - Description - http://maps.google.com/maps?q=%s

wiki (Golden Egg)
Search for Wikipedia Articles.
392863 uses - Created 2005-06-09 00:19:06 - Last used 2025-01-20 09:15:47 - 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
383184 uses - Created 2005-06-17 22:12:15 - Last used 2025-01-20 11:07:15 - Nominate - Description - https://www.google.com/search?q=%s&um=1&ie=UTF-8&tbm=isch

gde
Search in google.de
357538 uses - Created 2005-07-08 09:19:37 - Last used 2025-01-20 12:04:38 - 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.
352256 uses - Created 2005-11-28 02:12:40 - Last used 2024-10-08 18:56:41 - 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.
345060 uses - Created 2005-06-04 18:52:07 - Last used 2025-01-20 11:32: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.
291652 uses - Created 2005-06-05 22:44:27 - Last used 2025-01-20 05:30:06 - 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>
285927 uses - Created 2005-07-22 03:45:37 - Last used 2024-11-11 07:07:41 - Description - http://yubnub.org/example/split?type=t&urls=%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…
283220 uses - Created 2005-08-13 19:16:44 - Last used 2025-01-08 10:45:36 - 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
275209 uses - Created 2005-06-05 23:51:23 - Last used 2025-01-20 09:16:35 - 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]
253945 uses - Created 2005-06-04 20:06:51 - Last used 2025-01-20 08:54:44 - 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…
247851 uses - Created 2005-08-13 19:40:44 - Last used 2024-11-05 09:34:33 - Description - http://jonathanaquino.com/yubscripts/strings/stringmanip.php?command=strfind&find=${find}&reverse=${reverse=FALSE}&string=${string}&xn_auth=no

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}

wpde (Golden Egg)
German Wikipedia Search
244401 uses - Created 2005-06-05 22:35:53 - Last used 2025-01-20 12:47:23 - 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
225322 uses - Created 2005-06-06 06:41:12 - Last used 2025-01-20 12:31:08 - Description - http://maps.google.com/maps?q=%s

tass_rss
Tass RSS feed
217489 uses - Created 2024-10-28 06:21:08 - Last used 2025-01-20 07:27:25 - Nominate - Description - https://rsshub.app/telegram/channel/tass_agency?t={random -max 9999999}

explode (Golden Egg)
NAME explode - Explodes a string to an array in xml, xoxo, or json(p) format EXAMPLES explode 1,2,3,4 Returns XML-style 'array' with elements 1, 2, 3, and 4 explode 1+2+3+4 -token + Returns XML-style 'array' with elements 1, 2, 3, and 4 explode 1,2,3,4 -as xoxo Returns XOXO-style 'array' with elements 1, 2, 3, and 4 explode 1,2,3,4 -as json Returns JSON-style 'array' with elements 1, 2, 3, and 4 explode 1,2,3,4 -as json -callback x Returns JSONP-style 'array' with elements 1, 2, 3, and 4 using …
211559 uses - Created 2006-04-25 11:02:09 - Last used 2024-10-12 17:48:57 - Description - http://jonathanaquino.com/singpolymaplay/yubnub-explode.php?xn_auth=no&data=%s&token=${token=,}&as=${as=xml}&callback=${callback}

foreach (Golden Egg)
NAME foreach - Loop through an 'array' and runs a YubNub command EXAMPLES foreach {explode 1,2,3,4} echos each array item 1, 2, 3, and 4 (as produced by explode) foreach {explode 1,2,3,4} -cmd sum 1 echos each array item increased by one foreach {explode 1,2,3,4} -cmd var tmp -set [|sum 1 %s|] sets var tmp to one greater than each array item, in order foreach {explode 1,2,3,4} -as array gives back an XML-type 'array' with the elements 1, 2, 3, and 4 foreach {explode 1,2,3,4} -as array -type xox…
207531 uses - Created 2006-04-25 12:13:22 - Last used 2021-04-02 06:30:56 - Description - http://jonathanaquino.com/singpolymaplay/yubnub-foreach.php?xn_auth=no&data=%s&cmd=${cmd=echo}&as=${as}&type=${type}&callback=${callback}

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 …
205931 uses - Created 2006-11-22 17:42:37 - Last used 2024-11-11 10:54:53 - Description - split {foreach {explode ${cmd} -token <space>} -cmd echo [|url %25s %s|] -as <space>}

ddg
Use the "DuckDuckGo" Search Engine. To search DuckDuckGo for "Linux" just type: Example: ddg Linux
195200 uses - Created 2009-05-26 01:48:50 - Last used 2025-01-20 12:44:18 - Nominate - Description - http://duckduckgo.com/?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)
189531 uses - Created 2005-06-25 02:53:32 - Last used 2025-01-18 08:22:10 - Nominate - Description - http://www.facebook.com{ifThen -value1 %s -value2 -test NOTEQUAL -then /s.php?q=%s}

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

man (Golden Egg)
SYNOPSIS man command-name EXAMPLE man gim Displays helpful information about the given command. "man" stands for "manual". You're looking at man information right now!
177889 uses - Created 2005-06-04 15:18:55 - Last used 2025-01-19 17:31:08 - Description - http://yubnub.org/kernel/man?args=%s

gfl
Google's I Feel Lucky option Takes you to the 1st option.
169811 uses - Created 2005-06-24 02:56:41 - Last used 2025-01-11 00:29:50 - Nominate - Description - http://google.com/search?q=%s&btnI=I%27m+Feeling+Lucky

tpb
search the pirate bay
169633 uses - Created 2005-06-20 20:44:00 - Last used 2025-01-18 12:31:52 - Nominate - Description - http://thepiratebay.org/search/%s/0/7/0[use %20 for spaces]

ebay (Golden Egg)
Ebay auction item search
162679 uses - Created 2005-06-06 00:47:24 - Last used 2025-01-20 10:25:19 - Description - http://www.ebay.com/sch/items/?_nkw=%s

youtube
Searches on Youtube, in case yt is too hard to remember
162149 uses - Created 2006-01-27 21:46:59 - Last used 2025-01-18 14:28:34 - Nominate - Description - http://www.youtube.com/results?search_type=search_videos&search_sort=relevance&search_query=%s&search=Search

gmap
Google Maps
149667 uses - Created 2005-06-24 00:52:34 - Last used 2025-01-20 10:31:22 - Nominate - Description - http://maps.google.com/maps?oi=map&q=%s

Next Page