很多时候在终端需要设置代理,每次都要手动打开软件复制,所以 vibe 了一个命令行工具,会自动嗅探常用的代理软件,运行命令后会自动将环境变量写入剪切板,粘贴下就能运行,也支持了关闭、测试谷歌连接状态等。
主要自己用,说不定有人能用上。分享出来。
只在 mac 做了真机测试
安装
curl -fsSL https://raw.githubusercontent.com/cj0x39e/p/main/install.sh | sh
使用方法
| Command | Purpose |
|---|---|
p |
copy proxy env commands to clipboard |
p on |
print shell commands to enable proxy |
p off |
print shell commands to disable proxy |
p status |
show detected proxy |
p detect |
show detection details |
p test |
test current proxy env with curl |
p set 7890 |
save local HTTP proxy port |
p --shell sh |
force output shell (sh, fish, ps) |
p --version |
print version |
