{"id":21726725,"url":"https://github.com/escalate/oh-my-zsh-proxy-plugin","last_synced_at":"2025-07-24T12:39:25.074Z","repository":{"id":79361449,"uuid":"97821345","full_name":"escalate/oh-my-zsh-proxy-plugin","owner":"escalate","description":"An oh-my-zsh plugin to quickly enable and disable proxy shell environment settings","archived":false,"fork":false,"pushed_at":"2025-03-16T13:57:17.000Z","size":39,"stargazers_count":20,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T17:41:35.385Z","etag":null,"topics":["oh-my-zsh","oh-my-zsh-plugin","proxy","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/escalate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://paypal.me/felixboerner"}},"created_at":"2017-07-20T10:13:37.000Z","updated_at":"2025-03-17T13:08:06.000Z","dependencies_parsed_at":"2024-01-02T08:23:29.779Z","dependency_job_id":"689e24dc-455f-4b74-b371-b3e6381e2f6c","html_url":"https://github.com/escalate/oh-my-zsh-proxy-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Foh-my-zsh-proxy-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Foh-my-zsh-proxy-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Foh-my-zsh-proxy-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalate%2Foh-my-zsh-proxy-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/escalate","download_url":"https://codeload.github.com/escalate/oh-my-zsh-proxy-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647249,"owners_count":21139081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["oh-my-zsh","oh-my-zsh-plugin","proxy","zsh"],"created_at":"2024-11-26T03:39:30.451Z","updated_at":"2025-04-12T23:30:33.039Z","avatar_url":"https://github.com/escalate.png","language":"Shell","funding_links":["https://paypal.me/felixboerner"],"categories":["Plugins","Recently Updated"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)","[Feb 10, 2025](/content/2025/02/10/README.md)"],"readme":"[![Test](https://github.com/escalate/oh-my-zsh-proxy-plugin/actions/workflows/test.yml/badge.svg?branch=master\u0026event=push)](https://github.com/escalate/oh-my-zsh-proxy-plugin/actions/workflows/test.yml)\n\n# oh-my-zsh proxy plugin\n\nAn [oh-my-zsh](https://ohmyz.sh) plugin to quickly enable and disable proxy shell environment settings.\n\n## Installation\n\nClone repository into oh-my-zsh custom plugins directory\n\n```bash\n$ git clone https://github.com/escalate/oh-my-zsh-proxy-plugin.git ~/.oh-my-zsh/custom/plugins/proxy\n```\n\nCopy example proxy settings\n\n```\ncp -r ~/.oh-my-zsh/custom/plugins/proxy/.proxy-example/ ~/.proxy\n```\n\nEnable proxy plugin in ~/.zshrc configuration\n\n```\nplugins=(proxy)\n```\n\n## Configuration\n\nProxy environment settings can be configured inside the following files:\n\n- ~/.proxy/http_proxy\n- ~/.proxy/https_proxy\n- ~/.proxy/ftp_proxy\n- ~/.proxy/rsync_proxy\n- ~/.proxy/all_proxy\n- ~/.proxy/no_proxy\n\nOnly the value of the corresponding environment variable must be stored in the files.\n\n## Enable / Disable proxy environment settings by default\n\nThe proxy environment settings are disabled by default.\n\nTo enable proxy environment settings with every new shell, the corresponding function must be called within the `~/.zshrc` configuration file.\n\n```bash\n...\nplugins=(proxy)\n...\nproxy\n```\n\n## Usage\n\n### Enable proxy environment settings\n\n```bash\n$ enable_proxy\n\nor\n\n$ proxy\n```\n\n### Disable proxy environment settings\n\n```bash\n$ disable_proxy\n\nor\n\n$ noproxy\n```\n\n### List current proxy environment settings\n\n```bash\n$ list_proxy\n\nor\n\n$ lsproxy\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescalate%2Foh-my-zsh-proxy-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fescalate%2Foh-my-zsh-proxy-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescalate%2Foh-my-zsh-proxy-plugin/lists"}