TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: ASCII Animals in Your Terminal

62 点作者 ivolo将近 13 年前

10 条评论

raldi将近 13 年前
<p><pre><code> curl -s [url] | sh </code></pre> Please don't train people to do that.
评论 #4429197 未加载
评论 #4429207 未加载
评论 #4430114 未加载
评论 #4429177 未加载
评论 #4429285 未加载
评论 #4429161 未加载
fletchowns将近 13 年前
Reminds me of<p><pre><code> telnet towel.blinkenlights.nl </code></pre> (can't believe this is still up after all these years)
评论 #4430624 未加载
gpmcadam将近 13 年前
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>
thebigshane将近 13 年前
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>
sciurus将近 13 年前
Speaking of ASCII art in your terminal,<p><pre><code> $ apt-get install sl $ /usr/games/sl</code></pre>
评论 #4429775 未加载
评论 #4429629 未加载
jewel将近 13 年前
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 未加载
xyzzyb将近 13 年前
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.
anveo将近 13 年前
/usr/games/cowsay -f `ls /usr/share/cowsay/cows | shuf -n1` `/usr/games/fortune`
mixmastamyk将近 13 年前
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.
makmanalp将近 13 年前
And if you want to generate ascii text: <a href="http://www.figlet.org/" rel="nofollow">http://www.figlet.org/</a>