Quickly generate, delete, copy, execute any command
Type qccopy
to select any command you need, then the command is copied to clipboard
Type qcrun
to select any command, then run in terminal
Type qcadd
to add new command in format key,command,description
Type qcdel
to select and delete some command
open .command_table.json
to modify any command
{
"ss on": {
"command": "export http_proxy=socks5://127.0.0.1:1080 && export http_proxys=socks5://127.0.0.1:1080 && source ~/.bash_profile",
"desc": "Turn on shadowsocks json"
}
}
- key = "ss on"
- command = "export http_proxy=socks5://127.0.0.1:1080 && export http_proxys=socks5://127.0.0.1:1080 && source ~/.bash_profile"
- sdescription = "Turn on shadowsocks json"