Command List (ls)
Tip: You can search the descriptions by typing "ls [word or phrase]". For example, to search for all commands about music,
type "ls music".
isbndb
Searches ISBNdb.com (an ISBN lookup service) for the given keywords. You can enclose phrases in double quotation marks. ISBNdb.com's search databases seem to be a little spotty so you may have to try several combinations of search terms to get your desired results. Example: isbndb dionne "look dead" will give you a page referencing the following book They only look dead (E. J. Dionne, Jr; ISBN: 0684807688) ---------- Old implementation: http://isbndb.com/search-all.html?kw=%s
425 uses
-
Created 2006-04-23 17:37:23
-
Last used
2020-11-29 12:22:33
-
Nominate -
Description
-
http://isbndb.com/search/all?query=%s
bsense
Runs a search on Booksense for a given ISBN (switch: isbn) and zip code (switch: zip). Booksense will try to find the closest bookstore that lists the book with the searched ISBN in its inventory. Pretty rudimentary but sometimes kind of handy. Note that Booksense sets cookies, I don't know how this will affect the commend but i think maybe not at all. Example: bsense -isbn 1593760272 -zip 02134 will look for a bookstore near Allston, MA carrying Wendell Berry's "That Distant Land."
68 uses
-
Created 2006-04-23 16:25:33
-
Last used
2012-08-30 03:19:58
-
Nominate -
Description
-
http://www.booksense.com/product/info.jsp?isbn=${isbn}&assignStoreNear=${zip=19460}
strRightRev
NAME strRightRev - returns characters from the end of a string SYNOPSIS strRightRev [STRING] [LENGTH] EXAMPLES strRightRev abcdefg 3 (returns: "defg") strRightRev This is a string 1 (returns: "his is a string") This command requires two parameters, a string and an integer. It will return the end of the string omitting the start of the string the length of the integer. See the examples above. Do not surround the string with quotes. The integer must come after a space at the end of the string. AU…
1326 uses
-
Created 2006-04-23 14:46:03
-
Last used
2013-03-27 16:37:54
-
Nominate -
Description
-
http://jonathanaquino.com/yubscripts/strings/stringmanip.php?command=strrightrev&input=%s&xn_auth=no
strLeftRev
NAME strLeftRev - returns characters from the beginning of a string SYNOPSIS strLeftRev [STRING] [LENGTH] EXAMPLES strLeftRev abcdefg 3 (returns: "abcd") strLeftRev This is a string 6 (returns: "This is a s") This command requires two parameters, a string and an integer. It will return the beginning of the string omitting the end of the string the length of the integer. See the examples above. Do not surround the string with quotes. The integer must come after a space at the end of the string. …
418 uses
-
Created 2006-04-23 14:41:32
-
Last used
2013-03-27 16:37:54
-
Nominate -
Description
-
http://jonathanaquino.com/yubscripts/strings/stringmanip.php?command=strleftrev&input=%s&xn_auth=no
keshet
25 uses
-
Created 2006-04-23 14:18:07
-
Last used
2007-05-30 17:04:18
-
Nominate -
Description
-
http://www.keshet-tv.com/nehederet/GutiMorze.aspx
advice
20 uses
-
Created 2006-04-23 14:03:05
-
Last used
2020-03-20 10:04:27
-
Nominate -
Description
-
http://www.stips.co.il/
Banesto
27 uses
-
Created 2006-04-23 11:26:52
-
Last used
2015-01-09 07:47:48
-
Nominate -
Description
-
http://www.banesto.es
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}}
mozup
NAME mozup - Searches Mozilla Update (Update.Mozilla.org) for [SEARCH TERM]. SYNOPSIS mozup [SEARCH TERM] -cat [CATEGORY] -type [TYPE] -app [APPLICATION] EXAMPLES mozup yubnub -app firefox {Search Mozilla Update for "yubnub" in Firefox.) mozup mouse gestures -type E -app thunderbird {Search Mozilla Update for "mouse gestures" in extensions for Thunderbird.) mozup mac -type T -app thunderbird {Search Mozilla Update for "mac" in themes for Thunderbird.) This command gives control over searching M…
94 uses
-
Created 2006-04-23 02:24:32
-
Last used
2012-11-06 14:07:01
-
Nominate -
Description
-
https://addons.mozilla.org/search.php?&q=%s&cat=${cat=null}&type={ucase {strLeft ${type} 1}}&app={lcase ${app}}
ubun
Ubuntu breezy package search
25 uses
-
Created 2006-04-22 17:53:21
-
Last used
2015-03-22 03:22:28
-
Nominate -
Description
-
http://packages.ubuntu.com/cgi-bin/search_packages.pl?searchon=names&subword=1&version=breezy&release=all&keywords=%s&sourceid=mozilla-search
lta
Searches LibraryThing.com for a given author name. Example: lta thompson will give a list of author names containing the string Thompson.
92 uses
-
Created 2006-04-22 14:13:40
-
Last used
2023-03-02 14:58:19
-
Nominate -
Description
-
http://www.librarything.com/search_author.php?searchbox=%s&Search=Search
ltt
Searches LibraryThing.com for a given title word. Example: lta poverty will give a list of works containing the string poverty in the title.
1056 uses
-
Created 2006-04-22 14:13:34
-
Last used
2025-05-04 10:25:42
-
Nominate -
Description
-
http://www.librarything.com/search_works.php?searchbox=%s&Search=Search
dim
Searches DeviantART galleries using the given keywords.
1020 uses
-
Created 2006-04-22 13:09:26
-
Last used
2025-01-13 10:00:19
-
Nominate -
Description
-
http://search.deviantart.com/searchcraft/?cmd=1&offset=0&search=%s
eodic
Searches an online Esperanto-English dictionary. Stian
49 uses
-
Created 2006-04-22 06:50:27
-
Last used
2017-04-19 07:56:04
-
Nominate -
Description
-
http://wwwtios.cs.utwente.nl/traduk/EO-EN/Translate/?%s
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
buycm
Search Buy.com
34 uses
-
Created 2006-04-22 02:37:50
-
Last used
2010-11-30 20:03:23
-
Nominate -
Description
-
http://www.buy.com/retail/searchresults.asp?querytype=home&qu=%s&qxt=home&dclksa=1
gold
show 24-hour Spot Gold chart
1299 uses
-
Created 2006-04-22 00:33:01
-
Last used
2025-03-06 05:11:16
-
Nominate -
Description
-
http://www.kitco.com/charts/livegold.html
bins
Search Binsearch.info with maximum results and maximum age for usenet binary posts.
12341 uses
-
Created 2006-04-21 18:55:19
-
Last used
2021-09-29 11:37:48
-
Nominate -
Description
-
http://binsearch.info/?q=%s&max=250&adv_age=&server=
protein
Protein OS The system from which we operate
53 uses
-
Created 2006-04-21 17:02:15
-
Last used
2020-04-21 16:07:34
-
Nominate -
Description
-
http://www.proteinos.com
pollen
Allergy alert 4 day forecast from pollen.com To find your local report enter zip code Example: pollen 90210 Good luck on allergies. created by DynaMan
67 uses
-
Created 2006-04-21 14:57:26
-
Last used
2024-08-11 06:19:05
-
Nominate -
Description
-
http://pollen.com/forecast.asp?zip=%s
upx
Search the website of the University Paris X in Nanterre, France
41 uses
-
Created 2006-04-21 13:00:18
-
Last used
2017-01-26 04:57:22
-
Nominate -
Description
-
http://www.u-paris10.fr/servlet/com.jsbsoft.jtf.core.SG?%23ECRAN_LOGIQUE%23=RECHERCHE&PROC=RECHERCHE&ACTION=VALIDER&OBJET=TOUS&LANGUE_SEARCH=0&QUERY=%s&x=0&y=0
synfr
Search a french synonym with http://dico.isc.cnrs.fr/
154 uses
-
Created 2006-04-21 12:53:02
-
Last used
2011-11-21 10:25:02
-
Nominate -
Description
-
http://dico.isc.cnrs.fr/dico/fr/chercher?r=%s
chroma
Search a color with the french dictionary pourpre.com
35 uses
-
Created 2006-04-21 12:50:58
-
Last used
2024-05-29 10:58:36
-
Nominate -
Description
-
http://pourpre.com/chroma/chercher.php?texte=%s
fr_en
Translate from French to English with http://dico.isc.cnrs.fr
25 uses
-
Created 2006-04-21 12:48:53
-
Last used
2008-02-10 21:41:38
-
Nominate -
Description
-
http://dico.isc.cnrs.fr/dico/tr/chercher_fr?r=%s
en_fr
Translate from English to French with http://dico.isc.cnrs.fr
35 uses
-
Created 2006-04-21 12:47:58
-
Last used
2011-06-30 07:27:47
-
Nominate -
Description
-
http://dico.isc.cnrs.fr/dico/tr/chercher_en?r=%s
peoplecloud
PeopleCloud search Find someone by name, tag, or descriptive word.
16 uses
-
Created 2006-04-21 10:06:40
-
Last used
2023-07-09 04:45:26
-
Nominate -
Description
-
http://peoplecloud.com/search/profiles.html?dn=%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
dnsmx
Syntax: dnsmx {domain} Displays the DNS MX record for the specified domain using DNSStuff.com Example: dnsmx yahoo.com
565 uses
-
Created 2006-04-21 07:15:43
-
Last used
2014-02-07 14:27:38
-
Nominate -
Description
-
http://www.dnsstuff.com/tools/lookup.ch?name=%s&type=MX
report
Syntax: report {domain/url} Displays a detailed DNS report about the specified domain through DNSReport.com Example: report yahoo.com
709 uses
-
Created 2006-04-21 07:06:03
-
Last used
2025-04-10 11:15:34
-
Nominate -
Description
-
http://www.dnsreport.com/tools/dnsreport.ch?domain=%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
dnsa
Syntax: dnsa {domain name} Displays the DNS A record for the specified domain name using DNSStuff.com
973 uses
-
Created 2006-04-21 07:00:45
-
Last used
2015-07-01 07:55:17
-
Nominate -
Description
-
http://www.dnsstuff.com/tools/lookup.ch?name=%s&type=A
nakedgirls
Just type nakedgirls to see......naked girls!!!!! Links to The Hun.
4592 uses
-
Created 2006-04-21 06:13:26
-
Last used
2024-04-04 10:47:16
-
Nominate -
Description
-
http://www.thehun.com
dojo
Jump to the given page of the Dojo manual. Dojo is a Javascript framework. Examples: dojo html dojo string dojo widget
706 uses
-
Created 2006-04-21 06:11:29
-
Last used
2019-11-28 12:30:34
-
Nominate -
Description
-
http://manual.dojotoolkit.org/%s.html
delmag
NAME delmag - Add an URL to both del.icio.us and ma.gnolia with one command. SYNOPSIS delmag -u [DEL.ICIO.US USERNAME] -url [URL] -tg [TAGS] -ti [TITLE] -d [ EXAMPLES delmag -u Username -url www.yubnub.org -ti YubNub -d Social command line -tg search,social Opens URL submission forms for both ma.gnolia and del.icio.us at the same time. All parameters are optional except -url. Tags should be seperated by commas. The -ti [TITLE] parameter corresponds to the del.icio.us "description" field. The -d…
19 uses
-
Created 2006-04-21 02:55:55
-
Last used
2008-03-16 21:41:42
-
Nominate -
Description
-
split {url depost -u ${u=post} -url ${url} -t {strreplace2 -find , -replace %20 -string ${tg}} -d ${ti} -e ${d}} {url magad ${url} -title ${ti} -desc ${d} -tags ${tg}}
MagAd
NAME MagAd - Adds an url to ma.gnolia.com, a social bookmarking site. SYNOPSIS MagAd [URL] -title [TITLE] -desc [ EXAMPLES MagAd http://yubnub.org/ (Adds a bookmark to yubnub.org) MagAd http://yubnub.org/ -title YubNub -desc A social command line for the web -tags web,social (Adds a bookmark to yubnub, with a description, title, and tags) Adds an URL to Ma.gnolia, a social bookmarking site (like del.icio.us). All parameters are optional. Tags should be separated by commas. This command is ident…
39 uses
-
Created 2006-04-21 01:54:34
-
Last used
2008-03-16 21:41:42
-
Nominate -
Description
-
http://ma.gnolia.com/bookmarks/add?url=%s&title=${title}&description=${desc}&tags=${tags}
lilo
http://local.live.com/
210 uses
-
Created 2006-04-20 21:53:23
-
Last used
2016-02-03 09:29:35
-
Nominate -
Description
-
http://local.live.com/
dewe
Weather Forecast for Germany (dewe stands for "Deutschland Wetter). You must type a postal code after the command. Example: dewe 79108 - the forecast for Freiburg (a rather sunny region in Germany ;-) You can find postal codes for Germany on www.postleitzahlen.de or plz1.postdirekt.de/plzserver. Or you can use the plzahl command.
14 uses
-
Created 2006-04-20 19:39:59
-
Last used
2011-05-22 08:29:14
-
Nominate -
Description
-
http://www.donnerwetter.de/region/region.hts?plz=%s
strreplace2
strReplace with no url encoding. Look at the man page for strReplace for more information. http://www.yubnub.org/kernel/man?args=strreplace
76 uses
-
Created 2006-04-20 13:58:52
-
Last used
2008-03-16 21:41:42
-
Nominate -
Description
-
http://jonathanaquino.com/yubscripts/strings/stringmanip.php?command=strreplace&find=${find}&replace=${replace}&string=${string}&xn_auth=no[no url encoding]
yoono
Yoono Search. Yoono is a "social search engine," where it finds similar sites given a URL based on users knowledge and popularity. You can also find "experts" in various interests. Try searching with a normal search engine first, then copying the URL of a search result you like to Yoono to find similar sites. By Tonya Y. Examples: yoono google.com yoono http://www.google.com/
67 uses
-
Created 2006-04-20 02:17:38
-
Last used
2016-08-26 20:58:56
-
Nominate -
Description
-
http://www.yoono.com/search.jsp?url=%s
cplc
NAME cplc Brings user to Arizona (AZ) Chandler Public Library Catalog and will optionally search the catalog for a given string at a specific location (or all by default). There are two parameters which can be optionally passed to cplc; -search and -for. If -for is omitted cplc brings the user to the catalog home, otherwise the catalog is searched for the string following -for. When searching using -for, -search can be passed to cplc with the name of the library branch to search (currently Bash…
26 uses
-
Created 2006-04-20 02:12:12
-
Last used
2006-10-22 21:40:41
-
Nominate -
Description
-
{ifEmpty -value ${for} -then http://library.ci.chandler.az.us/uhtbin/webcat -else http://library.ci.chandler.az.us/uhtbin/cgisirsi/IHD54dbX74/DOWNTOWN/6430128/88?search_type=search&searchdata1=${for}&library={ucase ${search=ALL}}}
SideNub
(Golden Egg)
NAME SideNub - An experimental YubNub sidebar. SYNOPSIS SideNub This command launches SideNub, an experimental YubNub sidebar. The sidebar keeps a history of commands used during the current session. You don't have to install anything to use SideNub, everything is done inside the browser. NOTES SideNub is an experiment in creating a web "app" that is contained within a single html document. You can use it directly or download a copy to your computer and access it locally. Open up the html file …
1290 uses
-
Created 2006-04-20 02:00:38
-
Last used
2024-05-21 08:18:13
-
Description
-
http://fromrocks.com/yubnub/sidenub/sidenub.html
Shmalex
This is my first command i hope it will be useful giii
10 uses
-
Created 2006-04-20 00:26:50
-
Last used
2006-05-21 02:54:11
-
Nominate -
Description
-
http://images.google.com/images?q=%s
wl
plazoo blog search. plazoo has some optional modifiers described below. to search for items with the keyword in the title type title:keyword to search for items tagged with a keyword type tag:keyword to search for items with a keyword in the text use text:keyword
142 uses
-
Created 2006-04-19 21:16:40
-
Last used
2025-01-27 07:16:29
-
Nominate -
Description
-
http://www.plazoo.com/default.asp?q=%s
plzahl
Find the postal code of a german city. You have to enter the name of the town and you can enter (optionally) the name of a street. Example: plz -city frankfurt -street zeil (Note: It is possible that you obtain more than one result) Important: To avoid problems do not type the german letters ä, ü, ö or ß. Use ae, ue, oe or ss instead.
30 uses
-
Created 2006-04-19 20:08:34
-
Last used
2015-01-19 08:19:06
-
Nominate -
Description
-
http://www.postleitzahlen.de/search.php?sid=gceftjh9ir8gqvtighl4s5sd92&field=ort&newSearch=1&plzort=${city}&street=${street}&sa=
seobench
NAME seobench - Find the Google PageRank for all links from a given URL SYNOPSIS seobench [URL] EXAMPLES seobench http://yubnub.org This tool loads a website and overlays Google PageRank for each link. AUTHOR chicagosage b.a.
15 uses
-
Created 2006-04-19 17:23:02
-
Last used
2009-04-27 18:22:41
-
Nominate -
Description
-
http://www.seobench.com/pr-overlay/view.php?url=%s[no url encoding]
metr
Searches dictrionary of measurements put online by Russ Rowlett and the University of North Carolina at Chapel Hill. Similar to YubNub inv command (Investopedia search), first use letter (mustbeuppercase) then word (lower case). metr -l F -w faraday Created by M.Druskoff
13 uses
-
Created 2006-04-19 15:24:21
-
Last used
2022-04-24 16:17:29
-
Nominate -
Description
-
http://www.unc.edu/~rowlett/units/dict${l}.html#${w}
leg
Searches Thomson West's FindLaw Legal Dictionary. Simply input word following YubNub command leg caveat Created by M.Druskoff
115 uses
-
Created 2006-04-19 14:49:39
-
Last used
2025-01-08 11:12:51
-
Nominate -
Description
-
http://dictionary.lp.findlaw.com/scripts/search.pl?co=dictionary.lp.findlaw.com&s=%s
inv
Searches the excellent Investopedia.com Web site for financial jargon. The structure of the site's search requires the command to include the first letter of the word, then the word itself (with no spaces). Example: inv -l f -w fallingknife -l stands for "letter"; -w stands for "word" created by M.Druskoff
112 uses
-
Created 2006-04-19 14:40:29
-
Last used
2024-09-30 10:33:50
-
Nominate -
Description
-
http://www.investopedia.com/terms/${l}/${w}.asp
internettruckstop
For use with internettruckstop.com, subscription required -sc origin(source) city (default=fort worth) -ss origin(source) state (default=tx) -radi radius from origin (Default=100) -date destination date (Default is today) -dc destination city (default=amarillo) -ds destination state (Default=tx) -radi2 radius from destination
15 uses
-
Created 2006-04-19 13:06:17
-
Last used
2006-07-06 03:07:02
-
Nominate -
Description
-
http://www.internettruckstop.com/Findit/Loads/search.htm?SC=${sc=Fort Worth}&SS=${ss=TX}&Radi=${radi=100}&F=A&H=0&date${date=}=&DC=${dc=Amarillo}&DS=${ds=TX}&radi2=${radi2=100}
Previous Page
Next Page