Kitty - a funny gem
I found a new screencast on Rubypulse about a gem named kitty. If you install the gem, then you will have a kitty command that will print a random ASCII-art cat. For instance:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$ gem install kitty | |
Successfully installed kitty-0.0.3 | |
1 gem installed | |
Installing ri documentation for kitty-0.0.3... | |
Updating class cache with 3676 classes... | |
Installing RDoc documentation for kitty-0.0.3... | |
~$ kitty | |
. . | |
:"-. .-"; | |
|:`.`.__..__.'.';| | |
|| :-" "-; || | |
:; :; | |
/ .==. .==. \ | |
: _.--._ ; | |
; .--.' `--' `.--. : | |
: __;` ':__ ; | |
; ' '-._:;_.-' ' : | |
'. `--' .' | |
."-._ _.-". | |
.' ""------"" `. | |
/`- -'\ | |
/`- -'\ | |
:`- .' `. -'; | |
; / \ : | |
: : ; ; | |
; ; : : | |
':_:.' '.;_;' | |
:_ _; | |
; "-._ -" :`-. _.._ | |
:_ () _; "--::__. `. | |
\"- -"/`._ : | |
.-"-. -"-. ""--..____.' | |
/ .__ __. \ | |
: / , / "" \ . \ ; | |
"-:___..--" "--..___;-" | |
~$ kitty | |
_ | |
| \ | |
| | | |
| | | |
|\ | | | |
/, ~\ / / | |
X `-.....-------./ / | |
~-. ~ ~ | | |
\ / | | |
\ /_ ___\ / | |
| /\ ~~~~~ \ | | |
| | \ || | | |
| |\ \ || ) | |
(_/ (_/ ((_/ | |
~$ kitty | |
____ | |
(. \ | |
\ | | |
\ |___(\--/) | |
__/ ( . . ) | |
"'._. '-.O.' | |
'-. \ "|\ | |
'.,,/'.,, | |
~$ kitty | |
_.---.._ _.---...__ | |
.-' /\ \ .' /\ / | |
`. ( ) \ / ( ) / | |
`. \/ .'\ /`. \/ .' | |
``---'' ) ( ``---'' | |
.';.--.;`. | |
.' /_...._\ `. | |
.' `.a a.' `. | |
( \/ ) | |
`.___..-'`-..___.' | |
\ / | |
`-.____.-' | |
~$ kitty | |
._ | |
.-' `-. | |
.-' \ | |
; .-'\ ; | |
`._.' ; | | |
| | | |
; : | |
; : | |
; : | |
/ / | |
; : , | |
; | .-"7| | |
.-'" : .-' .' : | |
.-' \ .' .' `. | |
.' `-. ""-.-'`"" `",`-._..--"7 | |
; . `-.J `-, ;"`.;|,_, ; | |
_.' | `"" `. ."""--. o \:.-. _.' | |
."" : ,--`; , `--/}o,' ; | |
; .___.' / ,--.`-. `-..7_.- /_ | |
\ : `..__.._; .'__; `---..__.-'-.`"-, | |
.' `--. | \_; \' `-._.-") \\ `-, | |
`. -.`_): `. `-"""`. ;__.' ;/ ; " | |
`-.__7" `-..._.'`7 -._;' ``"-'' | |
`--.,__.' | |
~$ kitty | |
/\ | |
\ \ | |
\ \ | |
/ / | |
/ / | |
_\ \_/\/\ | |
/ * \@@ = | |
| |Y/ | |
| |~ | |
\ /_\ / | |
\\ // | |
||| | |
_|||_ | |
( / \ ) |
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home