# 有趣的终端命令

> 通知、终端动画、文字艺术和其他适合探索的命令行工具。

---

LLMS index: [llms.txt](/llms.txt)

---

## 安装这里记录的所有的有趣的命令

```bash
# (-y免交互)

# 向桌面发送通知,自定义提醒功能(结合定时任务crontab实现定时提醒)
sudo apt install -y libnotify-bin
# 使用: notify-send &#34;标题&#34; &#34;内容&#34;

# 在终端开一辆火车
sudo apt install -y sl

# Linux 终端加上黑客帝国效果
sudo apt install -y cmatrix

# 燃起来
sudo apt install -y libaa-bin

# 幸运饼干命令
sudo apt install -y fortune

# 宠物爱好者？这是给你准备的
sudo apt install -y oneko

# 有个小兄弟在看着你
sudo apt install -y xeyes

# 让终端帮你讲话
sudo apt install -y espeak

# Toilet
sudo apt install -y toilet

# 那个牛说什么？
sudo apt install -y cowsay

# 得到一个新的身份
sudo apt install -y rig

# 看起来很忙 - 慢慢地、无限期地&#34;编译&#34;你的代码
version=0.7.0
wget -Nc https://github.com/svenstaro/genact/releases/download/${version}/genact-linux
chmod &#43;x genact-linux
sudo mv genact-linux /usr/local/bin/genact-linux

# 看起来很忙 - 在终端中创建一个随机数和拆分屏幕的配置,并启动看起来很忙的应用程序
# 这是个shell脚本,需要依赖一些命令,自己去探索吧
# https://github.com/dustinkirkland/hollywood

# 看起来很忙 - 不仅仅是假装工作,还可以使用 fulded contrib 库来做一些实际的工作
git clone https://github.com/yaronn/blessed-contrib.git
cd blessed-contrib
npm install
# node ./examples/dashboard.js
```
