Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 511 Bytes

README_CHINESE.md

File metadata and controls

27 lines (21 loc) · 511 Bytes

自动为在命令行输入的命令设置http_proxyhttps_proxy

English README

安装

npm install -g @piki.me/set-proxy

例子

// 设置代理地址,set-proxy会记住这个地址
sp proxy http://127.0.0.1:7890

// 显示目前代理地址
sp proxy

// 运行命令
sp curl https://www.google.com

句法

sp [command]     // 运行命令
sp proxy [proxy] // 设置代理地址,set-proxy会记住这个地址
sp proxy         // 显示目前代理地址