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

Command List (ls)


gtr2
Translate text with Google Example: gtr2 en fr translate me See also: gtrs2
158 uses - Created 2008-05-24 14:45:14 - Last used 2020-03-30 07:59:43 - Nominate - Description - https://translate.google.com/translate_t?q={strReplace -find " " -replace + -string {% 3- %s}}&sl={% 1 %s}&tl={% 2 %s}[use for spaces]

ebayhilo
Ebay BIN Item Search, with -lo and -hi price limits ebay {search term} with optional {low price limit} and {high price limit} eg ebay wii -lo 100 -hi 250
157 uses - Created 2009-11-30 16:01:14 - Last used 2016-07-28 17:26:14 - Nominate - Description - http://shop.ebay.com/i.html?_nkw=%s&_armrs=1&_from=&_ipg=&LH_BIN=1&_mPrRngCbx=1&_udlo=${lo}&_udhi=${hi}

gotourl
Will go to a url that you construct using multiple parameters. You can use up to 10 parameters called p1,p2,p3,...,p10. Example: gotourl -p1 www. -p2 {randwd} -p3 .org Result: Let say the result of {randwd} is yubnub. Then the command will take you to www.yubnub.org. When testing the command it added http:// to the beginning, and gave an invalid url when I started my first parameter with http://. So omit the http://, like I did in my example.
157 uses - Created 2006-03-22 04:45:10 - Last used 2025-01-18 10:39:31 - Nominate - Description - http://${p1=}${p2=}${p3=}${p4=}${p5=}${p6=}${p7=}${p8=}${p9=}${p10=}[no url encoding]

unixtime
Unix timestamp. Convert dates into timestamps. Syntax: unixtime day month year hour minute second timezone Example: unixtime -d 11 -m 09 -Y 2007 -H 10 -M 52 -S 00 -T 3 (meaning 11-09-2007 @ 10:52:00 GMT +3) Made by XmasBug.
157 uses - Created 2007-09-11 10:16:58 - Last used 2025-09-27 12:23:36 - Nominate - Description - http://www.4webhelp.net/us/timestamp.php?action=date&day=${d}&month=${m}&year=${Y}&hour=${H}&minute=${M}&second=${S}&timezone=${T}

<<
SYNOPSIS << [Yubnub command|URL] [query, optional] -pool [number, optional, default is 7] EXAMPLES << lj ruby on rails Searches for "Ruby on Rails" (via Google) within sites related to Live Journal --like Blogger, Movable Type, Six Apart, etc... << cnn muhammad Searches for "Muhammad" (via Google) within sites related to CNN --like ABC News, NYTimes, MSNBC, FOX News, BBC, etc... << dilbert microsoft Searches for "Microsoft" (via Google) within sites related to Dilbert.com --like User Friendly, …
156 uses - Created 2006-01-31 10:43:36 - Last used 2012-07-27 15:35:02 - Nominate - Description - http://eemadges.com/rel?url={url {% 1 %s}}&query={% 2- %s}&pool=${pool=7}&md=nogfl[no url encoding]

gzd
Google Dictionary (from english to traditional chinese) gzd > google zi dian [googleå­—å…¸] Enjoy!
156 uses - Created 2010-04-18 10:22:29 - Last used 2012-06-07 17:42:18 - Nominate - Description - http://www.google.com.hk/dictionary?langpair=en|zh-TW&q=%s&langpair=${from=en}%7C${to=zh-TW}

qpostal (Golden Egg)
Canada Postal Code (Quick) Search. To find a postal code, type in an address in the following way. Example: qpostal -n 123 -s main -t street -c winnipeg -p MB Switches: -n the street number -s the street name -t the street type (this is optional; also "street" or "st" works) -c the town or city -p the province (AB, BC, MB, NB, NL, NS, NT, NU, ON, PE, QC, SK, YT)
155 uses - Created 2005-06-24 11:36:36 - Last used 2024-04-02 20:11:15 - Description - http://www.canadapost.ca/common/tools/pcl/bin/cp_search_response-e.asp?street_number=${n}&street_name=${s}&street_type=${t}&city=${c}&prov=${p}[post]

txtsafe
NAME txtsafe - Renders a command setup with txtsafe-setup as text SYNOPSIS txtsafe [COMMAND TO RENDER AS TEXT] AUTHOR Stephen Paul Weber a.k.a. Singpolyma <http://singpolyma.net/>
155 uses - Created 2007-12-19 23:58:42 - Last used 2010-08-06 17:15:33 - Nominate - Description - yubnub {var 71259E88-D8E7-22AA-B8F0-2840ABF316DD:{% 1 %s}} ${COMMAND}

kdedoc
Same as qtdoc except for kde docs
154 uses - Created 2007-06-19 14:22:43 - Last used 2015-11-08 10:21:59 - Nominate - Description - http://www.google.com/search?q=%s+site%3Aapi.kde.org%2F{ifThen -value1 ${version} -value2 -test NOTEQUAL -then ${version} -else 4.0}-api

wp:
Uses Wikipedia shortcuts ex: wp: vp brings you to wp:vp, the Village Pump More info: http://en.wikipedia.org/wiki/WP:WP
153 uses - Created 2007-06-04 13:57:33 - Last used 2017-08-25 09:05:24 - Nominate - Description - http://en.wikipedia.org/wiki/WP:{ucase %s}

0s
Adds zeros to a number until a number of digits is reached. (leading zeros) USAGE 0s <number> -n <number of digits> (n is 3 by default) EXAMPLES 0s 1 : 001 0s 17 -n 5 : 0017 0s 0 -n 2 : 00 0s 150 -n 3 : 150 0s 36 -n 0 : <nothing> Author VkLJ
153 uses - Created 2008-05-04 13:02:45 - Last used 2022-06-14 11:58:57 - Nominate - Description - strReplace -string {runphp <? echo substr((%s*10+9)/pow(10,${n=3}),0,-1) ?>} -find . -replace

radius
NAME radius - returns the distance to the center the earth. SYNOPSIS radius -units [UNIT] where the default unit is "mi" (miles). Other values that can be specified are "nmi" (nautical miles), "km" (kilometers), "ft" (feet), and "m" (meters). The radius command returns the mean distance from the surface to the center of the Earth for the associated units. It can be used to calculate distance across the Earth's surface. EXAMPLES Example: scale -units mi Result: 3959 Example: scale Result: 3959 E…
153 uses - Created 2010-05-09 05:18:39 - Last used 2023-09-22 02:52:57 - Nominate - Description - switch ${units=mi} | mi => 3959, nmi => 3440, km => 6371, ft => 20902258, m => 6371009

diipost
Prepare the web form to add an url to Diigo. The URL, title and description are the fields that are taken into account, leaving tags out of this shortcut. Use like "diipost -url <domain> -title <string> -desc <string>
153 uses - Created 2012-01-21 01:58:18 - Last used 2014-12-07 01:39:59 - Nominate - Description - http://www.diigo.com/post?url=${url}&title=${title}&desc=${desc}&client=simple

qmp3
Search a couple of music blog meta engines
152 uses - Created 2011-01-29 21:53:25 - Last used 2015-12-08 09:45:14 - Nominate - Description - open http://captaincrawl.com/index.php?TIP=%s;http://www.google.com/cse?cx=011120813593335739513%3A8exs4fljtn4&ie=UTF-8&q=%s&sa=Search&siteurl=www.google.com%2Fcse%2Fhome%3Fcx%3D011120813593335739513%253A8exs4fljtn4 ;http://search.skafunkrastapunk.com/index.php?q=%s&siteid%5B%5D=1&siteid%5B%5D=2&siteid%5B%5D=3&siteid%5B%5D=4 ;http://www.prognotfrog.com/search.php?q=%s

wpedstep1
NAME wpedstep1 - step 1 of wped, another wikipedia search based command. SYNOPSIS wpedstep1 -lcode [LANGUAGE CODE] -text [QUERY] EXAMPLES wpedstep1 -lcode fr -text fifa wped is different from the already existing wikipedia commands because it supports "the most used languages" in one command. NOTES See wktn AUTHOR Luis Gabriel Matallana Vallejo <luisgmatallana[at]gmail[dot]com>
151 uses - Created 2010-06-14 09:51:55 - Last used 2012-01-26 08:32:52 - Nominate - Description - http://${lcode}.wikipedia.org/?search=${text}

ופ
hebrew alias to wphe קיצור עיברי ל wphe בשביל לא לעבור שפה
151 uses - Created 2009-07-25 15:17:09 - Last used 2012-09-05 09:48:38 - Nominate - Description - wphe %s

+roid
ANDroid free apps via APKpure
150 uses - Created 2017-06-05 18:24:12 - Last used 2025-12-15 00:12:09 - Nominate - Description - {ifEmpty -value %s -then https://apkpure.com/ -else https://apkpure.com/search?q=%s}

ccsb
NAME ccsb - searches the Creative Commons Search Beta SYNOPSIS ccsb [SEARCH] -c [true|false] -d [true|false] -f [FORMAT] EXAMPLES ccsb stuff -d false -c true -f Audio (finds audio items matching search query 'stuff' that can be used for commercial purposes, but no preference on whether derivatives can be made) ccsb things -d true -f Image (finds images matching 'things' from which derivatives can be made but no preference on commercial use) Searches search.creativecommons.org with options. '-c …
150 uses - Created 2005-08-31 19:24:02 - Last used 2015-12-28 13:54:20 - Nominate - Description - http://search.creativecommons.org/?q=%s&commercial=${c=false}&derivatives=${d=true}&format=${f}

qu
Standard Quoory search. Given two search queries, Quoory draws a Venn diagram visualizing the number of Google search hits you get for each query, plus how much these results overlap. You also get the top search results for each subset, and you can click on the diagram to get the full results directly from Google. Examples: qu -1 porsche -2 911 (graphically shows you how many web pages are about Porsche in general, how many are specifically about the Porsche 911, and how many use the number 911…
150 uses - Created 2006-01-16 18:15:30 - Last used 2025-08-16 21:30:28 - Nominate - Description - http://www.quoory.com/cgi-bin/quoory.py?q1=${1}&q2=${2}

gsaprice
GSA pricing search on GSA Advantage. This performs a search among General Service Administration contract vendors on www.gsaadvantage.gov, with the optional price maximums and minimums. Usage: gsaprice [-max MaximumPrice] [-min MinimumPrice] product keywords Examples: # Find toilet seats gsaprice toilet seat # Find toilet seats under $40,000 gsaprice toilet seat -max 40000 # Find toilet seats between $200 and $6,000 gsaprice toilet seat -min 200 -max 6000 Notes: I tried to remove all fields per…
149 uses - Created 2007-08-21 22:45:28 - Last used 2012-10-19 15:53:32 - Nominate - Description - https://www.gsaadvantage.gov/advgsa/advantage/search/advsearch.do?act=adv&c0=0&q0=%s&z0=0&cat=ADV&sort=0&prcmin=${min}&prcmax=${max}&pc=1&find.x=0&find.y=0

dhlde
search with dhl.de 'Sendungsverfolgung' (DHL Germany) example: dhlde -zip 12345 -idc 123456789012 (Author: Stefan Schwingeler)
149 uses - Created 2006-12-21 10:21:14 - Last used 2017-12-07 07:21:20 - Nominate - Description - http://nolp.dhl.de/nextt-online-public/set_identcodes.do?lang=de&zip=${zip}&idc=${idc}#

man+ (Golden Egg)
NAME man+ - returns the YubNub manual page for a command if it exists, otherwise it returns the "create a command" page. SYNOPSIS man+ [command to be checked] EXAMPLES man+ gim -returns the manual page for the "gim" command man+ unusedYubNubcommand -returns the create a command page AUTHOR chicagosage based on Allen Ormond's "commandexists" command. b.a.
148 uses - Created 2006-03-27 02:43:20 - Last used 2025-04-10 08:37:28 - Description - ifthen -value1 %s -value2 {scrape -tokens <h1> </h1> -dirs 0 0 -url http://www.yubnub.org/kernel/man?args=%s} -test EQUAL -then http://yubnub.org/kernel/man?args=%s -else http://yubnub.org/command/new?name=%s -redirect true

ytfl
NAME ytfl - Go to the first YouTube search result for the query. SYNOPSIS ytfl [YOUTUBE SEARCH QUERY] EXAMPLES ytfl crazy frog AUTHOR Stephen Paul Weber a.k.a. Singpolyma http://singpolyma.net
148 uses - Created 2008-07-17 04:04:03 - Last used 2020-04-20 02:46:53 - Nominate - Description - {echo http://youtube.com}{match -url {url yt %s} -pattern /<div class="v120WrapperInner"><a href="(.*?)"/ -capture 1 -matchnbr 1}

imdb_ttn
NAME imdb_ttn - scrapes the (first) title number from an IMDB title search SYNOPSIS imdb_ttn MOVIE_TITLE Mandatory arguments: MOVIE_TITLE The title of a movie EXAMPLE 1. imdb_ttn the ring 2. imdb_ttn star wars AUTHOR Sean O'Hagan
147 uses - Created 2005-07-27 13:13:16 - Last used 2023-11-10 23:47:47 - Nominate - Description - scrape2 -tokens /title/ / -dirs 0 0 -url {url[no url encoding] imdb %s}

mutley
Simultaneously searches the ZDnet, VNU, Google News UK and IT Pro websites for the same search term and splits the screen Usage: Mutley storage Note: Multi was taken.
147 uses - Created 2007-07-10 10:41:53 - Last used 2012-04-03 08:29:57 - Nominate - Description - split {url gnewsuk %s} {url itp %s} {url vnus %s} {url zdn %s}

genpass
Generates random passwords . . . "genpass -qty 6 -len 8" generates 6 passwords that are 8 chars long
147 uses - Created 2007-09-07 14:19:18 - Last used 2017-06-12 15:28:30 - Nominate - Description - https://secure.colobox.com/randpass/?qty=${qty}&num=${len}&llnum=2&lunum=0&nnum=2&pnum=0&nosuse=on&submit=Generate+Passwords

applestore
Go to the apple store (type applestore alone) or search the apple store (type applestore followed by your search term, such as ipod or mac pro). This command was created by David Monaghan. Thanks to Jonathan for YubNub and Allen for the eop command.
147 uses - Created 2007-11-25 07:04:18 - Last used 2024-10-18 08:12:24 - Nominate - Description - {eop http://apple.com/search/store/?q=@%s@ -else http://store.apple.com}

prisma
Search for film in german magazine prisma.de. (with umlauts) Usage: prisma [query]. (Author: Stefan Schwingeler)
146 uses - Created 2008-02-04 11:05:23 - Last used 2026-05-12 10:45:58 - Nominate - Description - utf8to iso-8859-1 http://www.prisma.de/filmdatenbank/suche.html?pattern=%s&location=filmdatenbank%2Fsuche.html

corriere
NAME Corriere - search the interesting Corriere.it, italian most important newspaper SYNOPSIS Corriere [TEXT TO SEARCH] or [RSS FEEDs: cronache, economia, esteri, politica, scienze, spettacoli, sport] Optional arguments: -<TEXT TO SEARCH> Search the text you enter on http://www.Corriere.it -<cronache, economia, esteri, politica, scienze, spettacoli, sport> Burn the first entry in the feeds found at Corriere.it for the above categories EXAMPLES To go to the main page: Corriere To perform a searc…
145 uses - Created 2007-01-07 04:53:14 - Last used 2013-04-26 13:58:16 - Nominate - Description - {ifthen (%s=esteri){eatFeed items[0].link -url http://www.corriere.it/rss/esteri.xml}, {ifthen (%s=politica){eatFeed items[0].link -url http://www.corriere.it/rss/politica.xml}, {ifthen (%s=cronache){eatFeed items[0].link -url http://www.corriere.it/rss/cronache.xml}, {ifthen (%s=spettacoli){eatFeed items[0].link -url http://www.corriere.it/rss/spettacoli.xml}, {ifthen (%s=economia){eatFeed items[0].link -url http://www.corriere.it/rss/economia.xml}, {ifthen (%s=sport){eatFeed items[0].link -url http://www.corriere.it/rss/sport.xml}, {ifthen (%s=scienze){eatFeed items[0].link -url http://www.corriere.it/rss/scienze.xml}, {ifthen (%s<>" ")http://sitesearch.corriere.it/searchresults.jsp?xslUrl=http%3A%2F%2Fwww.corriere.it%2Ftools%2Fsearchcorriere%2FtemplateAdsCorriere.xsl&adsEnvironment=corriere&channel_par=corriere&num_par=0&ricerca_par=%s&numss_par=10&offsetss_par=0&ordss_par=DATA&numas_par=3&offsetas_par=0&ordas_par=DATA&ordasdir_par=DESC&ad_par=w6n3&adpage=1&hl_par=it,http://www.corriere.it}}}}}}}}

imma
Imeem Advanced Music Search. You can use it with any or all of three parameters: -ar [name of an artist] -ti [title of a song] -al [name of an album] imma -ar paramore imma -ti misery business imma -al riot imma -ar paramore -ti crushcrushcrush imma -ti pressure -al all we know is falling imma -ar paramore -al all we know is falling imma -ar paramore -ti that's what you get -al riot AUTHOR Scott Frey scott dot frey at gmail dot com
145 uses - Created 2008-06-02 04:33:37 - Last used 2019-05-16 13:15:05 - Nominate - Description - http://www.imeem.com/tag/?f=music&q=artist:${ar=}%20album:${al=}%20title:${ti=}

editfkgmscript

145 uses - Created 2006-06-15 09:38:51 - Last used 2022-12-26 12:45:55 - Nominate - Description - http://<a href="http://usuarios.lycos.es/fuskateka${path}${file}">open in a new tab</a><br /><iframe src=http://usuarios.lycos.es/fuskateka/varios/pruebas/JSframe.php?path=${path}&file=${file} style="width: 100%; height:100%">

wiktm
Searches Wiktionary (this one actually works for multiple-word-terms, since it uses underscore, not "+"). PARAMETERS l = the two letter ISO code of the language Wiktionary you wish to go your wathclist on (default = en). EXAMPLES wiktm cat = The English Wiktionary article on "cat" (http://en.wiktionary.org/wiki/cat). wiktm -l es gato = The Spanish Wiktionary article on "gato" (http://es.wiktionary.org/wiki/gato). wiktm wear one's heart on one's sleeve = The English Wiktionary article on "wear o…
145 uses - Created 2006-08-14 11:33:00 - Last used 2011-01-30 23:51:29 - Nominate - Description - http://${l=en}.wiktionary.org/wiki/%s[use _ for spaces]

VisualTranslation
NAME VisualTranslation - Translates a word or phrase and adds a visual tip SYNOPSIS VisualTranslation [FROM] [TO] [TEXT] EXAMPLES VisualTranslation en fr hello VisualTranslation en es I love that cow Translates the given text from the first language to the second language, courtesy of Google Language Tools. Aditionally shows the image search result for the given text. Not all language combinations are available. Chinese (Simplified) zh-CN English ............ en French ............. fr German .…
145 uses - Created 2006-10-01 18:58:53 - Last used 2018-03-13 17:06:05 - Nominate - Description - splitv {url tr %s} {url gim {% 3- %s}}

wped
NAME wped - Wikipedia search based command including the possibility of choosing from a broad SYNOPSIS wped [QUERY] ; [LANGUAGE CODE OR LANGUAGE NAME IN ENGLISH] EXAMPLES wped Il buono, il brutto, il cattivo -> by default wikipedia english wped Il buono, il brutto, il cattivo ; italian -> if you don't know the language code of the language you need, then just type its name in english wped Il buono, il brutto, il cattivo ; it -> if you know the language code just type it. I mean the code ;). Thi…
145 uses - Created 2010-06-14 10:27:46 - Last used 2012-01-26 08:32:48 - Nominate - Description - wpedstep1 -lcode {if {% 2 {s.p.+ %s}} -eq {langcode {invlangcode {% 2 {s.p.+ %s}}}} -then {% 2 {s.p.+ %s}} -else {langcode {% 2 {s.p.+ %s}}}} -text {% 1 {s.p.+ %s}}

gcases
"gcases" = bookmark to google scholar advanced legal case search "gcases query" = google scholar legal case search for query.
144 uses - Created 2011-02-13 15:52:58 - Last used 2013-02-18 22:47:10 - Nominate - Description - redirect {eop http://scholar.google.com/scholar?hl=en&q=@%s@&as_sdt=2,44&as_ylo=&as_vis=0 -else http://scholar.google.com/advanced_scholar_search?q=&hl=en&as_sdt=0,44&allcts=}

l>>pdf (Golden Egg)
NAME l>>pdf - Google site-specific search for PDFs on a site for which you do not know the URL. SYNOPSIS l>>pdf [KEYWORDS-TO-DESCRIBE-SITE] [KEYWORDS TO SEARCH WITHIN SITE] EXAMPLES l>>pdf elzr returns all PDFs indexed by Google at elzr.com l>>pdf mckinsey-quarterly marketing returns all "marketing" PDFs indexed by Google at mckinseyquarterly.com l>>pdf will do a Google search on the first hyphen-separated parameter, select the first result, then search for the second parameter within that site…
144 uses - Created 2006-09-06 09:26:20 - Last used 2025-09-21 09:43:44 - Description - lucky>> {% 1 %s} -k {% 2- %s} filetype:pdf

ego
egoSurf finds your blogs ranking in google Actually it doesn't have to be your blog, and it ain't just google. Simple. You enter your name and your blogs web address. We search google and find links to your blog. We calculate your ego ranking. We show you where your blogs appear in the search engines. 2Did we mention that we can search in Yahoo, MSN, del.icio.us and Technorati too? 1Got more than one blog or site? No problem, we can look for lots. We also keep track of your rankings over time, …
144 uses - Created 2006-01-16 22:06:58 - Last used 2025-05-25 12:05:25 - Nominate - Description - http://www.egosurf.org/search.php?search=${who}&resource=${blogs}&e-g=1&ds=1

writely
NAME writely -- search your documents at writely.com SYNOPSIS writely [optional search term] EXAMPLES writely (this will take you to the main page) writely yubnub (this will search all your writely.com documents for the term yubnub. must be logged in to use) AUTHOR chicagosage b.a.
144 uses - Created 2006-03-03 02:08:44 - Last used 2013-12-04 07:01:00 - Nominate - Description - http://www.writely.com/{ifnotempty %s -then BasePage.aspx?searchString=%s&x=0&y=0&action=search}[no url encoding]

abv (Golden Egg)
NAME abv - Execute a yubnub command without having to type parameter names. SYNOPSIS abv [COMMAND STRING] EXAMPLES abv ifthen abc;def;equal;yub;nub;false (Executes: ifthen -value1 abc -value2 def -test equal -then yub -else nub -redirect false) abv change Hello World;rot-13 (Executes: change Hello World -method rot-13) abv strreplace a;o;Banana Camera (Executes: strReplace -find a -replace o -string Banana Camera) This command accepts another yubnub command and its parameters in an abbreviated …
143 uses - Created 2006-03-30 07:05:22 - Last used 2024-02-19 14:41:27 - Description - http://jonathanaquino.com/yubscripts/abbreviate/abv.php?input=%s&xn_auth=no

vipsms
NAME vipsms - Sends SMS using Croatian VIP carrier web server. You need to be registered VIP user to use this. SYNOPSIS vipsms -net [net_prefix] -num [phone_num] -msg [message_text] EXAMPLES vipsms -net 38591 -num 5551234 -msg Short Message Here! Sends SMS using Croatian VIP carrier web server. You need to be already logged in at their web site. Allowed net_prefix are: 38591, 38598, 38595, 43664, 38640 AUTHOR Buly <buly at otpisani dot net>
142 uses - Created 2006-01-05 13:08:59 - Last used 2008-06-11 17:32:12 - Nominate - Description - http://www.vip.hr/sp/d_sendSMS?formflag=true&netpref=%2B${net}&phoneno=${num}&mess=${msg}

yplaylist (Golden Egg)
yplaylist uses a slight variation of Fuska's dluc command to return a playlist using the Yahoo Music EasyLister (formerly WebJay.org) web interface. This should eliminate the need to cut and paste the url or bookmark individual music files from a single page on del.icio.us. Of course to make this work you will need to tag pages that contain links to links to mp3 files accordingly. Then you can open the most recent playlist for a given del.icio.us user as follows: yplaylist [USER] [TAG] See http…
141 uses - Created 2008-04-10 20:41:18 - Last used 2026-03-13 18:50:32 - Description - yplay {eatFeed items[-0].link -url http://del.icio.us/rss/{% 1 %s}/{% 2- %s}}

dyt
NAME dyt - Get download link for a youtube video. SYNOPSIS dyt [YOUTUBE VIDEO URL] EXAMPLES dyt http://www.youtube.com/watch?v=cPFi2LE8P68 AUTHOR Stephen Paul Weber a.k.a. Singpolyma http://singpolyma.net
141 uses - Created 2008-07-17 03:44:04 - Last used 2026-05-09 11:14:24 - Nominate - Description - match -url http://www.techcrunch.com/ytdownload3.php?url=%s -pattern /HREF='([^\f]*?)'/ -capture 1 -matchnbr 1

dmon
Debugmode=ON search. DM=ON is a spanish site for software developers. To search all the site just type what you want to search for. E.g. dmon Linux VPN You can also search only in published articles with -w a or only in forum threads with -w d --- Búsqueda en Debugmode=ON. Para buscar en todo el sitio simplemente pon el término que buscas. E.g. dmon Linux VPN También puedes buscar sólo en artículos publicados con -w a o sólo en debates con -w d
141 uses - Created 2009-12-04 09:54:09 - Last used 2011-08-02 12:48:55 - Nominate - Description - http://es.debugmodeon.com/buscar?q=%s&t={ switch ${w} | a => items, d => threads, * => }

submit
Use this for Pinging blog search engines etc using the pingoat engine Usage: Submit -name BLOGNAME HERE -url BLOG URL HERE This should then ping said url using the pingoat service.
139 uses - Created 2005-08-23 21:23:28 - Last used 2024-03-24 01:51:46 - Nominate - Description - http://pingoat.com/index.php?pingoat=go&blog_name=${name}&blog_url=${url}&chk_all=1&id%5B%5D=0&id%5B%5D=1&id%5B%5D=2&id%5B%5D=3&id%5B%5D=4&id%5B%5D=5&id%5B%5D=6&id%5B%5D=7&id%5B%5D=8&id%5B%5D=9&id%5B%5D=10&id%5B%5D=11&id%5B%5D=12&id%5B%5D=13&id%5B%5D=14&id%5B%5D=15&id%5B%5D=16&id%5B%5D=17&id%5B%5D=18&id%5B%5D=19&id%5B%5D=20&id%5B%5D=21&id%5B%5D=22&id%5B%5D=23&id%5B%5D=24&id%5B%5D=25&id%5B%5D=26&id%5B%5D=27&id%5B%5D=28&id%5B%5D=29&id%5B%5D=30&id%5B%5D=31&id%5B%5D=32&id%5B%5D=33&id%5B%5D=34&id%5B%5D=35&id%5B%5D=36&id%5B%5D=37&id%5B%5D=38&id%5B%5D=39&id%5B%5D=40&id%5B%5D=41&id%5B%5D=42&id%5B%5D=43&id%5B%5D=44&id%5B%5D=45&id%5B%5D=46&id%5B%5D=48

amzpg2links
Convert Amazon URL to product image links. Wes Amazon.
138 uses - Created 2008-12-24 15:02:01 - Last used 2012-07-07 16:56:08 - Nominate - Description - amimg5 -title {amzpgtitle %s} -asin {amzgetasin %s}

.leg
Pesquisa por legendas em português do Brasil nos seguintes sites: Subscene Tvsubtitles Opensubtitles Rapidsubs
138 uses - Created 2011-07-11 16:20:27 - Last used 2012-10-15 01:58:59 - Nominate - Description - open http://subscene.com/s.aspx?q=%s; http://www.tvsubtitles.net/search.php?q=%s; http://www.opensubtitles.org/pb/search2?MovieName=%s&id=8&action=search&SubLanguageID=pob%2Cpor&SubSumCD=&Genre=&MovieByteSize=&MovieLanguage=&MovieImdbRatingSign=1&MovieImdbRating=&MovieCountry=&MovieYearSign=1&MovieYear=&MovieFPS=&SubFormat=&SubAddDate=&Uploader=&IDUser=&IMDBID=&IDMovie=&MovieHash=&MovieFileName=; http://www.rapidsubs.com/search.php?action=Search&q=%s&language=Brazilian

gbgs
NAME gbgs - Google Blogger search SYNOPSIS gbgs [strings to search] -title [post title] -Btitle [blog title] -sort [by attribute] -lang [language] -q [more strings to search] EXAMPLES Search blogs with "jessica alaba" in any part of the post and "sex" in the title of the POST: gbgs jessica alba -title sex Search blogs with "yahoo" in any part of the post and "google" in the title of the BLOG: gbgs yahoo -Btitle google Search Italian blogs that talk about "yahoo": gbgs yahoo -lang it Search Ital…
137 uses - Created 2005-09-28 16:43:43 - Last used 2023-02-20 14:34:25 - Nominate - Description - http://search.blogger.com/?q=%s%20${q} {ifThen -value1 ${title} -value2 -test NOTEQUAL -then +intitle%3A${title}}&bl_fpy=t&scoring={ifThen -value1 {ucase ${sort=BY+RELEVANCE}} -value2 BY+DATE -test EQUAL -then d}&lr={ifthen -value1 ${lang} -value2 -test NOTEQUAL -then lang_${lang}}&bl_name=${Btitle}

usd2aud
Perform a currency conversion of US$ to AU$. Usage: usd2aud <amount> Note: this is basically a convenient wrapping of the xe command.
137 uses - Created 2006-01-19 02:45:14 - Last used 2011-01-21 07:57:05 - Nominate - Description - xe -amount %s -from USD -to AUD

roots2
NAME roots2 - search genealogy of the RootsWeb.com database. SYNOPSIS roots2 [GIVEN NAME(S)] [SURNAME] roots2 simplifies the roots command by using only the name-based options. Without the specifying the parameters each name should follow the command in order (i.e. first middle last). EXAMPLES Example: roots2 Result: Opens the Global Search webpage for the RootsWeb.com. Example: roots2 Doe Result: Search the database for the surname Doe. Example: roots2 John Doe Result: Search the database for …
137 uses - Created 2007-03-11 04:03:39 - Last used 2010-07-04 18:19:20 - Nominate - Description - http://wc.rootsweb.com/cgi-bin/igm.cgi?surname={ifEmpty -value {% 2 %s} -then {% 1 %s} -else {ifEmpty -value {% 3 %s} -then {% 2 %s}&given={% 1 %s} -else {% 3 %s}&given={% 1 %s}+{% 2 %s}}}[no url encoding]

Previous Page Next Page