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".
  
  4ch
  
  SYNOPSIS 4ch [abbreviation of board] EXAMPLES 4ch b 4ch x Goes to the specified 4chan imageboard, given by its abbreviation (e.g. b for random, x for paranormal). ---------- Old implementation: http://cgi.4chan.org/%s/imgboard.html
  
  5806 uses
  -
  Created 2007-05-27 20:34:31
  -
  Last used
  2025-06-08 18:10:40
  
  -
  
    
    Nominate - 
  Description
  -
  
http://4chan.org/%s
  
  css
  
  It allows you to get to CSS documentation. cssdocs border takes you to W3C documentation for the border property.
  
  5776 uses
  -
  Created 2006-12-22 12:11:55
  -
  Last used
  2025-10-11 07:11:18
  
  -
  
    
    Nominate - 
  Description
  -
  
http://cssdocs.org/%s
  
  kwiki
  
  Does a search on KOL Visual Wiki.
  
  5760 uses
  -
  Created 2006-05-04 07:10:55
  -
  Last used
  2024-04-11 02:31:16
  
  -
  
    
    Nominate - 
  Description
  -
  
http://kol.coldfront.net/thekolwiki/index.php/Special:Search?search=%s&sourceid=Mozilla-search
  
  fl
        (Golden Egg)
  
  SYNOPSIS fl [tag] EXAMPLE fl lake Retrieves photographs from Flickr tagged with the given tag. The example above shows you photos that people have tagged with "lake". Flickr is a popular online photo-sharing application.
  
  5744 uses
  -
  Created 2005-06-06 00:26:03
  -
  Last used
  2025-06-14 13:54:10
  
  -
  
  Description
  -
  
http://flickr.com/photos/tags/%s
  
  yahoo
  
  Yahoo!
  
  5729 uses
  -
  Created 2005-06-09 23:56:42
  -
  Last used
  2025-10-14 16:33:01
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.yahoo.com
  
  alley
  
  
  
  5719 uses
  -
  Created 2010-07-15 12:46:25
  -
  Last used
  2024-01-18 03:07:17
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.businessinsider.com/sai
  
  en2fr
  
  Dictionary translation for English words into français. Includes several examples.
  
  5710 uses
  -
  Created 2005-10-01 04:44:47
  -
  Last used
  2018-10-05 04:24:01
  
  -
  
    
    Nominate - 
  Description
  -
  
http://fr.wordreference.com/fr/translation.asp?enfr=%s
  
  runphp
        (Golden Egg)
  
  NAME runphp - DO NOT ABUSE! SYNOPSIS runphp [PHP CODE] EXAMPLES runphp <?php echo 'man ls'; ?> Runs most PHP code and returns the result. Part of an ongoing project to give YubNub a decent scripting interface besides the raw command line. NOTES There IS security on this, but abuse will force me to remove it. Anyone with ideas on improving security please send them to anything >at^ singpolyma.net AUTHOR Stephen Paul Weber a.k.a. Singpolyma http://singpolyma.net/
  
  5699 uses
  -
  Created 2007-03-27 04:34:47
  -
  Last used
  2024-01-19 04:25:27
  
  -
  
  Description
  -
  
http://sandbox.singpolyma.net/php/?php=%s
  
  gsgs
  
  Search google Singapore. Search google.com.sg for pages from Singapore only.
  
  5690 uses
  -
  Created 2006-02-03 14:58:31
  -
  Last used
  2018-05-03 10:35:39
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.google.com.sg/search?hl=en&q=%s&btnG=Search&meta=cr%3DcountrySG
  
  nciku
  
  nciku search. nciku (www.nciku.com) is an online dictionary with English and Chinese for language learners. To search for a word, just type it. Example: nciku Chinese You can also use it to search for words in Chinese: Example: nciku 中文
  
  5674 uses
  -
  Created 2009-01-03 10:26:02
  -
  Last used
  2018-03-13 17:11:13
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.nciku.com/search/all/%s
  
  ddgo
  
  Search the web with Duck Duck Go, the privacy-focused search engine.
  
  5669 uses
  -
  Created 2010-05-22 05:33:43
  -
  Last used
  2024-06-03 04:25:40
  
  -
  
    
    Nominate - 
  Description
  -
  
http://duckduckgo.com/?q=%s
  
  mo
        (Golden Egg)
  
  Optimize all yubnub commands for mobile browsers such as Opera Mini via Google. for example the yubnub am (Amazon search) command does not show those all important stars rating graphics on Opera Mini, use mo am [keywords] instead. another example: mo gim porche 911 use this to reduce the amount of data to your mobile devices. 
  
  5665 uses
  -
  Created 2006-02-02 02:53:36
  -
  Last used
  2025-05-13 09:05:58
  
  -
  
  Description
  -
  
http://www.google.com/gwt/n?u=http%3A%2F%2Fwww.yubnub.org%2Fparser%2Fparse%3Fcommand%3D%s
  
  if
        (Golden Egg)
  
  NAME if - compare two values and return a value based on the result. SYNOPSIS if <value1> [-lt|gt|le|ge|eq|ne <value2>] [-then <result1>] [-else <result2>] [-follow True|False] EXAMPLES if 1 -lt 2 -then yes -else no (returns "yes" since "1" is less than "2") if -eq ${var} -then yes -else no (returns "yes" if var is empty, "no" otherwise) if True -then yes -else no (returns "yes") if False -then yes -else no (returns "no") if abc -eq bcd -then http://google.com -else http://yahoo.com -follow Tru…
  
  5662 uses
  -
  Created 2005-06-11 00:42:34
  -
  Last used
  2013-05-21 14:16:36
  
  -
  
  Description
  -
  
ifthen -value1 ${lt}${gt}${le}${ge}${eq}${ne} -value2 -test EQUAL -then {ifthen -value1 %s -value2 False -test EQUAL -then ${else} -else {ifthen -value1 %s -value2 No -test EQUAL -then ${else} -else {ifthen -value1 %s -value2 0 -test EQUAL -then ${else} -else {ifthen -value1 %s -value2 -test EQUAL -then ${else} -else ${then} -redirect ${follow}} -redirect ${follow}} -redirect ${follow}} -redirect ${follow}} -else {ifthen -value1 %s -value2 ${lt}${gt}${le}${ge}${eq}${ne} -test {ifthen -value1 -value2 ${eq} -test EQUAL -then {ifthen -value1 -value2 ${gt} -test EQUAL -then {ifthen -value1 -value2 ${lt} -test EQUAL -then {ifthen -value1 -value2 ${ge} -test EQUAL -then {ifthen -value1 -value2 ${le} -test EQUAL -then NOTEQUAL -else LESSEQUAL} -else GREATEREQUAL} -else LESS} -else GREATER} -else EQUAL} -then ${then} -else ${else} -redirect ${follow}}
  
  ok
  
  Overture Keywords - Find popular keywords with this overture advertiser's tools
  
  5648 uses
  -
  Created 2005-07-06 23:27:09
  -
  Last used
  2025-10-28 09:20:03
  
  -
  
    
    Nominate - 
  Description
  -
  
http://inventory.overture.com/d/searchinventory/suggestion/?term=%s
  
  ny
  
  
  
  5631 uses
  -
  Created 2005-07-11 15:18:53
  -
  Last used
  2025-06-28 17:41:13
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.nytimes.com
  
  iafd
  
  Query the internet adult film database. The search can be for a movie by title, performer, or review.
  
  5587 uses
  -
  Created 2005-08-21 12:43:56
  -
  Last used
  2025-10-30 02:19:53
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.iafd.com/results.asp?searchtype=comprehensive&searchstring=%s
  
  sf
  
  world's largest Open Source software website
  
  5573 uses
  -
  Created 2005-06-10 13:17:41
  -
  Last used
  2025-09-23 15:11:07
  
  -
  
    
    Nominate - 
  Description
  -
  
http://sourceforge.net/search/?words=%s
  
  metacritic
        (Golden Egg)
  
  Search all sections of Metacritic (metacritic.com)
  
  5573 uses
  -
  Created 2005-06-11 05:29:41
  -
  Last used
  2025-06-13 16:42:58
  
  -
  
  Description
  -
  
http://www.metacritic.com/search/all/%s/results
  
  minova
        (Golden Egg)
  
  search mininova.org for torrents
  
  5553 uses
  -
  Created 2005-06-13 23:05:59
  -
  Last used
  2023-03-03 13:01:44
  
  -
  
  Description
  -
  
http://mininova.org/search/?search=%s
  
  ds
  
  Search your del.icio.us bookmarks (must be logged in to del.icio.us). Usage: du [query] ---------- Old implementation: http://del.icio.us/search/?search=%s 
  
  5552 uses
  -
  Created 2005-07-12 07:21:20
  -
  Last used
  2025-09-05 02:25:10
  
  -
  
    
    Nominate - 
  Description
  -
  
http://delicious.com/search?p=%s
  
  login
        (Golden Egg)
  
  Returns an entry from BugMeNot.com Usage: login [url] ex: login www.gamespot.com
  
  5536 uses
  -
  Created 2005-06-21 23:10:32
  -
  Last used
  2025-10-01 05:19:42
  
  -
  
  Description
  -
  
http://bugmenot.com/view.php?url=%s
  
  imdbp
  
  Search Imdb Pro e.g. imdbp john hurt
  
  5530 uses
  -
  Created 2008-02-15 15:51:47
  -
  Last used
  2014-12-10 11:59:22
  
  -
  
    
    Nominate - 
  Description
  -
  
http://pro.imdb.com/find?q=%s
  
  giu
  
  Google image search by Image URL. Example giu https://www.google.com/images/srpr/logo3w.png
  
  5527 uses
  -
  Created 2012-07-25 08:25:03
  -
  Last used
  2025-10-30 09:44:49
  
  -
  
    
    Nominate - 
  Description
  -
  
https://www.google.com/searchbyimage?hl=en&safe=off&image_url=%s
  
  wunder
        (Golden Egg)
  
  Look up weather on The Weather Underground. usage: wunder {city|state|zip|airport code|country} examples: wunder Philadelphia wunder MI wunder 90210 wunder ORF wunder Belgium 
  
  5519 uses
  -
  Created 2005-06-07 20:31:55
  -
  Last used
  2025-07-22 14:00:09
  
  -
  
  Description
  -
  
http://www.wunderground.com/cgi-bin/findweather/getForecast?query=%s
  
  gc
        (Golden Egg)
  
  SYNOPSIS gc EXAMPLE gc gc stands for Gmail Compose. Launches Gmail in "Compose Mail" mode.
  
  5515 uses
  -
  Created 2005-06-07 03:50:55
  -
  Last used
  2023-06-01 23:56:03
  
  -
  
  Description
  -
  
https://mail.google.com/mail/#compose
  
  gnl
  
  Google search in Dutch pages only.
  
  5504 uses
  -
  Created 2005-10-22 09:32:04
  -
  Last used
  2025-10-30 00:53:53
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.google.nl/search?hl=nl&q=%s&btnG=Google+zoeken&meta=cr%3DcountryNL
  
  sarch
  
  Save a page to the Wayback Machine (archive.org)
  
  5500 uses
  -
  Created 2018-10-11 05:03:38
  -
  Last used
  2025-02-02 20:28:40
  
  -
  
    
    Nominate - 
  Description
  -
  
https://web.archive.org/save/%s[no url encoding]
  
  taringa
  
  taringa! 
  
  5478 uses
  -
  Created 2008-08-26 17:13:26
  -
  Last used
  2019-07-21 13:59:31
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.taringa.net/buscador/?q=%s&categoria=-1&sort_by=0&autor=
  
  de2es
  
  German <-> Spanish translation
  
  5466 uses
  -
  Created 2014-02-24 05:43:22
  -
  Last used
  2025-10-31 01:55:21
  
  -
  
    
    Nominate - 
  Description
  -
  
http://es.pons.com/traducci%C3%B3n?q=%s&l=dees&in=&lf=de
  
  thesaurus
  
  Looks up a word in the Merriam-Webster online thesaurus. ---------- Old implementation: http://www.webster.com/cgi-bin/dictionary?book=Thesaurus&va=%s
  
  5436 uses
  -
  Created 2005-06-17 13:05:03
  -
  Last used
  2025-10-27 19:15:54
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.merriam-webster.com/thesaurus/%s
  
  urb
  
  usage: urb string Urban Dictionary Search. Look up English slang words.
  
  5428 uses
  -
  Created 2006-11-02 20:26:41
  -
  Last used
  2025-10-12 08:28:41
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.urbandictionary.com/define.php?term=%s
  
  gmfr
  
  Search Google Maps France
  
  5423 uses
  -
  Created 2007-12-23 10:04:07
  -
  Last used
  2025-10-29 09:47:59
  
  -
  
    
    Nominate - 
  Description
  -
  
http://maps.google.fr/maps?q=%s
  
  egs
  
  SYNOPSIS egs [keywords] EXAMPLE egs YubNub Performs a Google encrypted search using the given keywords. 
  
  5408 uses
  -
  Created 2010-06-27 06:32:01
  -
  Last used
  2023-02-11 10:00:07
  
  -
  
    
    Nominate - 
  Description
  -
  
https://encrypted.google.com/search?q=%s
  
  gcz
  
  Google.cz Search. Returns only czech results. Use it just how you use Google:) Example: gcz phrase
  
  5406 uses
  -
  Created 2008-05-16 20:00:51
  -
  Last used
  2025-10-28 11:01:48
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.google.cz/search?hl=cs&q=%s&lr=lang_cs
  
  groups
        (Golden Egg)
  
  Google groups search. ---------- Old implementation: http://groups-beta.google.com/groups?hl=en&q=%s&qt_s=Search
  
  5398 uses
  -
  Created 2005-06-06 20:53:16
  -
  Last used
  2025-09-05 10:11:32
  
  -
  
  Description
  -
  
http://groups.google.com/groups/search?q=%s
  
  ucafe
  
  Ubuntu forum cafe.
  
  5380 uses
  -
  Created 2006-06-18 20:21:36
  -
  Last used
  2011-12-03 10:09:44
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.ubuntuforums.org/forumdisplay.php?f=11
  
  last
  
  Last.fm music search. ========== Old implementation: http://www.last.fm/explore/?artistname=%s http://www.last.fm/music?m=all&q=%s
  
  5372 uses
  -
  Created 2005-10-25 10:00:14
  -
  Last used
  2025-08-30 10:18:16
  
  -
  
    
    Nominate - 
  Description
  -
  
https://www.last.fm/search?q=%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}
  
  demon
  
  Searches all of Demonoid.me for files.
  
  5363 uses
  -
  Created 2006-06-13 10:17:03
  -
  Last used
  2025-10-25 15:53:56
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.demonoid.me/files/?category=0&subcategory=0&quality=0&seeded=0&external=2&query=%s&uid=0
  
  d:
  
  Duckduckgo search engine using the regular http protocol.
  
  5359 uses
  -
  Created 2011-07-03 15:30:18
  -
  Last used
  2022-10-13 18:32:48
  
  -
  
    
    Nominate - 
  Description
  -
  
http://duckduckgo.com/?q=%s
  
  geiz
  
  Geizhals Suche. Österreichische Preissuchmaschine für Computer und Unterhaltungselektronik. Example: geiz logitech g7
  
  5343 uses
  -
  Created 2005-10-13 13:48:39
  -
  Last used
  2025-10-30 08:06:36
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.geizhals.at/?fs=%s&in=
  
  myspace
  
  
  
  5324 uses
  -
  Created 2005-06-10 07:48:41
  -
  Last used
  2023-12-30 22:29:44
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.myspace.com/%s
  
  skype
  
  Skype status search. SkypeWeb is a new (beta) feature of Skype that allows people to display their Skype status via a webpage, blog, email signature, or any other Internet-enabled application. To query someone's status, simply type their Skype Name Example: skype foeromeo You'll see a Skype button with their status: Skype Me!, I'm awaaaay, I'm online, Do not disturb... N.b. The web status will only be returned for people who have chosen to share it via their privacy options in Skype. (SkypeWeb …
  
  5288 uses
  -
  Created 2006-01-22 15:35:13
  -
  Last used
  2025-01-31 06:23:40
  
  -
  
    
    Nominate - 
  Description
  -
  
http://mystatus.skype.com/%s
  
  gmapuk
  
  Google Maps Search UK. Google Maps has several handy features included within it. To map out a single location, just type the address. To find businesses or other specific things, simply give the location and business. For the UK site. 
  
  5264 uses
  -
  Created 2006-09-28 10:14:26
  -
  Last used
  2025-10-05 13:07:35
  
  -
  
    
    Nominate - 
  Description
  -
  
http://maps.google.co.uk/maps?q=%s
  
  slate
  
  
  
  5203 uses
  -
  Created 2006-04-09 15:28:29
  -
  Last used
  2021-02-15 12:34:08
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.slate.com/{eop default.aspx?id=3944&qt=@%s@}
  
  d_
  
  
  
  5188 uses
  -
  Created 2011-08-17 18:46:32
  -
  Last used
  2025-06-19 14:30:07
  
  -
  
    
    Nominate - 
  Description
  -
  
http://duckduckgo.com/?q=%s
  
  ubfs
  
  Ubuntu forums search. Searches ubuntuforums.org via google.
  
  5141 uses
  -
  Created 2006-07-27 00:17:45
  -
  Last used
  2018-11-08 08:47:38
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.google.com/search?hl=en&lr=&safe=off&q=site%3Aubuntuforums.org+%s&btnG=Search
  
  deliu
  
  View delicious bookmarks for user Example: deliu username 
  
  5138 uses
  -
  Created 2005-09-14 19:43:00
  -
  Last used
  2018-01-17 14:02:56
  
  -
  
    
    Nominate - 
  Description
  -
  
http://del.icio.us/%s
  
  amg
  
  Allmusic search using their new API.
  
  5134 uses
  -
  Created 2005-06-16 03:52:30
  -
  Last used
  2023-02-24 07:03:14
  
  -
  
    
    Nominate - 
  Description
  -
  
http://www.allmusic.com/search/all/%s
  
Previous Page
Next Page