Command List (ls)
beater
Search Craigslist in your city for cheap used cars. Be sure to use the subdomain (****.craigslist.org) to search your city. Searches for cars from $1000 (to avoid parts cars) up to $5000, and only ads with images (who'd buy a beater w/o photos.) Example: beater boston
51 uses
-
Created 2008-09-12 19:58:55
-
Last used
2014-08-06 11:17:45
-
Nominate -
Description
-
http://%s.craigslist.org/search/cta?query=&minAsk=1000&maxAsk=5000&hasPic=1
ktk
Searches kotaku.com
51 uses
-
Created 2008-11-07 02:22:57
-
Last used
2014-10-14 15:51:32
-
Nominate -
Description
-
http://kotaku.com/search/%s/
urban-d
Searches urban dictionary.
51 uses
-
Created 2008-11-09 12:14:31
-
Last used
2009-02-25 21:21:50
-
Nominate -
Description
-
http://www.urbandictionary.com/define.php?term=%s
nong
Bye, bye to goggle$ geo targeting.
51 uses
-
Created 2009-03-25 07:53:14
-
Last used
2014-10-01 17:33:17
-
Nominate -
Description
-
http://anonymouse.org/cgi-bin/anon-www_de.cgi/http://google.com/search?q=%s
yapt
xxx
51 uses
-
Created 2009-04-29 22:22:07
-
Last used
2018-02-16 15:35:29
-
Nominate -
Description
-
http://www.yaptube.com/search/all/%s
adlibris
Search function for the online bookstore adlibris.dk
51 uses
-
Created 2009-05-29 14:00:21
-
Last used
2024-12-04 19:58:23
-
Nominate -
Description
-
http://www.adlibris.com/dk/searchresult.aspx?search=quickfirstpage&quickvalue=%s&title=%s&fromproduct=False
w2
side-by-side english wikipedia and spanish wikipedia
51 uses
-
Created 2009-06-09 07:24:11
-
Last used
2023-03-10 04:58:26
-
Nominate -
Description
-
split http://en.wikipedia.org/?search=%s http://es.wikipedia.org/wiki/Especial:Search?search=%s
bss
BS Search
51 uses
-
Created 2009-07-02 01:57:46
-
Last used
2021-07-05 01:35:25
-
Nominate -
Description
-
http://brokenstones.me/browse.php?search=%s&searchtitle=0&include=0
wml
Search for movies at watch-movies-links.net
51 uses
-
Created 2009-07-29 23:19:36
-
Last used
2015-03-02 20:49:57
-
Nominate -
Description
-
http://www.watch-movies-links.net/s/%s.html
rhits
51 uses
-
Created 2009-09-08 17:46:30
-
Last used
2011-11-16 22:25:32
-
Nominate -
Description
-
http://www.googlesyndicatedsearch.com/u/rhit?q=&image.x=0&image.y=0&image=Search&q=%s
bii
To search for a pokemon on serebii.net.
51 uses
-
Created 2010-06-03 01:11:30
-
Last used
2010-12-01 04:40:25
-
Nominate -
Description
-
http://www.serebii.net/search.shtml?cx=018410473690156091934%3A6gahkiyodbi&cof=FORID%3A11&q=%s&sa=Search&siteurl=www.serebii.net%2Fpokedex-dp%2F188.shtml#208
5r
Short for Fiverr, a crowdsourcing site where people post tasks they are willing to do for $5 USD. Search results are pre-sorted to show best-rated workers.
51 uses
-
Created 2010-06-18 00:23:24
-
Last used
2019-07-07 22:52:13
-
Nominate -
Description
-
http://www.fiverr.com/gigs/search?order=rating&query=%s
clgm
Busca archivos de descarga en “Cuélgame.net“, una plataforma para compartir enlaces de descargas, ya no desde servidores de descarga directa , sino con enlaces .torrent, ed2k . (by l3utterfish)
51 uses
-
Created 2012-02-06 10:05:56
-
Last used
2020-11-07 07:04:33
-
Nominate -
Description
-
http://cuelgame.net/search.php?q=%s
trekb
Search bontrager.com (a trek-owned bike accessory brand).
51 uses
-
Created 2011-09-26 15:20:48
-
Last used
2015-04-27 10:32:42
-
Nominate -
Description
-
http://bontrager.com/search?query=%s
snc
Soundcloud Full Text Search
51 uses
-
Created 2011-09-21 09:25:39
-
Last used
2025-03-30 00:25:00
-
Nominate -
Description
-
http://soundcloud.com/search?q%5Bfulltext%5D=%s
u2menu
NAME u2menu - Turn the links you give it into a webpage with a menu and a iframe. SYNOPSIS u2menu -url [LINK urls] -text [LINK names] -top [IFRAME vertical coordinate] -title [WEBPAGE title] -prefix [URL's prefix] EXAMPLES u2menu -url http://www.google.com/webhp?gl=us&hl=en http://search.yahoo.com/web?fr= x http://www.zuula.com/ -text google Yahoo --- Zuula makes a menu with Google,Yahoo, places a separator and adds Zuula *separator is made by the lonely x character before Zuula u2menu -url htt…
51 uses
-
Created 2010-08-09 17:58:03
-
Last used
2023-05-19 20:12:56
-
Nominate -
Description
-
echo <html><body> <script type="text/javascript"> var arr=new Array ('${url}','${text}','${top}','${title}','${prefix}'); var u_l=new Array();var u_l=arr[0].split(" "); var u_t=new Array();var u_t=arr[1].split(" "); var tp=parseInt(arr[2]);if (tp<1 || arr[2].length<1) tp=50; var fx1=new Function("t","var m=u_t[t]+'</a>';if(u_l[t].length==1) m='</a>'+u_t[t];return(m);"); document.title =arr[3];if (arr[3]=="") document.title =arr[1].replace(/ /gi," "); </script> <div style="position:absolute; top:0; left:10; z-index:99"> <script> var i=0;document.write("|"); for (i=0;i<u_l.length;i++) document.write(" <a href="+arr[4]+u_l[i]+" target='il_f'>"+fx1(i)+" | "); </script> </div> <iframe src=''name="il_f" id="il_f" style="height:100%;position:absolute;width:99%;overflow:scroll;border:0;" align="middle"></iframe> <script> var mf = document.getElementById("il_f"); mf.style.top = tp; mf.src = arr[4]+u_l[0]; </script></body></html>
anibis
Search anibis.ch (classified adverts in Switzerland). Example: anibis asus zenbook
51 uses
-
Created 2012-08-24 08:48:34
-
Last used
2023-11-01 02:21:14
-
Nominate -
Description
-
http://www.anibis.ch/fr/advertlist.aspx?fts=%s&sf=ftw&so=d&ualf=true
prnc
Query forvo.com & howjsay.colm to pronunce words simultaneously. Examle: prnc controversy
51 uses
-
Created 2013-01-16 08:09:45
-
Last used
2023-04-25 03:50:38
-
Nominate -
Description
-
splitv http://www.forvo.com/search/%s/ http://www.howjsay.com/index.php?word=%s&submit=Submit
rerdi
Rero doc full search
51 uses
-
Created 2013-04-04 05:44:19
-
Last used
2023-01-21 06:16:13
-
Nominate -
Description
-
http://doc.rero.ch/search?ln=fr&sc=1&p=%s&f=fulltext
gdb
Search Google Domains Beta
51 uses
-
Created 2017-03-05 12:57:23
-
Last used
2021-02-11 10:34:20
-
Nominate -
Description
-
https://domains.google.com/registrar?s=%s&hl=en[use %20 for spaces]
kkas
Kickass.to command
51 uses
-
Created 2014-08-23 05:41:18
-
Last used
2016-09-08 07:45:43
-
Nominate -
Description
-
http://kickass.to/usearch/%s
dic_naver
51 uses
-
Created 2016-01-15 18:41:26
-
Last used
2017-05-11 21:43:03
-
Nominate -
Description
-
http://dic.naver.com/search.nhn?dicQuery=%s&query=%s&target=dic&ie=utf8&query_utf=&isOnlyViewEE=
dwb
Searches my blog, http://www.davidbreyer.com.
50 uses
-
Created 2005-06-23 02:05:28
-
Last used
2019-11-29 05:15:20
-
Nominate -
Description
-
http://www.davidbreyer.com/index.php?s=%s
wv
Searches for articles on WikiVoyage, the non-commercial fork of WikiTravel.
50 uses
-
Created 2013-01-08 18:33:42
-
Last used
2024-08-11 00:20:43
-
Nominate -
Description
-
https://en.wikivoyage.org/wiki/Special:Search?search=%s
mat
asdfjkl
50 uses
-
Created 2005-07-11 09:31:55
-
Last used
2020-12-02 14:09:00
-
Nominate -
Description
-
http://www.google.co.in/search?hl=en&q=spares+matrix+one+dimensional+array+c+implementation+lab&spell=1
circ
Circuit City search. Example: circ fellowes shredder
50 uses
-
Created 2005-10-11 04:36:30
-
Last used
2023-07-10 14:23:02
-
Nominate -
Description
-
http://www.circuitcity.com/ccd/Search.do?keyword=%s&c=1&context=&searchSection=All
fccc
Searches Flickr for creative commons "Attribution-NonCommercial License" To find cc licensed photos tagged with glue and red Example: fcc glue red
50 uses
-
Created 2006-01-13 22:31:59
-
Last used
2013-09-13 12:49:03
-
Nominate -
Description
-
http://www.flickr.com/creativecommons/by-nc-2.0/tags/%s/
testo
search for lyrics on http://www.lyrics007.com/
50 uses
-
Created 2006-01-17 11:27:14
-
Last used
2019-12-01 20:44:57
-
Nominate -
Description
-
http://www.lyrics007.com/cgi-bin/s.cgi?q=%s&kw=on&submit=go
enghun
english->hungarian dictionary
50 uses
-
Created 2006-01-31 08:46:56
-
Last used
2008-03-23 23:51:31
-
Nominate -
Description
-
http://szotar.sztaki.hu/dict_search.php?L=ENG%3AHUN%3AEngHunDict&O=HUN&flash=&E=1&W=%s&M=2&P=0&C=1&A=1&T=1
wikc
Searches Wikcionario, the Spanish wiktionary. Usage: wikc [word]
50 uses
-
Created 2006-05-10 13:00:55
-
Last used
2014-07-20 07:25:53
-
Nominate -
Description
-
http://es.wiktionary.org/wiki/%s
livedocs
Search Flash livedocs. Uses Google because Adobe hides their search engine in AJAX.
50 uses
-
Created 2006-05-18 18:25:20
-
Last used
2010-02-10 21:00:53
-
Nominate -
Description
-
http://www.google.com/search?as_q=%s&num=100&hl=en&btnG=Google+Search&as_epq=&as_oq=&as_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=http%3A%2F%2Flivedocs.macromedia.com%2Fflash%2Fmx2004%2F&as_rights=&safe=images
htm
HTMLHelp.com Search. Searches the extensive Web authoring archives at the popular HTMLHelp.com site. Examples: htm p = Will search for definitions and usage of the Paragraph element.
50 uses
-
Created 2006-07-02 20:56:24
-
Last used
2022-09-29 13:00:31
-
Nominate -
Description
-
http://htmlhelp.com/cgi-bin/search.cgi?q=%s
8einhalb
Search for DVDs at Filmgalerie 8einhalb. Enter letter a-z (single character) and get alphabetic results.
50 uses
-
Created 2006-07-22 02:29:39
-
Last used
2015-04-12 06:55:28
-
Nominate -
Description
-
http://www.8einhalb.at/programm/index.php?letter=%s
wp_lite
This is a light version of the wikipedia search. Use just as the wp command.
50 uses
-
Created 2006-08-01 08:00:55
-
Last used
2020-12-16 13:42:00
-
Nominate -
Description
-
scrape -tokens search</a></div> [<a -url {url wp %s}
dy
find your personalized gift or do it yourself(diy)
50 uses
-
Created 2006-10-24 17:21:06
-
Last used
2021-10-08 19:41:04
-
Nominate -
Description
-
http://www.kadang.com/search/%s.html
dft
Index internal df tool; use without param to return homepage, with param to search for co.
50 uses
-
Created 2007-01-03 10:15:32
-
Last used
2020-12-25 08:18:25
-
Nominate -
Description
-
http://dealflow{ifThen -value1 %s -value2 -test NOTEQUAL -then /web/index/dealflow.nsf/search?openform&srcht=q&srchv=%s}
tbhp
team-bhp.com is India's bet qutomotive forum - tons of info, advice and interaction with motorheads from all over the country
50 uses
-
Created 2007-05-18 05:37:57
-
Last used
2007-12-06 05:27:15
-
Nominate -
Description
-
http://www.google.co.in/search?q=site%3Awww.team-bhp.com+%s
aom
Search the Anarchy Online Mainframe for an item. usage: aom "item" -ql "quality level" -prof "profesion" -side "side" -type "item type" -slot "items slot" -effect "item affects" not all commands are needed. use as few or little as you like. ---------- Old implementation: http://www.aomainframe.net/search.asp?ItemName=%s&QLHigh=${ql}&Profession=${prof}&Side=${side}&ItemType=${type}&ItemSlot=${slot}&Effect=${effect}&Search=True
50 uses
-
Created 2007-07-28 23:17:02
-
Last used
2020-04-28 12:45:01
-
Nominate -
Description
-
https://www.google.com/search?q=aom
wma
50 uses
-
Created 2007-09-09 01:26:37
-
Last used
2024-04-01 20:51:03
-
Nominate -
Description
-
http://www.franceradio.net/search.php?music=%s
ubu
UBUWEB Search UBUWEB is a repository for all forms of the avant-garde and beyond. Example: ubu brecht
50 uses
-
Created 2007-11-08 13:51:11
-
Last used
2012-12-05 23:18:43
-
Nominate -
Description
-
http://search.freefind.com/find.html?id=17493&pageid=r&mode=ALL&query=%s
wtcd
search on what.cd Example: what Morcheeba
50 uses
-
Created 2008-03-05 09:03:21
-
Last used
2013-10-31 03:49:29
-
Nominate -
Description
-
http://what.cd/browse.php?search=%s
bjt
Search BookJetty by Title
50 uses
-
Created 2008-03-26 11:26:07
-
Last used
2022-01-14 09:59:12
-
Nominate -
Description
-
http://www.bookjetty.com/books/search?type=title&q=%s&db=bj
opensall
Search movie subtitles in opensubtitles.org (or opensubtitles.com) in ALL languages. Example: opensall the idiots
50 uses
-
Created 2008-04-14 13:51:27
-
Last used
2022-10-22 03:18:45
-
Nominate -
Description
-
http://www.opensubtitles.com/en/search2/sublanguageid-all/moviename-%s[use %20 for spaces]
2geek
Searches tips and others in www.HowToGeek.com.
50 uses
-
Created 2008-05-24 16:48:23
-
Last used
2016-10-11 10:42:33
-
Nominate -
Description
-
http://www.howtogeek.com/sitesearch/?cx=009481737823548119489%3Aw5lekpyovpo&cof=FORID%3A9&q=%s
neko
Searches http://nekobooru.net/ ( nekobooru / nekobooru.net ) for images.
50 uses
-
Created 2008-07-29 08:59:18
-
Last used
2025-04-16 09:20:09
-
Nominate -
Description
-
http://nekobooru.net/post?tags=%s
gmn
Search Google News for Mobile Browsers (SSL)
50 uses
-
Created 2011-02-20 03:36:09
-
Last used
2024-11-19 04:01:05
-
Nominate -
Description
-
https://www.google.com/m/news?gl=us&source=mog&q=%s
stof
A vanilla search on http://stackoverflow.com!
50 uses
-
Created 2008-09-23 22:31:07
-
Last used
2022-10-13 17:58:51
-
Nominate -
Description
-
http://stackoverflow.com/search?s=%s
!list
Lists Yahoo! Open Shortcuts. Only default shortcuts are listed when not logged-in. SYNTAX !list OFFICIAL SHORTCUTS !create, !help, !list, !set, !unset gomelet AT gmail DOT com
50 uses
-
Created 2009-05-21 03:13:53
-
Last used
2023-12-28 09:35:41
-
Nominate -
Description
-
http://search.yahoo.com/osc/list?ei=UTF-8&p=!list
edmundsused
Edmunds.com used car price check
50 uses
-
Created 2009-06-29 13:05:32
-
Last used
2010-03-11 00:55:51
-
Nominate -
Description
-
http://www.google.com/search?q=site%3A+edmunds.com+%s
Previous Page
Next Page