对 ASCII 的喜爱其实一直是有的,无他,主要是作为程序员,画图一直是一件非常难受的事情,写代码写惯了,如果这些图表能用字符展示出来,也是一件非常有意思的事情。
关于绘图,后面可以聊聊 graph-easy 以及 mermaid,今天这里来聊聊我常用的一些 ASCII 命令,主要是让我在休息的时候稍微有意思一点。
boxes
首先第一个就是 boxes,它会将你的输入用一个 box 给框起来,我通常会用 fortune 这个命令来输出一些人生格言,主要是学会了可以用在文章里面提高格调。下面就是一个使用 boxes + fortune 的例子
fortune | boxes
/***************************************************************************/
/* He's like a function -- he returns a value, in the form of his opinion. */
/* It's up to you to cast it into a void or not. */
/* -- Phil Lapsley */
/***************************************************************************/
当然也可以用其他的 box,譬如我来一个羊皮卷的
fortune | boxes -d parchment
_________________________________________________________________________
/\ \
\_| It's not whether you win or lose, it's how you look playing the game. |
| |
| ____________________________________________________________________|_
\_/______________________________________________________________________/
cowsay
Box 主要就是把句子框起来,而 cowsay 真的就是画了一头奶牛在 say 了
fortune | cowsay
_________________________________________
/ Oh, I am a C programmer and I'm okay \
| |
| I muck with indices and structs all day |
| And when it works, I shout hoo-ray |
| |
\ Oh, I am a C programmer and I'm okay /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
当然 cowsay 不光只有奶牛,我们还可以来一只企鹅
fortune| cowsay -f tux
_______________________________________
/ A dream will always triumph over \
| reality, once it is given the chance. |
| |
\ -- Stanislaw Lem /
---------------------------------------
\
\
.--.
|o_o |
|:_/ |
// \ \
(| | )
/'\_ _/`\
\___)=(___/
ponysay
相比于 cowsay,我更喜欢用的是 ponysay,因为我女儿特别喜欢小马宝莉,所以我也经常跟她一起玩。下面就是用 rainbow 来的一个例子
sl
我女儿特别喜欢火车,幸运的是,我们有 stream locomotive,也就是 sl,这个命令其实就是为了防止大家输错 ls。当我们输入 sl,屏幕上面就会出现一辆运动的蒸汽小火车了:
asciiquarium
当然,闲暇的时候,我还会开个水族馆,养养鱼,输入 asciiquarium 命令
myman
没事的时候,还会来一盘吃豆人,不过是 myman,效果当然赶不上 PacMan 了。
总结
可以看到,在命令行里面折腾这些是一件极度无聊但又非常有意思的事情,我知道还可以玩贪吃蛇,俄罗斯方块等游戏,不过我倒是没想兴趣了,后面我倒是想参考 ponysay 弄个 pawsay,毕竟我女儿也非常喜欢 Paw Patrol。