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".
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}
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
lulu
Search Lulu, the self publishing service. Just type lulu and a search term.
126 uses
-
Created 2006-05-18 10:34:48
-
Last used
2024-07-08 07:08:58
-
Nominate -
Description
-
http://www.lulu.com/browse/search.php?_shopSearch=http%3A%2F%2Fwww.lulu.com%2Fbrowse%2Fsearch.php&_helpSearch=http%3A%2F%2Fwww.lulu.com%2Fhelp%2Fsearch.php&_forumSearch=http%3A%2F%2Fwww.lulu.com%2Fforums%2Fsearch.php%3Fmode%3Dresults&search_forum=-1&search_cat=2&show_results=topics&return_chars=200&search_keywords=&keys=&fSearch=%s&fSearchFamily=0&fSubmitSearch.x=0&fSubmitSearch.y=0
esnips
Searches all content on eSnips for the supplied tag. Don't use quotation marks. Example: esnips social bookmarking
295 uses
-
Created 2006-05-18 04:00:46
-
Last used
2014-01-15 12:00:05
-
Nominate -
Description
-
http://www.esnips.com/ViewTagsAction.ns?ns_EventTarget=search&ns_EventArgument=&searchTerm=%s&showTypes=BOTH
sloganize
Generate a random slogan using the supplied keyword(s). Example: sloganize apple pie will return a response such as, "Nothing to worry about with apple pie," or, "apple pie - be ready." It's fun!
23 uses
-
Created 2006-05-18 03:13:31
-
Last used
2007-05-29 20:40:16
-
Nominate -
Description
-
http://www.sloganizer.net/en/?slogan=%s
rl
Alias for olrd, I'm sorry that was just too hard for me to remember, and I use it too much!
133 uses
-
Created 2006-05-18 03:01:02
-
Last used
2022-03-22 07:46:21
-
Nominate -
Description
-
http://www.onelook.com/?clue=%s
fext
Search known File Extentions
19 uses
-
Created 2006-05-17 20:52:59
-
Last used
2011-03-07 16:04:22
-
Nominate -
Description
-
http://filext.com/detaillist.php?extdetail=%s&Search=%s
wpfi
Search from Finnish Wikipedia. Example wpfi suomi
1940 uses
-
Created 2006-05-17 18:55:39
-
Last used
2025-06-07 00:12:10
-
Nominate -
Description
-
http://fi.wikipedia.org/?search=%s
gmes
Google Maps España
1062 uses
-
Created 2006-05-17 16:42:11
-
Last used
2025-06-18 06:34:36
-
Nominate -
Description
-
http://maps.google.com/maps?q=%s
wpm
(Golden Egg)
Wikipedia page suitable for mobile SMS. Thanks to Allen Ormond.
511 uses
-
Created 2006-05-17 02:09:51
-
Last used
2021-02-14 13:46:14
-
Description
-
http://jonathanaquino.com/yubscripts/yn-wikipedia.php/.txt?xn_auth=no&length=160&input=%s
wpContent
NAME wpContent - Returns just the content of a Wikipedia article. SYNOPSIS wpContent [TERM] EXAMPLES wpContent llama wpContent Ranunculus Uses the scrape command to return just the content of a Wikipedia article. NOTES Since this command scrapes the article's source, it is possible it will break if Wikipedia changes their HTML. AUTHOR Allen Ormond - aormond (at) gmail (dot) com
35 uses
-
Created 2006-05-16 23:17:04
-
Last used
2008-12-18 17:36:09
-
Nominate -
Description
-
scrape -tokens %3C%21--+start+content+--%3E %3C%21--+Saved -dirs 0 0 -url http://en.wikipedia.org/wiki/%s
stripHTML
NAME stripHTML - Removes HTML (and PHP) tags from a string. SYNOPSIS stripHTML [STRING] EXAMPLES stripHTML <p>Hello World!</p> (returns: Hello World!) Use this command to remove HTML (and PHP) tags from a string. This command utilizes the strip_tags PHP command. http://us2.php.net/strip_tags AUTHOR Allen Ormond - aormond (at) gmail (dot) com
283 uses
-
Created 2006-05-16 22:55:36
-
Last used
2019-03-12 07:53:07
-
Nominate -
Description
-
http://jonathanaquino.com/yubscripts/yn-striptags.php?xn_auth=no&input=%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}
dutag
Del.icio.us user tag search. Brings you to the Del.icio.us page of a given user where you can find all of his bookmarks for a given tag. To see my bookmarks (username "strict") tagged with "rss" type the following. Example: dutag -u strict -t rss You can add more tags, simply separate them with a space or a "+". Example: dutag -u strict -t free fonts
13 uses
-
Created 2006-05-16 18:32:39
-
Last used
2012-02-26 08:29:25
-
Nominate -
Description
-
http://del.icio.us/${u}/${t}
altiris
OPS Altiris Ticketing System
133 uses
-
Created 2006-05-16 16:56:33
-
Last used
2012-01-22 12:18:10
-
Nominate -
Description
-
http://d00s004.root.ads/AeXHD/worker/default.aspx?cmd=viewItem&id=%s
gnote
NAME gnote - Search Google Notebook SYNOPSIS gnote [SEARCH TERM] EXAMPLES gnote flickr (this returns a search of your personal Google Notebook for the term flickr. Must be logged in for it to work) gnote -p flickr (searches all public Google Notebooks for the term flickr) gnote (takes you to the main Notebook page) This commands lets your search the Google Notebook tool. http://www.google.com/notebook/ If you use the flag "-p" before your search term it will search public pages. Without the "-p…
2667 uses
-
Created 2006-05-16 16:56:31
-
Last used
2019-09-12 09:30:25
-
Nominate -
Description
-
http://www.google.com/notebook/{ifempty -value ${p} -then fullpage?q=%s -else search?q=${p}}
neobug
Neofonie BugZilla
21 uses
-
Created 2006-05-16 16:55:36
-
Last used
2006-09-13 07:29:02
-
Nominate -
Description
-
http://bugzilla.lc.neofonie.priv/show_bug.cgi?id=%s
bugzilla
BugZilla
389 uses
-
Created 2006-05-16 16:53:57
-
Last used
2021-08-13 13:04:21
-
Nominate -
Description
-
http://10.16.253.122/taskzilla/show_bug.cgi?id=%s
gno
google notebook
1087 uses
-
Created 2006-05-16 15:21:58
-
Last used
2024-06-14 09:33:45
-
Nominate -
Description
-
http://www.google.com/notebook/
netget
You can post to the blog using the commands like tell or netsend. Use this command to read the first post from that blog.
17 uses
-
Created 2006-05-16 13:40:32
-
Last used
2007-02-19 10:47:24
-
Nominate -
Description
-
eatFeed items[0].title -url http://yubnubminiblog.blogspot.com/atom.xml
how
Searches the wikiHow site - find out how to do things! --------- Old implementation: http://www.wikihow.com/Special:LSearch?fulltext=Search&search=%s
21349 uses
-
Created 2006-05-16 13:21:23
-
Last used
2025-06-22 06:00:52
-
Nominate -
Description
-
http://www.wikihow.com/wikiHowTo?search=%s&lo=1
SSI
IMAGES
32 uses
-
Created 2006-05-16 10:00:03
-
Last used
2023-08-19 17:51:50
-
Nominate -
Description
-
http://images.google.com/images?svnum=10&hl=en&lr=&q=AA&btnG=Search
sas
searches the SAS documentation. SAS is the system & company that publishes the system formerly known as "statistical analysis system." It is based in Cary, NC ---------- Old implementation: Find the Sharpe Appreciation Society. http://www.southessex.co.uk
182 uses
-
Created 2006-05-15 16:35:11
-
Last used
2025-05-07 15:02:26
-
Nominate -
Description
-
http://support.sas.com/cdlsearch?charset=iso-8859-1&nh=25&ct=80000&qt=%s
gir
Google Image Ripper is a web tool which skips the thumbnail gallery when searching on Google Images
2357 uses
-
Created 2006-05-15 14:16:53
-
Last used
2024-11-07 09:16:11
-
Nominate -
Description
-
http://dearcomputer.nl/gir/?q=%s
mpb
An alias to Mapblast driving directions search.
102 uses
-
Created 2006-05-15 08:44:52
-
Last used
2016-01-15 08:01:29
-
Nominate -
Description
-
http://www.mapblast.com/(lyz1noev3rc1irfwrw0s44m3)/DirectionsFind.aspx
drive
This will take you places that the commenline never could ?
498 uses
-
Created 2006-05-14 19:00:52
-
Last used
2025-06-15 15:06:39
-
Nominate -
Description
-
http://www.greenvilleroad.com
eki
eki - station search in japan SYNOPSIS eki [station] EXAMPLES eki ˜Z–{–Ø station search in japan AUTHOR ZEGENVS
226 uses
-
Created 2006-05-14 13:27:00
-
Last used
2024-11-03 23:38:20
-
Nominate -
Description
-
http://www.ekikara.jp/cgi-bin/find/find.cgi?check=off&month=newdata&kind=station&text=%s&half=on&cut=on&direct=on&max=30
mstv
stv in media player
18 uses
-
Created 2006-05-14 09:29:20
-
Last used
2023-04-01 23:02:37
-
Nominate -
Description
-
http://www.sextv1.tv/source3.php?dont=r1YkQtMn.K2tY
seba
if we type this command SEBA immediately yahoo mail will get open
51 uses
-
Created 2006-05-14 07:20:32
-
Last used
2024-12-05 10:41:08
-
Nominate -
Description
-
http://mail.yahoo.com
{
An alias to Whitepages reverse phone search.
21 uses
-
Created 2006-05-14 06:03:49
-
Last used
2021-08-11 13:16:00
-
Nominate -
Description
-
http://www.whitepages.com/10001/reverse_phone
;
An alias to Whitepages reverse address search.
104 uses
-
Created 2006-05-14 05:58:21
-
Last used
2024-01-10 04:18:23
-
Nominate -
Description
-
http://www.whitepages.com/10001/reverse_address
]
An alias to Whitepages business search.
305 uses
-
Created 2006-05-14 05:55:55
-
Last used
2025-05-28 22:39:16
-
Nominate -
Description
-
http://www.whitepages.com/10001/business
[
An alias to Whitepages people search.
69 uses
-
Created 2006-05-14 05:54:47
-
Last used
2022-05-31 23:36:21
-
Nominate -
Description
-
http://www.whitepages.com/10001/person
demonoid
18540 uses
-
Created 2006-05-13 21:06:53
-
Last used
2023-04-27 23:14:46
-
Nominate -
Description
-
http://www.demonoid.me/files/?category=0&subcategory=All&quality=All&seeded=0&external=2&query=%s&uid=0
wp2
An international version of the wp command. Goes to a wikipedia topic. Use -ln <language> to choose the wikipedia in that language (eg, fr, to use fr.wikipedia.org). The default is en.wikipedia.org. Use -q <topic> to go to a topic. The default is to take you to the homepage. So, for example, to go to the Beethoven page: wp2 -q Beethoven To do the same in German: wp2 -ln de -q Beethoven And to go to the Japanese homepage: wp2 -ln ja Tip: you can set your default wikipedia to something else than …
30 uses
-
Created 2006-05-13 20:37:36
-
Last used
2014-05-27 15:07:40
-
Nominate -
Description
-
http://${ln=en}.wikipedia.org/wiki/${q=Main_Page}
ninga
Search the Ning.com content store using its REST API. Examples: ninga content(title likeic frog) ninga tag(value='england')/content ninga content?order=published@D ninga content(id=488936) More info on the Ning.com REST API: http://documentation.ning.com/sections/rest.php
47 uses
-
Created 2006-05-13 19:02:01
-
Last used
2010-08-19 15:07:09
-
Nominate -
Description
-
http://jonstestarea.ning.com/ninga.php?x=%s
ningdel
Delete a Ning.com app. Example: ningdel myningapp
45 uses
-
Created 2006-05-13 18:31:12
-
Last used
2006-11-30 06:52:46
-
Nominate -
Description
-
http://www.ning.com/?view=apps&op=edit&sop=deleteApp&appUrl=%s
otbm
Only The Best Movies - Lot of free adult movies Site is clean. Command opens the website
460 uses
-
Created 2006-05-13 16:43:31
-
Last used
2015-02-22 13:49:35
-
Nominate -
Description
-
http://www.otbm.com
lesbians
Lesbian Deluxe - High quality adult pictures and movies Command opens the website
95 uses
-
Created 2006-05-13 16:40:12
-
Last used
2018-03-03 16:46:28
-
Nominate -
Description
-
http://www.lesbian-deluxe.com
amour
Amour Deluxe - High quality adult pictures and movies Command opens the website
43 uses
-
Created 2006-05-13 16:39:05
-
Last used
2020-04-20 10:34:40
-
Nominate -
Description
-
http://www.amour-deluxe.com
adh
#1 Adult DVD Collection - Unlimited Video Streaming and Downloads Command opens the website
21 uses
-
Created 2006-05-13 16:24:29
-
Last used
2021-02-07 15:45:52
-
Nominate -
Description
-
http://www.adultdvdhits.com
jws
JANS! WebRing - Adult Entertainment Network Command opens their extensive site listing
11 uses
-
Created 2006-05-13 16:22:39
-
Last used
2011-11-08 07:43:00
-
Nominate -
Description
-
http://www.janswebring.com/?d=%slist
webwarper
Use webwarper.net to retrieve gzip compressed pages. Useful for modem users. Usage: webwarper URL Example: webwarper www.spiegel.de
105 uses
-
Created 2006-05-13 15:21:13
-
Last used
2015-07-22 03:34:51
-
Nominate -
Description
-
http://webwarper.net/ww/%s
twm
Internet Search Engine for Products, Music, and Commercials That Appear on TV To search for products, actors, music and more just enter your search term Example: twm james caan
21 uses
-
Created 2006-05-13 14:18:59
-
Last used
2012-07-29 15:35:45
-
Nominate -
Description
-
http://www.thoughtworthy.com/search.cgim?twm_search=%s
grn
NAME grn - gurunavi (Gourmet navigation@in japan) SYNOPSIS grn [search word] EXAMPLES grn ˜Z–{–Ø A restaurant search in japan AUTHOR ZEGENVS
33 uses
-
Created 2006-05-13 09:06:15
-
Last used
2025-06-07 12:16:02
-
Nominate -
Description
-
http://gsearch.gnavi.co.jp/pc/search.php?key=%s
burl
BURL is a link shortener, like TinyURL, but better, because it retains the domain name as a piece of the shortened URL -- so you always have some context for the destination of the link. Usage: burl [URL TO SHORTEN].
73 uses
-
Created 2006-05-12 18:24:29
-
Last used
2024-12-12 12:17:55
-
Nominate -
Description
-
http://burl.fergcorp.com/index.php?submit=1&ourl=%s
slp
playboy TV program
40 uses
-
Created 2006-05-12 18:20:37
-
Last used
2020-09-11 14:45:18
-
Nominate -
Description
-
http://www.eurotv.com/slplb.htm
freezer
Refrigerator & Freezer Storage Chart Tells you how many days fish, eggs, etc. will keep in the refrigerator
15 uses
-
Created 2006-05-12 06:26:14
-
Last used
2021-05-13 06:37:43
-
Nominate -
Description
-
http://www.e-cookbooks.net/storage.htm
wz
Bookmark of WiktionaryZ, the new multilingual wiki-based dictionary!
47 uses
-
Created 2006-05-11 18:13:27
-
Last used
2021-02-12 21:44:47
-
Nominate -
Description
-
http://epov.org/wd-gemet/index.php/Wikidata_M2:Main_Page
Previous Page
Next Page