TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: ASCII Animals in Your Terminal

62 pointsby ivoloover 12 years ago

10 comments

raldiover 12 years ago
<p><pre><code> curl -s [url] | sh </code></pre> Please don't train people to do that.
评论 #4429197 未加载
评论 #4429207 未加载
评论 #4430114 未加载
评论 #4429177 未加载
评论 #4429285 未加载
评论 #4429161 未加载
fletchownsover 12 years ago
Reminds me of<p><pre><code> telnet towel.blinkenlights.nl </code></pre> (can't believe this is still up after all these years)
评论 #4430624 未加载
gpmcadamover 12 years ago
Also similar to <i>cowsay</i>[1]:<p>[1]: <a href="http://en.wikipedia.org/wiki/Cowsay" rel="nofollow">http://en.wikipedia.org/wiki/Cowsay</a>
thebigshaneover 12 years ago
skip right to the purdy pictures: <a href="https://raw.github.com/ivolo/animals/master/public/assets/animals.saved" rel="nofollow">https://raw.github.com/ivolo/animals/master/public/assets/an...</a> [400kb text file download]<p>which apparently are all <i>borrowed</i> from here: <a href="http://www.heartnsoul.com/ascii_art/ascii_animals_indx.htm" rel="nofollow">http://www.heartnsoul.com/ascii_art/ascii_animals_indx.htm</a>
sciurusover 12 years ago
Speaking of ASCII art in your terminal,<p><pre><code> $ apt-get install sl $ /usr/games/sl</code></pre>
评论 #4429775 未加载
评论 #4429629 未加载
jewelover 12 years ago
There are practical uses for ASCII animals. When I built a command-line tool to let the developers sign out for a 15 minute break at my last job (because doing it via the AS/400 interface was a big hassle), I used a big, yellow elephant [1]. This made it easy to remember to hit the enter key to go back on the clock when they got back to their computer.<p>[1]: I think it was this one: <a href="http://thesteve.org/up/elephant.txt" rel="nofollow">http://thesteve.org/up/elephant.txt</a>
评论 #4429839 未加载
xyzzybover 12 years ago
My favorite (useful!) ASCII terminal animal is the Nyan Cat RSpec formatter. I love that little guy.<p><a href="http://mattsears.com/articles/2011/11/16/nyan-cat-rspec-formatter" rel="nofollow">http://mattsears.com/articles/2011/11/16/nyan-cat-rspec-form...</a><p>He makes the tests slower, but I still have him check my entire suite of specs at least once a day.
anveoover 12 years ago
/usr/games/cowsay -f `ls /usr/share/cowsay/cows | shuf -n1` `/usr/games/fortune`
mixmastamykover 12 years ago
Neat, but it seems to make an http request for every frame. Unclear if requests caches that, but I did get a socket error on KeyboardInterrupt so I don't think so.
makmanalpover 12 years ago
And if you want to generate ascii text: <a href="http://www.figlet.org/" rel="nofollow">http://www.figlet.org/</a>