誰說 Linux 的 CLI 介面不好看的,這邊有絢麗的繽紛色彩,讓輸出的畫面出現彩虹般的色彩。
lolcat - 炫麗的 CLI 輸出工具
lolcat 的用法等同 cat,只是有增加一些特殊選項,可以 man lolcat 看看。
Github:https://github.com/busyloop/lolcat
安裝
- apt-get install lolcat
操作
- lolcat filename
- ls -l / > /tmp/f; lolcat /tmp/f
- ls -al | lolcat -a # 動畫顯示
相關網頁
- jingweno/ccat - ccat is the colorizing cat. It works similar to cat but displays content with syntax highlighting.