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

Command List (ls)


c2t
Converts the results of a YubNub command to Markdown format, a simple text format. Inspired by Tom Roarty, "Idea for a YubNub command", http://www.troarty.com/blog/2007/02/14/idea-for-a-yubnub-command/ EXAMPLE c2t slashdot c2t /. AUTHOR jonathan.aquino@gmail.com
550 uses - Created 2007-02-15 06:30:40 - Last used 2021-03-27 06:06:29 - Nominate - Description - 2t {url %s}

table
to access spreadsheet data from editgrid.com website. Type the username followed by the the sheet name.
549 uses - Created 2006-04-26 06:07:50 - Last used 2025-12-09 21:22:11 - Nominate - Description - http://www.editgrid.com/user/{% 1 %s}/{% 2 %s} [no url encoding]

randstring
Generates a random alphanumeric string. Useful for generating random passwords randstr <lenght> -n [on|off] -u [on|off] -l [on|off] -count <number of strings> -seed id.<string> <length> : Number of characters in the string -n : Whether you want numbers in the string (on) or not (off) -l : Whether you want lowercase letters in the string (on) or not (off) -u : Whether you want uppercase letters in the string (on) or not (off) -count : Number of strings you want to get -seed : How the data will b…
549 uses - Created 2008-05-16 16:28:18 - Last used 2017-10-12 23:51:18 - Nominate - Description - http://random.org/strings/?num=${count=1}&len=%s&digits=${n=on}&upperalpha=${u=on}&loweralpha=${l=on}&unique=on&format=plain&rnd=${seed=new}

tres
NAME tres - TRanslate to or from ESpañol to English SYNOPSIS tres KEYWORD EXAMPLES tres carro tres car tres rojo tres red The simplest, most concise translation command I so far know how to make. It translates from English to Spanish, both ways, every time, so it takes the decision of picking the direction from you. Compared with str, from which it evolves, it saves you half the typing (4 letters as opposed to 8), by assuming English is one of the languages you want to translate too and by inco…
546 uses - Created 2009-01-13 18:32:35 - Last used 2025-08-03 06:09:06 - Nominate - Description - str es en %s

l>> (Golden Egg)
NAME l>> - Google site-specific search on a site for which you do not know the URL. SYNOPSIS l>> [KEYWORDS TO DESCRIBE SITE];[KEYWORDS TO SEARCH WITHIN SITE] EXAMPLES l>> chicago metromix;sushi restaurants [returns Google results for 'sushi restuarants' at metromix.chicagotribune.com] l>> omaha reader;old market [returns Google results for 'old market' at www.thereader.com] This command is allows you to do a search within a given site. The first parameter should describe the site you are lookin…
545 uses - Created 2006-07-31 22:24:36 - Last used 2023-05-02 16:46:11 - Description - lucky>> {param s;k %s}

flkr
Find the most interesting images on flicker from a given month and day. Syntax is -m month -d day, using a full two-digit format for each number.
543 uses - Created 2006-11-13 17:48:52 - Last used 2023-11-19 06:49:11 - Nominate - Description - http://www.flickr.com/explore/interesting/2006/${m=11}/${d=01}/

mango (Golden Egg)
NAME mango - returns the YubNub manual page for a command if it exists, otherwise it returns the advanced "create a command" page. SYNOPSIS mango [POTENTIAL NEW YUBNUB COMMAND] EXAMPLES mango gim -returns the manual page for the "gim" command mango unusedYubNubcommand -returns the create a command page This is similar to the "man+" command, except for new commands it uses the "create2" advanced command creator. NOTES Thanks to Allen Ormond for the Create2 page. AUTHOR Chicagosage b.a. =========…
542 uses - Created 2006-03-30 15:56:12 - Last used 2026-04-20 05:32:07 - 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://www.yubnub.org/kernel/man?args=%s -else {url create2 %s} -redirect true

tadclock
NAME tadclock - opens a digital clock from Time and Date.com for a location. SYNOPSIS tadclock [ CITY/COUNTRY ] OR [ -n LOCATION_NUMBER ] tadclock displays a digital clock courtesy of Time and Date.com for the location of your choice. It was developed with split-frame display in mind. OPTIONS -n [LOCATION_NUMBER] (Can be used instead of a City or Country.) NOTE: You can use the YubNub command `tad' to search and find this number. EXAMPLES Example: tadclock Result: Returns a web interface to sel…
542 uses - Created 2008-05-07 19:31:08 - Last used 2022-01-15 22:35:48 - Nominate - Description - http://www.timeanddate.com/worldclock/fullscreen.html?n={ifEmpty -value ${n} -then {scrape -tokens city.html?n= %22 -dirs 0 0 -url http://www.timeanddate.com/search/results.html?query=%s} -else ${n}}

spg
NAME spg - Get the cached data for a SeeqPod MP3 ID. SYNOPSIS spg -key api_key -id mp3_url_id Requests the cached copy of the data with mp3_url_id from Seeqpod. spgc requires an API key from SeeqPod. For more details, see http://www.seeqpod.com/api.php EXAMPLES spgc -key 0000000000000000000000000000000000000000 -id 1234567890123456789012345678901234567890 Requests the cached copy of the content with mp3_url_id of 1234567890123456789012345678901234567890 via API key 00000000000000000000000000000…
542 uses - Created 2008-10-31 03:27:47 - Last used 2019-02-19 06:35:42 - Nominate - Description - { match -matchnbr 1 -url http://www.seeqpod.com/api/adserve/results?mp3_url_id=${id}&uid=${key} -pattern /.*/ }

tpl
Searches the Toronto Public Library catalogue ---------- Old implementation: http://catalogue.torontopubliclibrary.ca/uhtbin/cgisirsi/x/0/0/5?srchfield1=GENERAL^SUBJECT^GENERAL^^Words+or+phrase&searchdata1=%s&searchoper1=AND&srchfield2=AU^AUTHOR^AUTHORS^Author+Processing^Author&searchdata2=${au}&searchoper2=AND&srchfield3=TI^TITLE^SERIES^Title+Processing^Title&searchdata3=${ti}&searchoper3=AND&srchfield4=SU^SUBJECT^SUBJECTS^^Subject&searchdata4=${su}&searchoper4=AND&srchfield5=SER^SERIES^SERIES…
540 uses - Created 2008-12-03 20:17:53 - Last used 2023-01-01 13:58:24 - Nominate - Description - http://www.torontopubliclibrary.ca/search.jsp?Ntt=%s

lostp
lostp - Takes you to Lostpedia.com lostp <text> - Searches Lostpedia for the given text
540 uses - Created 2007-04-25 13:24:06 - Last used 2024-07-24 15:58:18 - Nominate - Description - http://lostpedia.com/wiki/{eop Special:Search?search=@%s@&go=Go}

vds
NAME vds - VDOWN Forums Search with all the parameters. SYNOPSIS vds KEYWORDS [-f NUMBER] [-a USERNAME [-ae 0]] [-in posts] [-out posts] [-sk posts|starter_name] [-so asc] [-p NUMBER] [-pt older] Mandatory arguments: KEYWORDS the string, words separated by spaces. Optional arguments: -f all|NUMBER search in `all` forums or the specified forum number (default is `all`). -a USERNAME search by author as USERNAME. -ae 0 partial USERNAME (default is exact USERNAME). -in posts search in the posts (de…
538 uses - Created 2007-10-06 22:16:20 - Last used 2023-10-15 13:38:09 - Nominate - Description - http://bbs.betabbs.com/index.php?act=Search&CODE=01&forums=${f=all}&searchsubs=1&keywords=%s&namesearch=${a}&exactname=${ae=1}&search_in=${in=titles}&result_type=${out=topics}&sort_key=${sk=last_post}&sort_order=${so=desc}&prune=${p=0}&prune_type=${pt=newer}

gm2
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 To find the route from one location to another, type -from/-von ... -to/-nach …
535 uses - Created 2007-02-25 15:32:36 - Last used 2015-01-15 09:17:53 - Nominate - Description - http://maps.google.com/maps?{ifThen -value1 X${from}${von}${to}${nach}X -value2 XX -test EQUAL -then q=%s -else saddr=${from=${von}[no url encoding]}&daddr=${to=${nach}[no url encoding]}}

yell
Searches Yell.com (the UK Yellow Pages) To find a company by name, type -who Example: yell -who Mr Smith's Grocery Shop To find a type of business,type -what Example: yelluk -what pizza To narrow your search even further, enter your postcode or town after -where Example: yelluk -what pizza -where AB1 2CD
534 uses - Created 2006-10-17 06:46:13 - Last used 2021-08-24 05:52:45 - Nominate - Description - http://www.yell.com/ucs/UcsSearchAction.do;jsessionid=?searchType=classic&ooa=on&companyName=${who}&keywords=${what}&&location=${where}

ars
ArsTechnica Search. Maybe it will work! ----- old implementation: http://episteme.arstechnica.com/eve/ubb.x?a=search&reqWords=%s&exactPhrase=&optWords=&notWords=&f=all&subjectOnly=N&afterDate=&beforeDate=&authorName=&exactAuthor=Y&sortType=0&ptyp_poll=Y&ptyp_album=Y&ptyp_msg=Y&x_display_post_details=1&groupType=1&search=Search
532 uses - Created 2005-06-17 20:43:08 - Last used 2026-05-28 05:21:57 - Nominate - Description - http://episteme.arstechnica.com/{eop eve/ubb.x?a=search&reqWords=@%s@&exactPhrase=&optWords=&notWords=&f=all&subjectOnly=N&afterDate=&beforeDate=&authorName=&exactAuthor=Y&sortType=0&ptyp_poll=Y&ptyp_album=Y&ptyp_msg=Y&x_display_post_details=1&groupType=1&search=Search}

evernn
Searches your Evernote account for the supplied keyword(s). (Must be logged in.) If no keyword is supplied, this command will take you to the Evernote Web home screen. Example: evernn baltimore - will search your account for "baltimore" evernn - will take you to www.evernote.com/Home.action made by (e)nb(a)r 30-IV-2015
518 uses - Created 2015-04-30 19:43:28 - Last used 2022-06-05 11:44:32 - Nominate - Description - https://www.evernote.com/Home.action{ifEmpty -value %s -then -else #ses=1&sh=5&sds=3&x=%s&}[no url encoding]

revof
Searches the REVO Esperanto monolingual dictionary through Google Feeling Lucky. Stian
516 uses - Created 2006-04-22 06:46:38 - Last used 2017-04-19 07:52:31 - Nominate - Description - gfl site:http://www.uni-leipzig.de/esperanto/voko/revo/art/ %s

fuska-ml

516 uses - Created 2009-11-09 15:12:19 - Last used 2011-09-27 23:32:11 - Nominate - Description - http://m.delicious.com/fuska?v=&noui=yes&share=no&tags=${tags=later}&url={url g %s}&title=%s&extended=${extended}&private=true

ypuppys
Concurrent puppy search engine for: sites: murga-linux.com, puppylinux.com, puppylinux.org, bkhome.org, puppylinuxnews.org, puppy.b0x.me
513 uses - Created 2014-03-27 07:52:52 - Last used 2015-07-11 21:28:47 - Nominate - Description - y site:murga-linux.com,puppylinux.com,puppylinux.org,bkhome.org,puppylinuxnews.org,puppy.b0x.me %s

Interestingness
NAME Interestingness - display the more interesting photos of the current day, another day, or a month selected by flickr SYNOPSIS Interestingness -year [YEAR] -month [MONTH] -day [DAY] EXAMPLES Interestingness Interestingness -day 5 Interestingness -year 2005 -month 3 -day 11 To view the Interestingness photos of the current day: Interestingness -day [the current day] This is a bit useless because this page is blank until the next day. So if you prefer the photos of the previous day: Interesti…
511 uses - Created 2005-08-03 14:59:55 - Last used 2026-04-21 23:32:26 - Nominate - Description - http://www.flickr.com/explore/interesting/${year={date -format Y}}/${month={date -format m}}/${day={date -format d -offset -1}}

gy
Syntax: gy <search terms> -y <search-type> Examples: gy yubnub -y search gy parrot -y images gy kanata, on -y maps gy voronoi algorithm -y groups gy canada -y news gy google -y scholar gy isaac asimov -y print Tests yubnub's parameter syntax by combining %s and a named parameter and using the named parameter twice. Might turn out to be useful, too.
508 uses - Created 2005-07-01 16:46:35 - Last used 2025-12-02 00:44:45 - Nominate - Description - http://${y}.google.com/${y}?q=%s

dluc (Golden Egg)
NAME dluc - Similar to Google's "I'm Feeling Lucky" feature but for Del.icio.us. SYNOPSIS dluc [USER] [TAG] Optional arguments: -USER Your username or the username you want to specifically search. You can also use the keyword "TAG" to do a general search but filtered by a tag. Another possibility is using the keyword "POPULAR" to search the top ranked sites. Or the keyword "RECENT" which returns the last added url. That means diferents sites on every request. -TAG The tag you want to filter the…
508 uses - Created 2006-10-08 18:25:35 - Last used 2026-03-14 14:27:16 - Description - yubnub {eatFeed items[-0].link -url http://del.icio.us/rss/{% 1 %s}/{% 2- %s}}

dnsns
Syntax: dnsns {domain name} Displays the NS record for the specified domain using DNSStuff.com Example: dnsns yahoo.com
502 uses - Created 2006-04-21 07:03:08 - Last used 2012-09-12 21:12:57 - Nominate - Description - http://www.dnsstuff.com/tools/lookup.ch?name=%s&type=NS

rounddown
NAME rounddown - rounddown rounds a number off, but does NOT round up the last digit even if it is 5 or more. SYNOPSIS rounddown -val [VALUE] -prec [PRECISION] (valid precision values range from 6 to -6) The rounddown command will round a given value you specify without rounding up the digit associated with precision. It relies on the "correction" command and is therefore limited in its precision to numbers corresponding to the millions down to the millionth place. EXAMPLES Example: rounddown -…
502 uses - Created 2010-05-21 15:23:23 - Last used 2011-06-03 15:38:53 - Nominate - Description - ifThen -value1 ${val} -value2 0 -test GREATEREQUAL -then {ifThen -value1 ${val} -value2 {round ${val} -precision ${prec}} -test LESS -then {subtract {round ${val} -precision ${prec}} {correction ${prec}}} -else {round ${val} -precision ${prec}}} -else {ifThen -value1 ${val} -value2 {round ${val} -precision ${prec}} -test GREATER -then {sum {round ${val} -precision ${prec}} {correction ${prec}}} -else {round ${val} -precision ${prec}}}

dinorand (Golden Egg)
NAME dinorand - Load a random Dinosaur Comic EXAMPLES dinorand (no arguments) Random Dinosaur Comics! http://www.qwantz.com/ AUTHOR b.a. ========== Old implementation: http://www.qwantz.com/index.pl?comic={rand {scrape -tokens http://www.qwantz.com/index.pl?comic= < -dirs 0 0 -url http://www.qwantz.com/}} ========== Old implementation: http://www.qwantz.com/archive/{scrape -tokens archive/ . -dirs 0 0 -url http://www.qwantz.com/}.html [no url encoding]
501 uses - Created 2007-02-16 17:00:56 - Last used 2026-03-22 18:32:30 - Description - http://www.qwantz.com/index.php?comic={scrape -tokens http://www.qwantz.com/index.php?comic= %22 -dirs 0 0 -url http://www.qwantz.com/index.php}

odeoplayer (Golden Egg)
Generate a Flash player (from Odeo.com) for any web-hosted MP3. Supply the full URL of the audio file as a parameter. Example: odeoplayer http://www.tradebit.com/usr/scheme05/pub/8/What-Can-You-Bring-Me-.mp3
500 uses - Created 2007-10-03 02:01:45 - Last used 2023-07-22 23:11:45 - Description - echo <embed src="http://www.odeo.com/flash/audio_player_standard_gray.swf" quality="high" width="300" height="52" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" flashvars= "valid_sample_rate=true&external_url=%s" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>

zai
Shortcut to some popular image search/tools. SYNOPSIS ZAI [COMMAND] [QUERY] COMMANDS h=>(bimj), baidu in japanese.Hong Kong? f=>(flk) , flcker k=>(nvi), Korea:Naver r=>(як) ,Russia:Yandex j=>(gooi) Japan: Goo c=>(baidui),China:Baidu t=>tineye , send the url to tineye p=>pcs , Picsearch z=>zimage, Zuula Anything else is send to ZAX EXAMPLES ZAI p hello princess To use picsearch ZAI i hello princess calls zax to do a search with google and yahoo
500 uses - Created 2010-10-19 18:45:36 - Last used 2023-03-09 12:16:41 - Nominate - Description - { switch {% 1 %s} | h=>bimj,f=>flk ,k=>nvi,r=>як ,j=>gooi ,c=>baidui,t=>tineye ,p=>pcs ,z=>zimage, * => zax {% 1 %s} } {% 2- %s}

inspect (Golden Egg)
Syntax: inspect {domain} Displays info about domain's A, NS, MX records + detailed report about the specified domain. Example: inspect yahoo.com
497 uses - Created 2006-04-21 07:19:25 - Last used 2012-11-25 21:24:58 - Description - mash %s dnsa dnsns dnsmx report

nextbiblechapter
Look up a chapter the excellent NextBible (net.bible.org) Bible tool Example: nextbiblechap -book James -chapter 1 The optional -tab parameter allows selection of the particular tab on the page e.g. nextbiblechap -book James -chapter 1 -tab grkheb Note: For a simplified positional version of this command use nbc e.g.nbc James 1 xref
490 uses - Created 2007-10-25 09:25:21 - Last used 2013-04-19 21:33:09 - Nominate - Description - http://net.bible.org/bible.php?book=${book}&chapter=${chapter}&tab=${tab}

ex
Searches Eurekster.com Personalized search. ex foobar - searches the web for foobar ex foobar -source blog - searches in blogs for foobar possible -sources: web blog defaults to web due to parse problems specify the source last.
489 uses - Created 2005-07-12 07:31:50 - Last used 2025-10-10 06:46:40 - Nominate - Description - http://eurekster.com/search?p=Q&ts=e&w=%s&src=${source=web}

yjt
NAME yjt - A course of a Japanese train search SYNOPSIS yjt -f [from station] -t [to station] EXAMPLES yjt -f “Œ‹ž@-t a’J A course of a Japanese train search AUTHOR ZEGENVS
488 uses - Created 2006-05-07 15:55:23 - Last used 2010-11-01 22:28:41 - Nominate - Description - http://transit.yahoo.co.jp/search?from=${f}&val_to=${t}

soff
Split screen search with Google results on the left and Windows Live Search results on the right
487 uses - Created 2007-06-06 07:44:18 - Last used 2015-10-01 13:55:39 - Nominate - Description - split {url g %s} {url wls %s}

yelpnyc
Yelp search with default location set to New York City. Location can be changed by using the -where handle. E.g. yelpnyc taco - searches for taco in NYC yelpnyc taco -where seattle - searches for taco in Seattle
484 uses - Created 2007-08-06 18:30:37 - Last used 2017-07-12 11:28:50 - Nominate - Description - http://www.yelp.com/search?find_desc=%s&ns=1&rpp=10&find_loc=${where=NYC}&action_search.x=0&action_search.y=0

mlf
This command takes you to descriptions of built-in Matlab functions. If the name of a valid Matlab function is provided as an argument it will take you right to the description of this function. Without arguments the command will take you to the table of content for the matlab functions.
484 uses - Created 2006-08-23 05:12:42 - Last used 2018-07-22 12:19:18 - Nominate - Description - {ifThen -value1 %s -value2 -test NOTEQUAL -then http://www.mathworks.co.uk/access/helpdesk/help/techdoc/ref/%s.html -else http://www.mathworks.co.uk/access/helpdesk/help/techdoc/ref/ref.html}

adall
Book Meta-search via used.adall.com of many used/rare book dealers, also often returns new books. Default search is keyword, but you can specify author, title, or ISBN using switches: For example: adall - author Shakespeare -title Twelfth Night -isbn 0198320191
482 uses - Created 2006-10-17 17:22:09 - Last used 2023-05-07 16:18:19 - Nominate - Description - http://used.addall.com/SuperRare/submitRare.cgi?author=${author}&title=${title}&keyword=%s&isbn=${isbn}&order=PRICE&ordering=ASC&dispCurr=USD&binding=Any+Binding&min=&max=&timeout=20&match=Y&checkstore=Check+All&store=Abebooks&store=AbebooksDE&store=AbebooksFR&store=AbebooksUK&store=Alibris&store=Amazon&store=AmazonCA&store=AmazonUK&store=AmazonDE&store=AmazonFR&store=Antiqbook&store=Biblio&store=Bibliophile&store=Bibliopoly&store=Booksandcollectibles&store=Half&store=ILAB&store=Maremagnum&store=Powells&store=Strandbooks&store=ZVAB

date2
NAME date2 - Same as PHP date function SYNOPSIS date2 [UNIX TIMESTAMP] -format=c [DATE FORMAT] EXAMPLES date2 date2 1155217258 date2 1155217258 -format Y-M-d AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/
476 uses - Created 2007-01-15 18:21:43 - Last used 2026-03-25 17:35:22 - Nominate - Description - http://jonathanaquino.com/singpolymaplay/yubnub-date2.php?xn_auth=no&format=${format=c}&timestamp=%s

embed
Embed YubNub in your browser window. Yet another exercise in "appstraction", the embed command lets you open a minimalistic YubNub web interface in the current window. Add a command and any parameters if you like and they will be returned in the form field. Also mobile users might want to set this command URL as their homepage: http://yubnub.org/parser/parse?command=embed gomelet AT gmail DOT com
475 uses - Created 2009-01-17 17:20:12 - Last used 2025-11-22 07:55:24 - Nominate - Description - echo <a href="http://yubnub.org"><img border="0" src="http://yubnub.org/images/yubnub_small.png" alt="Yubnub" /></a><form action="http://yubnub.org/parser/parse" method="get" name="input_box"><input type="text" name="command" size="30" {ifEmpty -value %s -then value="" -else value="%s"} /><input type="submit" value="Enter" /></form>[no url encoding]

mechodw
Busqueda por Google en mechodownload.com
474 uses - Created 2012-01-24 16:35:43 - Last used 2021-08-28 12:46:56 - Nominate - Description - g site:mechodownload.com %s

cpann
A mere extention to the cpan command. Now allows a -n parameter (number of return values per page, default is 100), and a -m parameter (search mode, default is all). Example: cpann HTML::Parser -n 25 -m dist Parameter values: n => an integer from 10 to 100 (less than 10 acts as 10, greater than 100 acts as 100) m => either all,dist,module,author (others seem to be ignored) Since the parameters have defaults, it can be used just like the cpan command (ie cpann HTML::Parser). Many thanks to the a…
473 uses - Created 2006-05-18 23:28:03 - Last used 2007-10-11 00:50:51 - Nominate - Description - http://search.cpan.org/search?m=${m=all}&q=%s&n=${n=100}

iff
NAME iff - compare two values and return a value based on the result. SYNOPSIS iff <value1> [-lt|gt|le|ge|eq|ne <value2>] [-then <result1>] [-else <result2>] [-follow True|False] EXAMPLES iff 1 -lt 2 -then yes -else no (returns "yes" since "1" is less than "2") iff -eq ${var} -then yes -else no (returns "yes" if var is empty, "no" otherwise) iff True -then yes -else no (returns "yes") iff False -then yes -else no (returns "no") iff abc -eq bcd -then http://google.com -else http://yahoo.com -fol…
473 uses - Created 2006-01-06 10:38:55 - Last used 2013-05-16 13:12:20 - Nominate - 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}}

gtsg
GoThere.sg ========== Singapore-based maps and directory with public transport/taxi/drive fee calculators (Accepts postal code and shortened names (ie. "cck st 51") To map out a single address/place of interest, just type the address. Example : gtsg 100 Orchard Rd To get directions, type in the starting address "to" the final address. Example : gtsg Orchard Rd to Vivocity To find businesses or other specific things near a place, enter the business type "near" the location. Example : gtsg bookst…
468 uses - Created 2009-02-10 03:59:06 - Last used 2013-01-18 09:57:02 - Nominate - Description - http://gothere.sg/maps#q:%s[use %20 for spaces]

episodes
List of episodes from wikipedia English.
466 uses - Created 2009-02-01 20:29:40 - Last used 2025-05-25 09:34:36 - Nominate - Description - wpen List of %s episodes

tel
Also. Dieses commando ist für die website tel.search.ch ihr könnt einfach "tel name" eingeben, und es wird nach dem namen gesucht. ihr könnt aber auch zb. "tel pascal -in St.gallen" eingeben, und es wird nach pascal in st.gallen gesucht. viel spass!
465 uses - Created 2009-02-20 08:39:20 - Last used 2025-08-16 10:20:07 - Nominate - Description - http://tel.search.ch/?was=%s&wo=${in}

cbase
CrunchBase - homepage and search shortcut. web2.0 startups database and profiling from the TechCrunch Network NAME cbase SYNOPSIS cbase [TEXT TO SEARCH] Optional arguments: -<TEXT TO SEARCH> Search the text you enter on http://www.crunchbase.com EXAMPLES To perform a search: cbase hulu To go to the main page: cbase ... AUTHOR Alexrah(thx to Fuska) ---------- Old implementation: http://www.crunchbase.com{ifThen -value1 %s -value2 -test NOTEQUAL -then /index.php?o=search&phrase=%s&x=0&y=0} http:/…
465 uses - Created 2007-11-18 17:09:59 - Last used 2025-03-28 16:45:37 - Nominate - Description - https://www.crunchbase.com/app/search?q=%s

rands (Golden Egg)
NAME rands - Search on a random search engine. SYNOPSIS rands [KEYWORDS] EXAMPLES rands yubnub Searches for 'yubnub' on a random one of Google, Yahoo, or another search engine supported. NOTES Search engine data is stored as an array in the variable rands-data. To view the list type: var rands-data To add an item to the list type: ava rands-data -a COMMAND NAME AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/
465 uses - Created 2006-08-10 23:20:14 - Last used 2013-04-15 19:38:08 - Description - yubnub {idx {var rands-data} -idx {random -min 0 -max {clc {count {var rands-data}}-1}}} %s

vcdg
VeryCD Google Stian
461 uses - Created 2006-04-15 21:24:22 - Last used 2009-12-26 02:56:27 - Nominate - Description - g site:lib.verycd.com %s

yelluk
Searches Yell.com (the UK Yellow Pages) To find a company by name, type -who Example: yelluk -who Mr Smith's Grocery Shop To find a type of business,type -what Example: yelluk -what pizza To narrow your search even further, enter your postcode after -where Example: yelluk -what pizza -where AB1 2CD
460 uses - Created 2006-05-06 11:29:01 - Last used 2010-05-13 17:50:55 - Nominate - Description - http://www.yell.com/ucs/UcsSearchAction.do;jsessionid=?searchType=classic&ooa=on&companyName=${who}&keywords=${what}&&location=${where}

kvzhmensa2
Menü der Mensa der Wirtschaftsschule KV Zürich
454 uses - Created 2023-05-08 08:08:33 - Last used 2024-01-09 02:53:09 - Nominate - Description - https://kv-zurich.sv-restaurant.ch/uploads/tx_netvsvgmenu_mbs5/27980100/{date -format Y}W{date -format U}-de_27980100.pdf

between
NAME between - Determine whether a number lies within a given range. SYNOPSIS between [NUMBER] -low [LOW_END] -high [HIGH_END] between uses Allen Ormond's ifThen command to verify that a number is not less than the low end nor greater than the high end for a given range. It only returns numbers within the that range. EXAMPLES between 3 -low 1 -high 10 Returns 3. between 30 -low 1 -high 10 Returns nothing. AUTHOR Paul M. Boren pmboren AT gmail DOT com
453 uses - Created 2010-03-13 07:50:52 - Last used 2025-08-06 01:28:03 - Nominate - Description - ifThen -value1 %s -value2 ${low} -test LESS -then -else {ifThen -value1 %s -value2 ${high} -test GREATER -then -else %s}

Previous Page Next Page