mirror of
https://github.com/crazywhalecc/quick-shell.git
synced 2026-07-08 09:15:41 +08:00
Initial commit
This commit is contained in:
10
config/shell_list.json
Normal file
10
config/shell_list.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"brew-update": {
|
||||
"description": "更新Homebrew(测试命令)",
|
||||
"command": "brew update"
|
||||
},
|
||||
"neofetch": {
|
||||
"description": "在线运行neofetch",
|
||||
"command": "curl -H 'User-Agent: Chrome' -s https://gitee.com/mirrors/neofetch/raw/master/neofetch | bash"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user