quick-shell/config/shell_list.json

14 lines
429 B
JSON
Raw Normal View History

2022-04-17 02:26:11 +08:00
{
"brew-update": {
"description": "更新Homebrew测试命令",
"command": "brew update"
},
"neofetch": {
"description": "在线运行neofetch",
2022-04-29 16:32:43 +08:00
"command": "bash <(curl -H 'User-Agent: Chrome' -s https://gitee.com/mirrors/neofetch/raw/master/neofetch)"
},
"ip": {
"description": "查看本机的公网IP",
"command": "curl -s http://ip.zhamao.xin"
2022-04-17 02:26:11 +08:00
}
}