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

Command List (ls)


runningonwhat
runningonwhat [URL] A quick and dirty way to find out what OS a website was running as of the last time the Netcraft bot checked. Author: F. Heinsen
245 uses - Created 2007-01-17 16:27:40 - Last used 2012-04-23 19:00:20 - Nominate - Description - echo %s {scrape -tokens <span </a> -dirs 0 1 -textonly -url http://uptime.netcraft.com/up/graph?site=%s}

amzpgtitle
Gets the page title of the URL from Amazon. Wes Amazon.
241 uses - Created 2008-12-24 14:58:40 - Last used 2012-07-07 16:56:08 - Nominate - Description - scrape -tokens <title> </title> -dirs 0 0 -url {url simple %s}

scrapeisbn1
Takes the keywords you specify, runs a keyword search on ISBNdb.com, and scrapes the **first** ISBN number returned by the search. NB: Will only work on ten-digit ISBNs, and beware of titles with multiple editions. The ISBN can be piped to other commands like bsense. Example: scrapeisbn1 denton smith "soul searching" will return 019518095X the ISBN for Christain Smith and Melinda Denton, "Soul Searching" (the hardback edition). For more on the search site, see http://yubnub.org/kernel/man?args=…
208 uses - Created 2006-04-23 19:48:58 - Last used 2023-01-01 17:50:44 - Nominate - Description - strleft {scrape -tokens ISBN: </td> -dirs 0 0 -url {url isbndb %s}} 10

scrapefeed
NAME scrapefeed - returns an RSS feed from a website. SYNOPSIS scrapefeed [ URL ] -feedlength [ MIN_LENGTH_OF_FEED ] scrapefeed attempts to return an RSS feed from a website. The only required parameter is the URL of that site, but the feedlength argument may be supplied to filter out links containing relative paths, etc. EXAMPLES Example: scrapefeed Result: Returns nothing no URL was provided. Example: scrapefeed http://www.linux.com Result: Returns http://www.linux.com/feature/?theme=rss Exam…
202 uses - Created 2008-09-01 07:27:08 - Last used 2013-03-19 19:14:29 - Nominate - Description - ifThen -value1 {strLength {scrape -tokens %22%20type=%22application/rss href=%22 %22 -dirs 0 0 0 -url %s}} -value2 ${feedlength=20} -test GREATEREQUAL -then {scrape -tokens %22%20type=%22application/rss href=%22 %22 -dirs 0 0 0 -url %s} -else {ifThen -value1 {strLength {scrape -tokens %22%20type=%22application/rss href=%22 %22 -dirs 0 1 0 -url %s}} -value2 ${feedlength=20} -test GREATEREQUAL -then {scrape -tokens %22%20type=%22application/rss href=%22 %22 -dirs 0 1 0 -url %s} -else {ifThen -value1 {strLength {scrape -tokens %22%20type=%22application/atom href=%22 %22 -dirs 0 0 0 -url %s}} -value2 ${feedlength=20} -test GREATEREQUAL -then {scrape -tokens %22%20type=%22application/atom href=%22 %22 -dirs 0 0 0 -url %s} -else {ifThen -value1 {strLength {scrape -tokens %22%20type=%22application/atom href=%22 %22 -dirs 0 1 0 -url %s}} -value2 ${feedlength=20} -test GREATEREQUAL -then {scrape -tokens %22%20type=%22application/atom href=%22 %22 -dirs 0 1 0 -url %s} -else {ifThen -value1 {strLength {scrape -tokens xml href=%22 %22 -dirs 0 0 0 -url %s}} -value2 ${feedlength=20} -test GREATEREQUAL -then {scrape -tokens xml href=%22 %22 -dirs 0 0 0 -url %s} -else {ifThen -value1 {strLength {scrape -tokens xml href=%22 %22 -dirs 0 1 0 -url %s}} -value2 ${feedlength=20} -test GREATEREQUAL -then {scrape -tokens xml href=%22 %22 -dirs 0 1 0 -url %s} -else {ifThen -value1 {strLength {scrape -tokens rss href=%22 %22 -dirs 0 1 0 -url %s}} -value2 ${feedlength=20} -test GREATEREQUAL -then {scrape -tokens rss href=%22 %22 -dirs 0 1 0 -url %s} -else {ifThen -value1 {strLength {scrape -tokens rss href=%22 %22 -dirs 0 0 0 -url %s}} -value2 ${feedlength=20} -test GREATEREQUAL -then {scrape -tokens rss href=%22 %22 -dirs 0 0 0 -url %s} -else %s}}}}}}}[no url encoding]

relem
relem - go to the Wikipedia entry of a random chemical element (one of the 112 elements of the periodic table) relem -p SYMBOL will go to the Wikipedia entry of a random chemical symbol (a disambiguation page)
193 uses - Created 2005-08-31 21:17:56 - Last used 2013-06-19 18:57:56 - Nominate - Description - http://en.wikipedia.org/wiki/{scrape -tokens ATOMIC_NUMBER>{random 112} <${p=NAME}> </${p=NAME}> -dirs 0 0 0 -url http://www.ibiblio.org/xml/examples/periodic_table/allelements.xml}

asinlookup
asinlookup looks up the ASIN number for an Amazon.com item, given the items URL. Usage: asinlookup [Amazon.com item URL] AUTHOR chicagosage b.a.
184 uses - Created 2006-02-22 23:22:56 - Last used 2012-09-23 08:07:01 - Nominate - Description - scrape -tokens asin= & -dirs 0 0 -url %s

GUID
Get a GUID from: http://extensions.roachfiend.com/cgi-bin/guid.pl The source of the script is here: http://extensions.roachfiend.com/guid.txt
183 uses - Created 2005-12-08 23:05:15 - Last used 2021-12-21 03:39:09 - Nominate - Description - scrape -tokens %7B %7D -dirs 0 0 -url http://extensions.roachfiend.com/cgi-bin/guid.pl

stt
scrape torrent search, its shorter than the storrent, I dont want to type that much when I search for something.
181 uses - Created 2006-09-08 17:20:09 - Last used 2020-11-28 11:50:16 - Nominate - Description - http://www.scrapetorrent.com/index.php?source=searchplugin&search=%s

psydex
Usage psydex "pokemon name" searches the psypokes.com pokedex by Pokemon Name created by Arlen Phillips
181 uses - Created 2007-06-03 02:51:37 - Last used 2014-02-17 10:25:51 - Nominate - Description - http://www.psypokes.com/dex/psydex/{scrape -tokens %s ! -dirs 0 0 -url http://pokemonlist.googlepages.com/list.txt}/all

gml
Returns the GuideML of the code (just the number) of a given h2g2 Entry.
178 uses - Created 2005-11-27 15:54:38 - Last used 2022-10-30 15:50:27 - Nominate - Description - scrape -tokens &lt;ARTICLE&gt; &lt;/ARTICLE&gt; -dirs 0 0 -url http://www.bbc.co.uk/dna/h2g2/test%s -textonly 1

am> (Golden Egg)
SYNOPSIS am> [KEYWORDS TO DETERMINE BOOK] -q [WHAT YOU WANT TO LOOK FOR INSIDE THE BOOK (optional)] EXAMPLE am> modern mind Since no query is provided, you're simply taken to Amazon's online reader set to Peter Watson's The Modern Mind. am> interface culture -q senselessness Searches Steven Johnson's Interface Culture with the query "senselessness." am> search battelle -q feeding the conversation Searches John Battelle's The Search with the query "feeding the conversation." Notice the keywords …
165 uses - Created 2006-07-25 00:37:03 - Last used 2023-05-09 22:23:00 - Description - http://www.amazon.com/gp/reader/{scrape -tokens ?v= / -dirs 1 1 -url {url luckyecho site:amazon.com %s}}?v=search-inside&keywords=${q}[no url encoding]

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}

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.
147 uses - Created 2006-03-27 02:43:20 - Last used 2016-05-30 19:18:58 - 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

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

insee
NAME insee - donne le code insee correspondant à la ville ou au code postal recherché SYNOPSIS insee [VILLE OU CODE POSTAL] EXAMPLES insee chartres retourne 28085 de même, insee 28000 retourne 28085 puisque 28000 est le code postal de Chartres donne le code insee correspondant à la ville ou au code postal recherché le nom d'une ville ou son code postal doivent obligatoirement être passés en paramètre AUTHOR Yann Perrin
136 uses - Created 2008-02-25 10:17:02 - Last used 2020-01-07 04:56:32 - Nominate - Description - scrape -tokens </table> <table <tr> <tr> <tr> <tr> <tr> <tr> <td <td <td </td> > -dirs 0 1 0 0 0 0 0 0 0 0 0 0 1 -url http://www.amabis.com/service-web-adresse.php?volet1=%s&pass=ok -method post

scrape1
Search scrape torrent. EG; scrape1 national geogrphic
136 uses - Created 2010-09-22 08:45:50 - Last used 2011-07-27 10:58:53 - Nominate - Description - http://scrapetorrent.com/Search/searchplugin.php?search=%s

noun
The noun command uses Sean O'Hagan's scrape to return a person, place, or thing from the random word generator that's hosted by watchout for snakes! Read more about this and other creativity tools at... http://watchout4snakes.com/CreativityTools/main/Main.aspx pablo7 AT inbox DOT com
134 uses - Created 2009-06-18 23:36:16 - Last used 2024-03-05 17:33:25 - Nominate - Description - scrape -tokens tmpl_main_lblWord </span> > -dirs 0 0 1 -url http://watchout4snakes.com/creativitytools/RandomWord/RandomWord.aspx

viewyt
viewyt uses a slight variation of the firstyt YubNub command to search and play the YouTube way embedded into your browser window. viewyt [KEYWORD(S)] See http://www.google.com/support/youtube pablo7 AT inbox DOT com ========== Old implementation: echo <script type="text/javascript" <object width="425" height="355"><param name="movie" value="http://www.youtube.com/watch/{scrape -tokens /default.jpg ytimg.com/vi/ -dirs 0 1 -url {url yt %s}}&autoplay=1&hl=en"></param><param name="wmode" value="tr…
128 uses - Created 2008-05-07 22:31:18 - Last used 2018-02-11 15:27:07 - Nominate - Description - echo <object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/{scrape -tokens /default.jpg ytimg.com/vi/ -dirs 0 1 -url {url yt %s}}&rel=1&autoplay=1&hl=en&vq=2&fmt_map=6/720000/7/0/0"></param><embed src="http://www.youtube.com/v/{scrape -tokens /default.jpg ytimg.com/vi/ -dirs 0 1 -url {url yt %s}}&rel=1&autoplay=1&hl=en&vq=2&fmt_map=6/720000/7/0/0" type="application/x-shockwave-flash" allowscriptaccess="always" width="480" height="295"></embed></object>[no url encoding]

ptitle
ptitle <url> Gets the title of a webpage. If the page doesn't exist, it will return "Error". In order to avoid this, you should try ptitle+, though it may prove less reliable. EXAMPLES ptitle microsoft.com : Microsoft Corporation ptitle http://www.google.com : Google ptitle maikrowsopht.com : Error
123 uses - Created 2008-05-16 13:37:53 - Last used 2015-11-04 21:25:39 - Nominate - Description - scrape -tokens <title> </title> -dirs 0 0 -url {url simple %s}

nucat (Golden Egg)
nucat -- Search nucat, Northwestern University's online library catalog example: nucat nebraska b.a. ========== Old implementation http://nucat.library.northwestern.edu/cgi-bin/Pwebrecon.cgi?Search_Arg=%s&SL=None&Search_Code=CMD&PID=4533&SEQ=20051006214726&CNT=25&HIST=1
120 uses - Created 2005-10-07 02:51:48 - Last used 2018-10-23 08:50:39 - Description - http://nucat.library.northwestern.edu/cgi-bin/Pwebrecon.cgi?Search_Arg=%s&SL=None&Search_Code=GKEY&PID={scrape -tokens pid%3D %22 -dirs 0 0 -url http://nucat.library.northwestern.edu/}&CNT=25&HIST=1

scrapettp
Scrape tag contents from a web page and open in the browser. The URL for the webpage is returned if no tag is provided. Up to 10 query parameters may also be used. SYNTAX scrapettp URL tag query gomelet AT gmail DOT com
112 uses - Created 2010-04-30 06:44:26 - Last used 2013-03-12 21:36:32 - Nominate - Description - http://{ifThen -value1 {% 2 %s} -value2 -test EQUAL -then {strReplace -find http:// -replace -string {% 1 %s}} -else {scrape -tokens <{% 2 %s}> </{% 2 %s}> -dirs 0 0 -url {% 1 %s}} {% 3 %s} {% 4 %s} {% 5 %s} {% 6 %s} {% 7 %s} {% 8 %s} {% 9 %s} {% 10 %s} {% 11 %s} {% 12 %s}}[no url encoding]

ndex
Usage ndex "pokemon name" searches the Serebii.net pokedex by Pokemon Name If you want to search by type or number or the name of a move, then use pdex created by Arlen Phillips
111 uses - Created 2007-05-13 01:31:49 - Last used 2012-05-08 15:21:28 - Nominate - Description - pdex {scrape -tokens %s ! -dirs 0 0 -url http://pokemonlist.googlepages.com/list.txt}

htmltitle2
see htmltitle
107 uses - Created 2005-07-28 23:17:46 - Last used 2014-04-06 20:26:11 - Nominate - Description - scrape2 -tokens <title+</title>+> -dirs 0 0 1 -url %s

CommandURL
NAME CommandURL - scrapes a YubNub command's 'man' page and returns the command's URL SYNOPSIS CommandURL [COMMAND_NAME] EXAMPLE CommandUrl gim -returns: http://images.google.com/images?q=%s CommandURL ifempty -returns: ifThen -value1 ${value} -value2 -test EQUAL -then ${then} -else ${else} NOTES This command most likely would only be useful for building other commands (and maybe not even that). AUTHOR Allen Ormond - aormond (at) gmail (dot) com
97 uses - Created 2006-03-26 03:03:21 - Last used 2020-11-17 13:38:58 - Nominate - Description - scrape -tokens muted%22> </span> -dirs 0 0 -url http://www.yubnub.org/kernel/man?args=%s

randsentence
Random Sentence Generator This command will generate a simple random sentence in English. Usage: randsentence - Generate a random sentence Uses: This command can be combined with gtrans to get random sentences in other languages.
97 uses - Created 2008-04-12 07:49:49 - Last used 2012-03-01 07:44:38 - Nominate - Description - scrape -tokens tmpl_main_lblsentence </span> > -dirs 0 0 1 -url http://watchout4snakes.com/creativitytools/RandomSentence/RandomSentence.aspx -debug 0

imdb_tn
NAME imdb_tn - scrapes the (first) title number from an IMDB title search SYNOPSIS imdb_tn MOVIE_TITLE Mandatory arguments: MOVIE_TITLE The title of a movie EXAMPLE 1. imdb_tn the ring 2. imdb_tn star wars AUTHOR Sean O'Hagan NOTE This is only an alias of imdb_tn that uses scrape instead of scrape2, because the latter has been known to cause piping problems.
91 uses - Created 2006-02-13 03:39:28 - Last used 2023-11-10 23:48:47 - Nominate - Description - scrape -tokens /title/ / -dirs 0 0 -url {url[no url encoding] imdb %s}

zulu
Zulu time -- aka GMT and UTC ~jbrown~
85 uses - Created 2007-04-24 11:45:03 - Last used 2018-12-30 11:52:45 - Nominate - Description - strleft {scrape -tokens <br> <br> -dirs 0 0 -url {url usno}}

scrtor
Searches ScrapeTorrent (www.scrapetorrent.com) with results sorted by seeds and filtered to remove zero seeds. Example: sctor ugly betty
85 uses - Created 2010-01-10 19:14:08 - Last used 2016-02-07 12:34:01 - Nominate - Description - http://scrapetorrent.com/Search/index.php?search=%s&sort=seed&fz=1&rd=&cat=x

htmltitle
NAME htmltitle - scrapes the title from a web page SYNOPSIS htmltitle URL Mandatory arguments: URL The URL of a web page EXAMPLE 1. htmltitle http://www.yubnub.org 2. htmltitle www.wikipedia.org AUTHOR Sean O'Hagan
78 uses - Created 2005-07-22 06:55:16 - Last used 2009-08-02 12:36:40 - Nominate - Description - scrape -tokens <title+</title>+> -dirs 0 0 1 -url %s

flfav
NAME flfav - Random page of a Flickr user's favorites SYNOPSIS flfav [FLICKR USERNAME] EXAMPLES flfav sage Input a Flickr.com username (the one that is in a user's Flickr URL, http://flickr.com/photos/[USERNAME] ) and this command will return a random page from that user's favorite Flickr photos. AUTHOR Brian Armknecht b.a.
78 uses - Created 2007-03-20 14:49:24 - Last used 2011-04-25 22:53:36 - Nominate - Description - http://www.flickr.com/photos/%s/favorites/page{rand -max {scrape -tokens class=%22Next%22 %22> < -dirs 0 1 0 -url http://www.flickr.com/photos/%s/favorites/}}/

elem
NAME elem - get a datum about a chemical element SYNOPSIS elem ELEMENT -p PROPERTY Just type elem followed by the name of a chemical element to get, by default, its chemical symbol. To get other information, type -p after the element name and specify a property, one of: ATOMIC_NUMBER ATOMIC_WEIGHT ELECTRON_CONFIGURATION ELECTRONEGATIVITY IONIZATION_POTENTIAL OXIDATION_STATES SYMBOL EXAMPLES elem Gold will return 79. elem Hafnium -p ATOMIC_NUMBER will return 72. NOTE: You must capitalize the fir…
71 uses - Created 2005-08-31 21:00:52 - Last used 2014-12-10 09:30:19 - Nominate - Description - http://yubnub.org/example/echo?text={scrape -tokens %s <${p=SYMBOL}> </${p=SYMBOL}> -dirs 0 0 0 -url http://www.ibiblio.org/xml/examples/periodic_table/allelements.xml}

4sc
Searches 4scrape for all entries (normal wallpapers, anime wallpapers, and high-res images) with the parameter specified.
67 uses - Created 2009-02-15 01:40:54 - Last used 2011-07-30 02:21:35 - Nominate - Description - http://suigintou.desudesudesu.org/4scrape/search?ws=1&ret=i&q=%s&b=

gettxt
NAME gettxt - Tries to get useful text for cmd2setup commands SYNOPSIS gettxt [COMMAND TO GET TEXT FOR] EXAMPLES gettxt g test AUTHOR Stephen Paul Weber a.k.a. Singpolyma <http://singpolyma.net/>
61 uses - Created 2007-12-20 00:24:20 - Last used 2012-07-25 07:34:27 - Nominate - Description - http://scrape.singpolyma.net/gtxt.php?cmd=%s

dpostt
Submit a link to del.icio.us. Prepopulate the "title" field with the page title and the "extended" field with the meta description if present. I set it up to take tags as a parameter, but apparently they don't do anything, so you can just leave them out. Example: dpostt http://burningpanda.dk Made by enbar
59 uses - Created 2008-03-16 21:41:29 - Last used 2009-09-24 12:52:04 - Nominate - Description - http://del.icio.us/post?v=4;noui=yes;jump=close;url=%s;title=${title={scrape -tokens <title> </title> -dirs 0 0 -url %s}};notes=${desc={scrape -tokens <meta%20name%3D%22description%22%20content%3D%22 %22 -dirs 0 0 -url %s}};tags=${tags}

charlixtext
charlix is a desktop assistant for linux, who can answer or execute many requests. It asks the charlix demo a question that is answered in plain text example: charlixmled Install gimp charlixmled What is OpenOffice? charlixmled Look on google for a car charlixmled run kmail charlixmled How are you today? charlixmled Where is London? charlixmled What is your name? .... For more info: http://charlix.sourceforge.net/
57 uses - Created 2007-10-22 20:47:14 - Last used 2012-05-29 16:42:52 - Nominate - Description - scrape -tokens <that> </that> -dirs 0 0 -debug 0 -url {url charlixmled %s}

gsite:
NAME gsite: - Google site-specific search on a site for which you do not know the URL. SYNOPSIS gsite: <KEYWORDS-TO-DESCRIBE-SITE> <KEYWORDS TO SEARCH WITHIN SITE> EXAMPLES gsite: jon-aquino autohotkey macro [returns Google results for posts at jonaquino.blogspot.com that mention 'autohotkey macro'] gsite: chicago-tribune green roofs [returns Google results for articles at chicagotribune.com that mention 'green roofs'] gsite: new-york-times pommes frites [returns Google results for articles at …
56 uses - Created 2006-08-21 09:15:28 - Last used 2013-08-12 06:38:47 - Nominate - Description - lucky>> {% 1 %s} -k {% 2- %s}

lfn
Lifehacker.com latest entry. Example: To go to the latest entry: lfn To go to the second newest entry: lfn 1 To go to the third newest entry: lfn 2 and so on...
56 uses - Created 2007-04-06 08:29:46 - Last used 2012-10-20 09:10:37 - Nominate - Description - {url http{scrape -tokens http php -dirs 0 0 -url {url eatFeed items[0].link -url http://www.lifehacker.com/excerpts.xml}}php}{ifThen -value1 %s -value2 -test NOTEQUAL -then {url http{scrape -tokens http php -dirs 0 0 -url {url eatFeed items[%s].link -url http://www.lifehacker.com/excerpts.xml}}php}}

feedview
NAME feedview - open a feed in an RSS reader. SYNOPSIS feedview [ RSS_FEED ] [ FEED_READER_COMMAND ] The feedview command displays an RSS feed using the YubNub command for an online viewer. The user can specify any feed or command, but by default feedview will display the YubNub feed of comments made through JS-Kit.com and use Google Reader (rssread). EXAMPLES Example: feedview Result: Returns the YubNub comments feed with the default Google Reader. Note: If not signed-in, only 10 items from th…
53 uses - Created 2008-09-02 04:51:10 - Last used 2018-02-11 08:46:55 - Nominate - Description - yu {ifEmpty -value {% 2 %s} -then rssread -else {% 2 %s}} {ifEmpty -value {% 1 %s} -then http://js-kit.com/rss/yubnub.org -else {% 1 %s}}

redirectipip
redirect to http://radio.ipip.cz/ "winamp playlist". search the page from bottom to top for the parameter 1 word only, no "" example: redirectipip [Trance example: redirectipip [Dance] :)
53 uses - Created 2009-06-09 19:21:32 - Last used 2011-11-09 22:44:42 - Nominate - Description - {echo http://radio.ipip.cz/{strReplace -find " -replace -string {scrape -tokens %s ><img href= -dirs 1 1 1 -url http://radio.ipip.cz/?p=home}}}

y1
NAME y1 - Yahoo! Feeling Lucky SYNOPSIS y1 [SEARCH TERM] EXAMPLES y1 too much light <-- takes you to http://www.neofuturists.org/toomuchlight.htm y1 chicago tribune <-- takes you to http://www.chicagotribune.com/ This is like the "gfl" and "ifl" Feeling Lucky commands, except it uses Yahoo for the search instead of Google. It brings you to the first URL returned by a Yahoo search on your search term. NOTES I noticed Yahoo occasionally returns some special HTML on the url (like <wbr> for instanc…
52 uses - Created 2006-09-12 01:53:45 - Last used 2022-01-20 08:13:19 - Nominate - Description - yubnub {strreplace -find <wbr> -string {strreplace -find <b> -string {strreplace -find </b> -string {scrape -tokens class=yschurl> </em> -dirs 0 0 -url {url y %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}

4ifnotacommand
returns "4" if the argument is not a YubNub command. examples: 4ifnotacommand gim (returns 0) 4ifnotacommand NonYubNubCommandString (returns 4)
48 uses - Created 2006-03-22 20:46:35 - Last used 2007-10-13 02:41:28 - Nominate - Description - strfind -find manual entry -string {scrape -tokens </h1> <br -dirs 0 0 -url http://yubnub.org/kernel/man?args=%s}

sworldcat
Mashes up worldcatlibraries.org and ISBNdb.com. Takes a keyword input with the -kw parameter, scrapes the first returned ISBN from ISBNdb.com and uses it to run a WorldCat "Find in a Library" search with using the -where parameter as a location. You may use a ZIP code, city, or state name. Example: sworldcat -kw ehrenreich "nickel and dimed" -where 10025 ...will give you a list of copies of Barbara Ehrenreich's _Nickel and Dimed_ near ZIP code 10025. Note that if multiple editions of the same b…
48 uses - Created 2006-05-16 19:45:01 - Last used 2009-09-30 21:49:30 - Nominate - Description - worldcat -isbn {scrapeisbn1 ${kw}} -where ${where=19460}

sp0
SYNOPSIS sp0 [word(s) to check spelling] -engine [localized Google version to use in spell checking, optional, defaults to Google English] EXAMPLE sp0 cmbodia results: <b><i>cambodia</i></b> sp0 paecekeeper results: <b><i>peacekeeper</i></b> sp0 monica belluci results: monica <b><i>bellucci</i></b> sp0 sucche -engine gde results: <b><i>suche (Because spelling "suche" --search in German-- as "sucche" is a common mistake of German speakers. Note that Google English wouldn't see this is a misspell…
45 uses - Created 2006-01-30 17:41:19 - Last used 2023-10-18 07:53:25 - Nominate - Description - scrape2 -tokens spell=1 class=p> </a>&nbsp;&nbsp;<br> -dirs 0 0 0 -url {url[no url encoding] ${engine=g} %s}

st2
searches scrapetorrent filtering out porn
45 uses - Created 2007-05-24 17:24:52 - Last used 2012-05-02 09:36:56 - Nominate - Description - http://www.scrapetorrent.com/Search/index.php?search=%s&sort=seed&fz=&zs=&pf=1

inflate
Have you ever wondered how much value were $25 100 years ago? Or, how much would it cost to buy something which nowadays costs 1$ ? You can easily find out with the Inflation Calculator. The following form adjusts any given amount of money for inflation, according to the Consumer Price Index, from 1800 to 2007. Enjoy! USAGE inflate 25 -i 1950 -f 2000 25 : amount of money i : initial year (default: 1800) f : final year (default: 2007 or later) EXAMPLES inflate 1 : The equivalent of a 1800's doll…
45 uses - Created 2008-05-09 14:02:52 - Last used 2018-02-26 13:30:40 - Nominate - Description - http://www.westegg.com/inflation/infl.cgi?money=%s&first=${i=1800}&final=${f={scrape -tokens from 1800 to . -dirs 0 0 0 0 -url http://www.westegg.com/inflation/ -debug 0}}[post]

MagAddQ
NAME MagAddQ - Adds bookmark to Ma.gnolia.com using magadd with default <title> from URL and takes space separated tags. SYNOPSIS MagAddQ [URL] -title [TITLE] -desc [ EXAMPLES MagAddQ http://yubnub.com (Adds http://yubnub.com to Ma.gnolia with the title "Yub Nub - YubNub.org".) MagAddQ http://google.com -tags search engine (Adds http://google.com to Ma.gnolia with the title "Google" and tags "search" and "engine".) For more information see the man page for MagAdd (man magadd). This command was …
43 uses - Created 2006-04-23 03:06:43 - Last used 2009-01-26 09:46:38 - Nominate - Description - magadd %s -title ${title={scrape -tokens <title> </title> -dirs 0 0 -url %s}} -desc ${desc} -tags {strReplace -find %20 -replace , -string ${tags}}

fadstats
NAME fadstats - return publicly available statistics for Firefox Add-ons. SYNOPSIS fadstats [ ADD-ON ] fadstats will automatically display publicly available Firefox add-ons. By default only daily downloads and active daily users figures are shown on the graph. Several other options available via the web interface. NOTE: At the time of this writing there are over 500 add-ons available. Considering that there are several thousand, more should be added soon. EXAMPLES Example: fadstats Ad blocker …
42 uses - Created 2008-10-29 03:22:15 - Last used 2009-03-28 16:30:59 - Nominate - Description - https://addons.mozilla.org/en-US/firefox/statistics/addon/{scrape -tokens en-US/firefox/addon/ %22 -dirs 0 0 -url https://addons.mozilla.org/en-US/firefox/search?q=%s}

kcrwsoundslucky
NAME kcrwsoundslucky - returns 1st URL from archived "Sounds Eclectic" music SYNOPIS kcrwsoundslucky <artist_or_song> Sounds Eclectic is a 2-hour PRI program produced in Santa Monica. The show features an in-studio performance and discussion with the artist. Every program and live session is archived online. Read More at: http://www.soundseclectic.com/ EXAMPLE kcrwsoundslucky arcade Returns rtsp://go.rbn.com/livecon/kcrw/g2demand/sc/sc050918Arcade_Fire" This returned result will be a direct rts…
39 uses - Created 2006-01-13 06:15:20 - Last used 2007-04-20 21:53:41 - Nominate - Description - echo rtsp://go.rbn.com/livecon/kcrw/g2demand{scrape -tokens .cgi? > -dirs 0 0 -url {url[no url encoding] kcrwsounds %s}}

Previous Page Next Page