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

Command List (ls)

Tip: For a list of particularly interesting Yubnub commands, check out Yubnub Golden Eggs. Also see the Most-Used Commands.
Tip: You can search the descriptions by typing "ls [word or phrase]". For example, to search for all commands about music, type "ls music".

cjba
NAME cjba - cjb proxy advanced -- opens a website through cjb proxy. (proxy.cjb.net) SYNOPSIS cjba [URL] EXAMPLES cjba http://www.homestarrunner.com/sbemail58.html (returns http://www.homestarrunner.com.proxy.cjb.net/sbemail58.html ) This command is similar to the "cjb" command. It will open a website using the cjb proxy. The only diffence is that this command automatically removes "HTTP://" and adds a space between the domain and the path. NOTES Thanks to Kyrlian for the original cjb command. …
14 uses - Created 2006-04-24 21:13:37 - Last used 2012-08-30 03:24:13 - Nominate - Description - cjb {slashstrip {httpstrip %s}}

slashstrip
NAME slashstrip - replaces the first "/" in a string with a space. SYNOPSIS slashstrip [STRING] EXAMPLES slashstrip www.yubnub.org/documentation/describe_advanced_syntax (returns "www.yubnub.org documentation/describe_advanced_syntax") This is a building block command for other commands that require a URL to be split into sections, such as "cjb" and "nuliblink".
21 uses - Created 2006-04-24 19:12:01 - Last used 2012-08-30 03:24:14 - Nominate - Description - echo {strleft %s {subtract {strfind -find / -string %s} 1}} {http://jonathanaquino.com/yubtools/strright.php?xn_auth=no&string=%s&length={subtract {strlength %s} {strfind -find / -string %s}}}

httpstrip
NAME httpstrip - removes "http://" from a URL SYNOPSIS httpstrip [URL] EXAMPLES httpstrip http://yubnub.org/ (returns yubnub.org) Certain commands take URL arguments but will not accept "http://". Two examples are the "whois" and the "cjb" commands. This command will take a url and strip off "http://". It will be mostly useful for building other commands. AUTHOR chicagosage b.a.
20 uses - Created 2006-04-24 17:43:47 - Last used 2012-08-30 03:24:13 - Nominate - Description - strReplace -find http:// -replace -string %s

clc (Golden Egg)
NAME clc - Evaluates a mathematic expression EXAMPLES clc 1+1 clc ((pi*2)/6)+5 AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/ ========== Old implementation: {url[no url encoding] idx {explode {strRightRev {scrape -tokens <font size=%2B1><b> </b> -url {url g %s}} {strFind -find = -string {scrape -tokens <font size=%2B1><b> </b> -url {url g %s}}}} -token <space>} -idx 0}
1109 uses - Created 2006-04-24 17:13:53 - Last used 2023-10-11 04:30:45 - Description - stripHTML {idx {explode {match -url {url g %s} -pattern /<font size=.1><b>(.*?)<\/b>/ -capture 1 -matchnbr 1} -token =<space>} -idx 1}

trim
NAME trim - trims whitespace from both sides of a string AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/
519 uses - Created 2006-04-24 17:01:52 - Last used 2026-02-06 23:43:41 - Nominate - Description - http://jonathanaquino.com/singpolymaplay/yubnub-trim.php?xn_auth=no&str=%s

var (Golden Egg)
NAME var - set and get temporary variables EXAMPLES var test -set hi sets the variable 'test' to 'hi' var test returns the contents of the variable 'test' AUTHOR Stephen Paul Weber http://singpolyma-tech.blogspot.com/
22658 uses - Created 2006-04-24 16:22:18 - Last used 2026-03-12 13:28:22 - Description - http://jonathanaquino.com/singpolymaplay/yubnub-var.php?xn_auth=no&var=%s&set=${set=do not set : tes ton od}

grmy
Searches for music on Grammy.ru by the artist entered. Example: grmy manowar
100 uses - Created 2006-04-24 10:20:36 - Last used 2010-03-27 17:29:36 - Nominate - Description - http://www.grammy.ru/music/msearch.php?sstr=%s&target=singer&lang=eng

rolladv
NAME rolladv - icreases the versitility of the 'roll' command SYNOPSIS rolladv -name=test [NAME] -sets=1 [SETS] -dice=1d20 [NUMBER AND TYPE] EXAMPLES rolladv (with no further parameters) -returns the roll with all default values (rolls 1d20 1 time, and returns the die rolls for the test user) rolladv -name yub -returns the roll with the name "yub" rolladv -dice 3d6 -returns a total of the roll of three six-sided dice rolladv -sets 3 -returns 3 separate sets of rolls of the type specified in the…
19 uses - Created 2006-04-24 07:31:27 - Last used 2009-12-09 13:33:00 - Nominate - Description - http://invisiblecastle.com/rolldice.py?u=${name=test}&r=${sets=1}&d=${dice=1d20}&n=&a=Roll+the+dice

dstv
direct stv
195 uses - Created 2006-04-23 21:16:54 - Last used 2023-02-20 14:33:35 - Nominate - Description - http://www.sextv1.tv/lecteur.php

bksk
Finds books for sale locally on Booksense.com. Accepts keywords (title, author, subject; phrases in quotes OK) as parameters. Runs a keyword search on ISBNdb.com and scrapes the first ISBN from the results. Then pipes this result to the bks command (an abbreviated version of bsense) to find a copy of the book in a store local to the zip code you specify (via a cookie or an interstitial page). Example: bksk high lonesome oates will take you to the Booksense.com product page for Joyce Carol Oates…
22 uses - Created 2006-04-23 20:03:35 - Last used 2007-07-20 06:05:53 - Nominate - Description - bks {scrapeisbn1 %s}

bks
An abbreviated version of bsense where you don't have to type parameter names. Example: bks 1400034639
28 uses - Created 2006-04-23 19:58:19 - Last used 2012-08-30 03:19:57 - Nominate - Description - abv bsense %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

cliffs
Searches CliffsNotes for the specified book
53 uses - Created 2006-04-23 19:05:33 - Last used 2018-01-23 11:15:00 - Nominate - Description - http://www.cliffsnotes.com/WileyCDA/Section/id-CLIFFS_SEARCH_RESULT.html?queryText=%s

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.
1057 uses - Created 2006-04-22 14:13:34 - Last used 2026-02-02 09:10:33 - Nominate - Description - http://www.librarything.com/search_works.php?searchbox=%s&Search=Search

dim
Searches DeviantART galleries using the given keywords.
1022 uses - Created 2006-04-22 13:09:26 - Last used 2025-09-26 08:42:21 - 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
1300 uses - Created 2006-04-22 00:33:01 - Last used 2025-08-19 19:22:41 - 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
708 uses - Created 2006-04-21 06:11:29 - Last used 2026-02-04 10:53:15 - 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/

Previous Page Next Page