plugin-proxy icon indicating copy to clipboard operation
plugin-proxy copied to clipboard

Proxy settings plugin for Oh My Fish

Results 4 plugin-proxy issues
Sort by recently updated
recently updated
newest added

Right now The password is showed while typing it, It should be hidden

I have setup the proxy as detailed in the document. I have set the variables in the ~/.config/omf/before.init.fish with `proxy_user`, `proxy_host` and `proxy_auth` to configure my proxy and also to...

enhancement
help wanted

https://github.com/oh-my-fish/plugin-proxy/blob/5e198ef3a8212c3a8cdb840a05e0c75e70634575/functions/__proxy.set.fish#L12 Adding a -q argument to the set command will prevent the warnings. ```shell ~> fish 12:24 set: Warning: universal scope selected, but a global variable 'http_proxy' exists. set: Warning:...