Looking through Yubnub.org, the Yubnub Wiki, and compiling a personal list of favorite commands, I decided to make a utility myself: yubnub.py.
The complete package is available at FileCrunch.
Some examples:
% ./yubnub.py simpsons
Rainier: My eyes! The goggles do nothing!
… More Quotes
% ./yubnub.py date -format m/d/Y H:M:S
12/10/2006 03:28:08
% ./yubnub.py url ma.g open source
http://ma.gnolia.com/tags/open+source
% ./yubnub.py –browser ma.g open source
(opens http://ma.gnolia.com/tags/open+source in a browser)
% ./yubnub.py –dirty http://www.december.com/html/demo/hello.html
<!DOCTYPE html PUBLIC “-//IETF//DTD HTML 2.0//EN”>
<html>
<head>
<title>
Hello World Demonstration Document
</title>
</head>
<body>
<h1>
Hello, World!
</h1>
<p>
This is a minimal “hello world” HTML document. It demonstrates the
basic structure of an HTML file and anchors.
</p>
<p>
For more information, see the HTML Station at: <a href=
“http://www.december.com/html/”>http://www.december.com/html/</a>
</p>
<hr>
<address>
© <a href=”http://www.december.com/john/”>John December</a> (<a
href=”mailto:john@december.com”>john@december.com</a>) / 2001-04-06
</address>
</body>
</html>















