0.0.5 • Published 5 years ago

proxy-switcher v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

终端代理切换

目前只支持macOS,windows的话使用这样的命令 setx 变量名 "代理地址" or set 变量名 "代理地址"

//例如
setx http_proxy "127.0.0.1"
setx https_proxy "127.0.0.1"

使用方法

Usage: proxys options

Options:

-v, --version  output the version number    
-l, --list     从配置文件列出已存储的列表
-y, --yes      默认回复yes
-h, --help     output usage information

Commands:

clean          清除代理
show           显示当前代理
init           初始化
add [url]      设置url为代理,并存储到配置文件
rm [url]       从配置文件删除该url
0.0.5

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago